This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
iwd
Watch
3
Star
0
Fork
0
You've already forked iwd
mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced
2024-11-06 03:59:22 +01:00
Code
Releases
Activity
af1b017003
iwd
/
autotests
/
testSAE
/
hw.conf
9 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
auto-t: added test for SAE
2018-08-14 01:25:49 +02:00
[SETUP]
auto-t: remove default group SAE test for specific OUI There are already tests for UseDefaultEccGroup and this test is not longer valid as the static OUI list has been removed.
2024-05-13 20:00:42 +02:00
num_radios=3
auto-t: added test for SAE
2018-08-14 01:25:49 +02:00
start_iwd=0
auto-t: make hwsim registration off by default With the addition of connect_bssid/roam very few tests actually require hwsim. Since hwsim can lead to problems with scan results its best to have it off by default and have each test that needs it explicitly turn it on. Tests which previously turned it off have had that option removed. Tests that do require hwsim still are vulnerable to scan result problems, so for these tests beacon_int was added to the hostapd config which seems to help with reliability somewhat.
2021-08-12 22:38:10 +02:00
hwsim_medium=yes
auto-t: added test for SAE
2018-08-14 01:25:49 +02:00
[HOSTAPD]
rad0=ssidSAE.conf
auto-t: refactor/fix testSAE The SAE test made some assumptions on certain conditions due to there being no way of checking if those conditions were met Mainly the use of H2E/hunt-and-peck. We assumed that when we told hostapd to use H2E or hunt/peck it would but in reality it was not. Hostapd is apparently not very good at swapping between the two with a simple "reload" command. Once H2E is enabled it appears that it cannot be undone. Similarly the vendor elements seem to carry over from test to test, and sometimes not which causes unintended behavior. To fix this create separate APs for the specific scenario being tested: - Hunt and peck - H2E - Special vendor_element simulating buggy APs Another issue found was that if password identifies are used hostapd automatically chooses H2E which was not intented, at least based on the test names (in reality it wasn't causing any problems). The tests have also been improved to use hostapds "sta_status" command which contains the group number used when authenticating, so now that at least can be verified.
2024-02-27 19:34:03 +01:00
rad1=ssidSAE-H2E.conf
Copy Permalink