summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorpradeep kumar B <b.pradeep@samsung.com>2015-07-03 19:53:16 +0530
committerSeonah Moon <seonah1.moon@samsung.com>2015-07-08 16:39:15 +0900
commite1484de035e0c9e13615f7fed21937400c46a020 (patch)
tree1b0a8658912dcf56d5815cca33e2e4f859e140a8 /src/connman.h
parent02a8508865bc4085f2d7df718bd3f0e2b8e4f3d5 (diff)
downloadconnman-submit/tizen/20150708.074848.tar.gz
connman-submit/tizen/20150708.074848.tar.bz2
connman-submit/tizen/20150708.074848.zip
Fix for wifi_scan-->"no Wifi-ap found"submit/tizen/20150708.074848
Change-Id: Ia624ab6e2ddc967c1581ed48a7eababa0cdb909f Signed-off-by: pradeep kumar B <b.pradeep@samsung.com
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 733f87c8..9c621163 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -692,6 +692,10 @@ struct connman_network *__connman_service_get_network(struct connman_service *se
enum connman_service_security __connman_service_get_security(struct connman_service *service);
const char *__connman_service_get_phase2(struct connman_service *service);
bool __connman_service_wps_enabled(struct connman_service *service);
+#if defined TIZEN_EXT
+void __connman_service_set_autoconnect(struct connman_service *service,
+ bool autoconnect);
+#endif
int __connman_service_set_favorite(struct connman_service *service,
bool favorite);
int __connman_service_set_favorite_delayed(struct connman_service *service,