summaryrefslogtreecommitdiff
path: root/include/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/service.h')
-rwxr-xr-x[-rw-r--r--]include/service.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/service.h b/include/service.h
index 03371860..617735e0 100644..100755
--- a/include/service.h
+++ b/include/service.h
@@ -73,6 +73,9 @@ enum connman_service_security {
CONNMAN_SERVICE_SECURITY_OWE = 11,
CONNMAN_SERVICE_SECURITY_DPP = 12,
#endif
+#if defined TIZEN_EXT
+ CONNMAN_SERVICE_SECURITY_MAX
+#endif
};
enum connman_service_state {
@@ -201,6 +204,12 @@ void connman_service_set_disconnection_requested(struct connman_service *service
bool disconnection_requested);
#endif
+#if defined TIZEN_EXT
+void connman_service_set_internet_connection(struct connman_service *service,
+ bool internet_connection);
+bool connman_service_get_internet_connection(struct connman_service *service);
+#endif
+
#ifdef __cplusplus
}
#endif