auto-t: add regular 8021x AKM to FT-FILS tests

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.
This commit is contained in:
James Prestwood 2021-07-29 15:21:53 -07:00 committed by Denis Kenzior
parent 1d9f2d69e0
commit 04d00c5c20
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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