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
2435adc33b
iwd
/
autotests
/
testSAE
/
hw.conf
8 lines
79 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: SAE: Rework SAE tests Break up the SAE tests into two parts: testSAE and testSAE-AntiClogging testSAE is simplified to only use two radios and a single phy managed by hostapd. hostapd configurations are changed via the new 'set_value' method added to hostapd utils. This allows forcing hostapd to use a particular sae group set, or force hostapd to use SAE H2E/Hunting and Pecking Loop for key derivation. A separate test for IKE Group 20 is no longer required and is folded into connection_test.py testSAE-AntiClogging is added with an environment for 5 radios instead of 7, again with hostapd running on a single phy. 'sae_pwe' is used to force hostapd to use SAE H2E or Hunting and Pecking for key derivation. Both Anti-Clogging protocol variants are thus tested. main.conf is added to both directories to force scan randomization off. This seems to be required for hostapd to work properly on hwsim.
2021-07-14 17:42:03 +02:00
num_radios=2
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
Copy Permalink