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 12:09:23 +01:00
Code
Releases
Activity
327f719f91
iwd
/
autotests
/
testKnownNetworks
/
ssidCCMP-2G.conf
9 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
auto-t: add frequency_test to testKnownNetworks This tests that the known frequency file works as expected, both for PSK and hotspot (and 8021x) networks.
2019-09-12 18:53:37 +02:00
hw_mode=g
channel=1
ssid=ssidCCMP
wpa=2
wpa_pairwise=CCMP
wpa_passphrase=secret123
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
beacon_int=10
Copy Permalink