mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
mesh: Stop SAE auth timer when mesh node is removed
Not doing this could cause wpa_supplicant to crash. Signed-off-by: Udhayakumar Mahendiran <udhayakumar@qubercomm.com>
This commit is contained in:
parent
267d619798
commit
6c41d43f1a
@ -540,6 +540,7 @@ static int mesh_mpm_plink_close(struct hostapd_data *hapd, struct sta_info *sta,
|
|||||||
wpa_printf(MSG_DEBUG, "MPM closing plink sta=" MACSTR,
|
wpa_printf(MSG_DEBUG, "MPM closing plink sta=" MACSTR,
|
||||||
MAC2STR(sta->addr));
|
MAC2STR(sta->addr));
|
||||||
eloop_cancel_timeout(plink_timer, wpa_s, sta);
|
eloop_cancel_timeout(plink_timer, wpa_s, sta);
|
||||||
|
eloop_cancel_timeout(mesh_auth_timer, wpa_s, sta);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user