mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 10:09:23 +01:00
89c1ec3d79
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.
13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
hw_mode=g
|
|
channel=1
|
|
ssid=TestRoamRetry
|
|
|
|
wpa=2
|
|
wpa_pairwise=CCMP
|
|
wpa_passphrase=secret123
|
|
|
|
ctrl_interface=/var/run/hostapd
|
|
|
|
rrm_neighbor_report=1
|
|
beacon_int=10
|