hostapd: fix 11r defaults when using SAE
authorJesus Fernandez Manzano <jesus.manzano@galgus.ai>
Mon, 22 Jan 2024 12:52:18 +0000 (13:52 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 6 Mar 2024 13:01:41 +0000 (14:01 +0100)
When using WPA3-SAE or WPA2/WPA3 Personal Mixed, we can not use
ft_psk_generate_local because it will break FT for SAE. Instead
use the r0kh and r1kh configuration approach.

Signed-off-by: Jesus Fernandez Manzano <jesus.manzano@galgus.ai>
(cherry picked from commit e2f6bfb833a1ba099e1dcf0e569e4ef11c31c391)
Fixes: https://github.com/openwrt/luci/issues/6930
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/network/services/hostapd/files/hostapd.sh

index 5d588b3bde0126467e9c92eea1a4b600a191a9ee..73bd1bbeeb912d6b6d23953b9f8684d4ab4a9ff4 100644 (file)
@@ -909,7 +909,7 @@ hostapd_set_bss_options() {
                        set_default reassociation_deadline 1000
 
                        case "$auth_type" in
-                               psk|sae|psk-sae)
+                               psk)
                                        set_default ft_psk_generate_local 1
                                ;;
                                *)