mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
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:
parent
1d9f2d69e0
commit
04d00c5c20
@ -9,7 +9,7 @@ nas_identifier=dummy2
|
|||||||
wpa=2
|
wpa=2
|
||||||
# Can support WPA-EAP and FT-EAP (space separated list) at the same
|
# Can support WPA-EAP and FT-EAP (space separated list) at the same
|
||||||
# time but we want to force FT
|
# time but we want to force FT
|
||||||
wpa_key_mgmt=FT-FILS-SHA256
|
wpa_key_mgmt=WPA-EAP FT-FILS-SHA256
|
||||||
wpa_pairwise=CCMP
|
wpa_pairwise=CCMP
|
||||||
ieee8021x=1
|
ieee8021x=1
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ nas_identifier=dummy2
|
|||||||
wpa=2
|
wpa=2
|
||||||
# Can support WPA-EAP and FT-EAP (space separated list) at the same
|
# Can support WPA-EAP and FT-EAP (space separated list) at the same
|
||||||
# time but we want to force FT
|
# time but we want to force FT
|
||||||
wpa_key_mgmt=FT-FILS-SHA384
|
wpa_key_mgmt=WPA-EAP FT-FILS-SHA384
|
||||||
wpa_pairwise=CCMP
|
wpa_pairwise=CCMP
|
||||||
ieee8021x=1
|
ieee8021x=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user