summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connman.h')
-rwxr-xr-xsrc/connman.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/connman.h b/src/connman.h
index 2f2f5a8e..9e28ffea 100755
--- a/src/connman.h
+++ b/src/connman.h
@@ -597,7 +597,8 @@ enum bssid_type {
RESET_BSSID = 3,
};
-int set_connman_bssid(enum bssid_type mode, char *bssid);
+int set_connman_bssid(enum bssid_type mode, char *bssid, const char *ifname);
+void technology_save_device(struct connman_device *device);
#endif
#include <connman/device.h>
@@ -618,7 +619,9 @@ int __connman_device_request_hidden_scan(struct connman_device *device,
void __connman_device_stop_scan(enum connman_service_type type);
#if defined TIZEN_EXT
int __connman_device_request_specific_scan(enum connman_service_type type,
- int scan_type, GSList *specific_scan_list);
+ const char *ifname, int scan_type, GSList *specific_scan_list);
+int connman_device_request_device_scan(enum connman_service_type type,
+ const char * ifname, bool force_full_scan);
#endif
bool __connman_device_isfiltered(const char *devname);