mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 10:09:23 +01:00
6d76b3e21d
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.
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
hw_mode=g
|
|
channel=1
|
|
ssid=ssidSAE
|
|
|
|
wpa=2
|
|
wpa_key_mgmt=SAE
|
|
wpa_pairwise=CCMP
|
|
sae_password=secret123|mac=ff:ff:ff:ff:ff:ff
|
|
sae_groups=19
|
|
ieee80211w=2
|