diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2013-10-24 18:06:59 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2013-10-24 18:06:59 -0700 |
| commit | 082291f059de1ffbc38a809e7b3a1e2d9b362599 (patch) | |
| tree | 3e85893024a780fba2408cbab040472ab2e351d4 | |
| parent | 8f5a5124d3a3b0520e427d93a11389400ae22292 (diff) | |
| parent | c89185f386408ee2201fc4f4fc50e950f894d4c3 (diff) | |
| download | android_external_wpa_supplicant_8-082291f059de1ffbc38a809e7b3a1e2d9b362599.tar.gz android_external_wpa_supplicant_8-082291f059de1ffbc38a809e7b3a1e2d9b362599.tar.bz2 android_external_wpa_supplicant_8-082291f059de1ffbc38a809e7b3a1e2d9b362599.zip | |
Merge "P2P Extend postponing of concurrent scans for persistent GO"
| -rw-r--r-- | wpa_supplicant/p2p_supplicant.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c index 368707ac..4c8abf51 100644 --- a/wpa_supplicant/p2p_supplicant.c +++ b/wpa_supplicant/p2p_supplicant.c @@ -912,6 +912,7 @@ static void p2p_go_configured(void *ctx, void *data) ""); } + os_get_time(&wpa_s->global->p2p_go_wait_client); if (params->persistent_group) network_id = wpas_p2p_store_persistent_group( wpa_s->parent, ssid, |
