From: Deepthi Gowri Date: Wed, 2 Oct 2013 14:32:17 +0000 (-0700) Subject: P2P Extend postponing of concurrent scans for persistent GO X-Git-Tag: hostap_2_1~877 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6903ee6f62e4585451c1e4f90db8ca8d7cc82070;p=thirdparty%2Fhostap.git P2P Extend postponing of concurrent scans for persistent GO Update the p2p_go_wait_client timestamp in p2p_go_configured() to address the case where the group is set up without the provisioning step. Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c index dd8dfe892..29de880c5 100644 --- a/wpa_supplicant/p2p_supplicant.c +++ b/wpa_supplicant/p2p_supplicant.c @@ -982,6 +982,7 @@ static void p2p_go_configured(void *ctx, void *data) " [PERSISTENT]" : ""); } + 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,