rescan_immediately.patch

This commit is contained in:
Felix Fietkau 2010-01-23 08:28:26 +00:00 committed by sinavir
parent 9f19475170
commit 65696cd9d7
No known key found for this signature in database

View file

@ -6073,7 +6073,7 @@ wpa_supplicant_alloc(struct wpa_supplicant *parent)
if (wpa_s == NULL)
return NULL;
wpa_s->scan_req = INITIAL_SCAN_REQ;
wpa_s->scan_interval = 5;
wpa_s->scan_interval = 1;
wpa_s->new_connection = 1;
wpa_s->parent = parent ? parent : wpa_s;
wpa_s->p2pdev = wpa_s->parent;