summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/device.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/device.h b/include/device.h
index d066296f..5339e98b 100644
--- a/include/device.h
+++ b/include/device.h
@@ -121,9 +121,7 @@ struct connman_device_driver {
void (*remove) (struct connman_device *device);
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 (*scan_hidden)(struct connman_device *device,
+ int (*scan)(struct connman_device *device,
const char *ssid, unsigned int ssid_len,
const char *identity, const char* passphrase,
void *user_data);