mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Abort ongoing scans on FLUSH command
This may speed up some hwsim test case sequencies by avoiding a wait for a scan at the end of a test case to complete. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
d2e7cfc0bd
commit
53401e919e
@ -6862,6 +6862,8 @@ static void wpa_supplicant_ctrl_iface_flush(struct wpa_supplicant *wpa_s)
|
||||
|
||||
wpa_dbg(wpa_s, MSG_DEBUG, "Flush all wpa_supplicant state");
|
||||
|
||||
wpas_abort_ongoing_scan(wpa_s);
|
||||
|
||||
#ifdef CONFIG_P2P
|
||||
wpas_p2p_cancel(p2p_wpa_s);
|
||||
p2p_ctrl_flush(p2p_wpa_s);
|
||||
|
Loading…
Reference in New Issue
Block a user