rescan_immediately.patch
This commit is contained in:
parent
9f19475170
commit
65696cd9d7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue