After some code changes the FT-FILS AKM was no longer selectable
inside network_can_connect_bss. This normally shouldn't matter
since station ends up selecting the AKM explicitly, including
passing the fils_hint, but since the autotests only included
FT-FILS AKMs this caused the transition to fail with no available
BSS's.
To fix this the standard 8021x AKM was added to the hostapd
configs. This allows these BSS's to be selected when attempting
to roam, but since FT-FILS is the only other AKM it will be used
for the actual transition.
---
autotests/testFT-FILS-SHA256/ft-eap-ccmp-2.conf | 2 +-
autotests/testFT-FILS-SHA384/ft-eap-ccmp-2.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/autotests/testFT-FILS-SHA256/ft-eap-ccmp-2.conf
b/autotests/testFT-FILS-SHA256/ft-eap-ccmp-2.conf
index 24266ea9..585f1ca1 100644
--- a/autotests/testFT-FILS-SHA256/ft-eap-ccmp-2.conf
+++ b/autotests/testFT-FILS-SHA256/ft-eap-ccmp-2.conf
@@ -9,7 +9,7 @@ nas_identifier=dummy2
wpa=2
# Can support WPA-EAP and FT-EAP (space separated list) at the same
# time but we want to force FT
-wpa_key_mgmt=FT-FILS-SHA256
+wpa_key_mgmt=WPA-EAP FT-FILS-SHA256
wpa_pairwise=CCMP
ieee8021x=1
diff --git a/autotests/testFT-FILS-SHA384/ft-eap-ccmp-2.conf
b/autotests/testFT-FILS-SHA384/ft-eap-ccmp-2.conf
index 8af73cbc..a6bdf641 100644
--- a/autotests/testFT-FILS-SHA384/ft-eap-ccmp-2.conf
+++ b/autotests/testFT-FILS-SHA384/ft-eap-ccmp-2.conf
@@ -9,7 +9,7 @@ nas_identifier=dummy2
wpa=2
# Can support WPA-EAP and FT-EAP (space separated list) at the same
# time but we want to force FT
-wpa_key_mgmt=FT-FILS-SHA384
+wpa_key_mgmt=WPA-EAP FT-FILS-SHA384
wpa_pairwise=CCMP
ieee8021x=1
--
2.31.1