From bcb3b14998f3e65680560da0cda2170f72aea342 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Fri, 2 Dec 2011 16:18:31 +0200 Subject: [PATCH] device: Introduce hidden SSID scan function --- include/device.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/device.h b/include/device.h index 3749a20..c1abe89 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); -- 2.7.4