From 1bb9cee1fc557de4dd21e3b0e02334568b82a899 Mon Sep 17 00:00:00 2001 From: Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Date: Wed, 14 Apr 2021 13:13:35 +0000 Subject: [PATCH] Revert "brcm63xx: hostapd.sh: set sae-mixed correctly" This reverts commit ec81f6b114bfc01e0560117fabbeee3f11998c0e. After we fix pmf issue in brcm driver, we don't need this workaround anymore. --- iopsys-brcm63xx-arm/base-files/lib/netifd/hostapd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iopsys-brcm63xx-arm/base-files/lib/netifd/hostapd.sh b/iopsys-brcm63xx-arm/base-files/lib/netifd/hostapd.sh index e11609647..3559807a7 100644 --- a/iopsys-brcm63xx-arm/base-files/lib/netifd/hostapd.sh +++ b/iopsys-brcm63xx-arm/base-files/lib/netifd/hostapd.sh @@ -61,7 +61,7 @@ hostapd_append_wpa_key_mgmt() { psk-sae) 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" + [ "${ieee80211w:-0}" -gt 0 ] && append wpa_key_mgmt "WPA-PSK-SHA256" append wpa_key_mgmt "SAE" [ "${ieee80211r:-0}" -gt 0 ] && append wpa_key_mgmt "FT-SAE" ;; -- GitLab