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-02 18:19:23 +01:00
Code
Releases
Activity
88a71eca72
iwd
/
autotests
/
testSAE-roam
/
hw.conf
9 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
auto-t: added autotest for FT over SAE This test was copied from testFT-PSK-roam, but for SAE. The test behaves as follows: - Connect to SAE network (full authentication) - Fast transition to another SAE AP - Fast transition to a PSK/WPA2 AP
2018-09-19 20:30:37 +02:00
[SETUP]
num_radios=4
auto-t: Change FT test cases to use start_iwd=0 These test cases depend on setting up the existing hostapd instance to a set of known addresses, which might be different from what test-runner sets. During this time, any scans might result in the old and the new addresses used by hostapd to be found in the scan results. Fix that by using start_iwd=0 which tells test_runner that the test wants to start iwd itself. This delays starting iwd until after the setUpClass routine has been called and hostapd configured properly. Also use more sensible rssi values for the 'non-preferred' bss. Otherwise, ranking BSSes by throughput can confuse the test logic since both BSSes are ranked the same and either can be picked by autoconnect.
2021-05-21 18:44:55 +02:00
start_iwd=0
auto-t: added autotest for FT over SAE This test was copied from testFT-PSK-roam, but for SAE. The test behaves as follows: - Connect to SAE network (full authentication) - Fast transition to another SAE AP - Fast transition to a PSK/WPA2 AP
2018-09-19 20:30:37 +02:00
[HOSTAPD]
rad0=ft-sae-1.conf
rad1=ft-sae-2.conf
rad2=ft-psk-3.conf
Copy Permalink