summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNiraj Kumar Goit <niraj.g@samsung.com>2017-08-14 19:45:43 +0530
committerNiraj Kumar Goit <niraj.g@samsung.com>2017-08-16 17:01:22 +0530
commitcf6aa0ecbb0b0fe5c06bd5fc87eaa58e2ab47573 (patch)
tree54898c6d015c6fb9743d16b45076329b8b47482a /include
parentb5fc09779a7aa3173b926e901e954d7246832b46 (diff)
downloadconnman-cf6aa0ecbb0b0fe5c06bd5fc87eaa58e2ab47573.tar.gz
connman-cf6aa0ecbb0b0fe5c06bd5fc87eaa58e2ab47573.tar.bz2
connman-cf6aa0ecbb0b0fe5c06bd5fc87eaa58e2ab47573.zip
[connman]Added DBus method for wifi Specific AP Scan.submit/tizen/20170817.042132accepted/tizen/unified/20170818.000126
Change-Id: Ib8f446164242caeb7fbc29c2917eff4b8a5b8bf7 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/device.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h
index 57b925c4..dafdca25 100755
--- a/include/device.h
+++ b/include/device.h
@@ -130,6 +130,11 @@ struct connman_device_driver {
const char *security, void *user_data);
int (*set_regdom) (struct connman_device *device,
const char *alpha2);
+#if defined TIZEN_EXT
+ int (*specific_scan) (enum connman_service_type type,
+ struct connman_device *device, int scan_type,
+ GSList *specific_scan_list, void *user_data);
+#endif
};
int connman_device_driver_register(struct connman_device_driver *driver);