From ff76ad35726a05cd5bf66ab09c2681f3bee8912d Mon Sep 17 00:00:00 2001 From: Mohamed Abbas Date: Tue, 13 Sep 2011 09:55:14 +0300 Subject: wifi: Add support to multi scan type Allow multi scan type for fast connect. Scanning request removed from interface_added() because it is already called in connman_device_set_powered() so no need to call it again immediately (fix by Jukka Rissanen ) --- include/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/device.h b/include/device.h index d4f54ece..3749a202 100644 --- a/include/device.h +++ b/include/device.h @@ -108,6 +108,7 @@ struct connman_device_driver { int (*enable) (struct connman_device *device); int (*disable) (struct connman_device *device); int (*scan) (struct connman_device *device); + int (*scan_fast) (struct connman_device *device); }; int connman_device_driver_register(struct connman_device_driver *driver); -- cgit v1.2.3