mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
hostapd: Higher WAP2 SHA256 breaks MPSK deployments
Fixes: WIFI-14092 Signed-off-by: Firas Shaari <firas.shaari@shaariconsultancy.com>
This commit is contained in:
committed by
John Crispin
parent
8cd635c895
commit
2a4d4f6a2e
@@ -74,7 +74,7 @@ hostapd_append_wpa_key_mgmt() {
|
||||
append wpa_key_mgmt "OWE"
|
||||
;;
|
||||
psk2-radius)
|
||||
append wpa_key_mgmt "WPA-PSK-SHA256"
|
||||
append wpa_key_mgmt "WPA-PSK"
|
||||
[ "${ieee80211r:-0}" -gt 0 ] && append wpa_key_mgmt "FT-PSK"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user