mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 08:14:02 -05:00
P2P: Cancel group formation timeout on p2p_cancel
This commit is contained in:
parent
231bbd0375
commit
45fee6f090
@ -3974,6 +3974,8 @@ int wpas_p2p_cancel(struct wpa_supplicant *wpa_s)
|
||||
"formation found - cancelling",
|
||||
wpa_s->ifname);
|
||||
found = 1;
|
||||
eloop_cancel_timeout(wpas_p2p_group_formation_timeout,
|
||||
wpa_s->parent, NULL);
|
||||
wpas_p2p_group_delete(wpa_s);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user