summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h
index 3749a202..c1abe89a 100644
--- a/include/device.h
+++ b/include/device.h
@@ -109,6 +109,9 @@ struct connman_device_driver {
int (*disable) (struct connman_device *device);
int (*scan) (struct connman_device *device);
int (*scan_fast) (struct connman_device *device);
+ int (*scan_hidden)(struct connman_device *device,
+ const char *ssid, unsigned int ssid_len,
+ const char *identity, const char* passphrase);
};
int connman_device_driver_register(struct connman_device_driver *driver);