hostapd: Removing 802.11w and SHA256 encryption from PSK-Radius

Signed-off-by: Firas Shaari <firas.shaari@shaariconsultancy.com>
This commit is contained in:
Firas Shaari
2024-09-18 02:25:43 -04:00
committed by John Crispin
parent ddbf50b673
commit c9c2137a54

View File

@@ -76,7 +76,6 @@ hostapd_append_wpa_key_mgmt() {
psk2-radius)
append wpa_key_mgmt "WPA-PSK"
[ "${ieee80211r:-0}" -gt 0 ] && append wpa_key_mgmt "FT-PSK"
[ "${ieee80211w:-0}" -gt 0 ] && append wpa_key_mgmt "WPA-PSK-SHA256"
;;
esac