You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
338 B
12 lines
338 B
14 years ago
|
--- a/wpa_supplicant/wpa_supplicant.c
|
||
|
+++ b/wpa_supplicant/wpa_supplicant.c
|
||
13 years ago
|
@@ -2388,7 +2388,7 @@ static struct wpa_supplicant * wpa_suppl
|
||
14 years ago
|
if (wpa_s == NULL)
|
||
|
return NULL;
|
||
|
wpa_s->scan_req = 1;
|
||
|
- wpa_s->scan_interval = 5;
|
||
14 years ago
|
+ wpa_s->scan_interval = 1;
|
||
14 years ago
|
wpa_s->new_connection = 1;
|
||
|
wpa_s->parent = wpa_s;
|
||
13 years ago
|
wpa_s->sched_scanning = 0;
|