projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cad4b71
)
Trigger background scan after successful connection
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 26 Nov 2009 08:13:16 +0000
(09:13 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 26 Nov 2009 08:13:16 +0000
(09:13 +0100)
plugins/supplicant.c
patch
|
blob
|
history
diff --git
a/plugins/supplicant.c
b/plugins/supplicant.c
index
b4501f8
..
cbefeaa
100644
(file)
--- a/
plugins/supplicant.c
+++ b/
plugins/supplicant.c
@@
-1605,6
+1605,9
@@
static void state_change(struct supplicant_task *task, DBusMessage *msg)
switch (task->state) {
case WPA_COMPLETED:
+ /* reset scan trigger and schedule background scan */
+ connman_device_schedule_scan(task->device);
+
if (get_bssid(task->device, bssid, &bssid_len) == 0)
connman_network_set_address(task->network,
bssid, bssid_len);