mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
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 <jouni@qca.qualcomm.com>
This commit is contained in:
parent
5bfd7e9168
commit
6903ee6f62
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user