mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-12-01 11:48:23 -05:00
Fix CONFIG_SME build without CONFIG_IEEE80211W
This commit is contained in:
parent
79c3124ce5
commit
5e8b237864
@ -424,7 +424,9 @@ static void wpa_supplicant_cleanup(struct wpa_supplicant *wpa_s)
|
|||||||
os_free(wpa_s->sme.ft_ies);
|
os_free(wpa_s->sme.ft_ies);
|
||||||
wpa_s->sme.ft_ies = NULL;
|
wpa_s->sme.ft_ies = NULL;
|
||||||
wpa_s->sme.ft_ies_len = 0;
|
wpa_s->sme.ft_ies_len = 0;
|
||||||
|
#ifdef CONFIG_IEEE80211W
|
||||||
sme_stop_sa_query(wpa_s);
|
sme_stop_sa_query(wpa_s);
|
||||||
|
#endif /* CONFIG_IEEE80211W */
|
||||||
#endif /* CONFIG_SME */
|
#endif /* CONFIG_SME */
|
||||||
|
|
||||||
#ifdef CONFIG_AP
|
#ifdef CONFIG_AP
|
||||||
|
Loading…
Reference in New Issue
Block a user