summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-04-16 11:52:09 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-04-16 11:52:09 +0200
commit585690f502940f4dd5db504055e47b9e0c7ca0f9 (patch)
tree09976f0fb3acc4b7d7e425381905fbd82607e0d5 /include/device.h
parent6635afadae037049082dd703bb5ca69043457dbc (diff)
downloadconnman-585690f502940f4dd5db504055e47b9e0c7ca0f9.tar.gz
connman-585690f502940f4dd5db504055e47b9e0c7ca0f9.tar.bz2
connman-585690f502940f4dd5db504055e47b9e0c7ca0f9.zip
Remove supplicant and device scanning state cleaning
With wpa_supplicant 0.7, there is no need to handle potential issues with scan results not being sent. Also, the state change is sent before the actual scan results, so marking all networks available at that point is misleading.
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h
index bdaf2b07..b4bb2973 100644
--- a/include/device.h
+++ b/include/device.h
@@ -79,7 +79,6 @@ int connman_device_set_powered(struct connman_device *device,
connman_bool_t powered);
int connman_device_set_scanning(struct connman_device *device,
connman_bool_t scanning);
-void connman_device_cleanup_scanning(struct connman_device *device);
int connman_device_set_disconnected(struct connman_device *device,
connman_bool_t disconnected);