From: Patrik Flykt <[email protected]>
---
include/device.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
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);
--
1.7.2.5
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman