device: Introduce hidden SSID scan function
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 2 Dec 2011 14:18:31 +0000 (16:18 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 12 Dec 2011 09:44:40 +0000 (10:44 +0100)
include/device.h

index 3749a20..c1abe89 100644 (file)
@@ -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);