]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/wpa_auth_glue.c
Fix TKIP countermeasures stopping in deinit paths
[thirdparty/hostap.git] / src / ap / wpa_auth_glue.c
index af239c8e59a4f07b65a33b2938f46590c372015d..d44381da8b97dd66f89d51ad2cdea0e85cfa54e0 100644 (file)
@@ -548,6 +548,7 @@ void hostapd_reconfig_wpa(struct hostapd_data *hapd)
 
 void hostapd_deinit_wpa(struct hostapd_data *hapd)
 {
+       ieee80211_tkip_countermeasures_deinit(hapd);
        rsn_preauth_iface_deinit(hapd);
        if (hapd->wpa_auth) {
                wpa_deinit(hapd->wpa_auth);