hostapd: fix 11r defaults when using SAE

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>
This commit is contained in:
Jesus Fernandez Manzano 2024-01-22 13:52:18 +01:00 committed by Felix Fietkau
parent cdc4c55175
commit e2f6bfb833
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,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
;;
*)