3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-03 09:58:38 +02:00
iwd/autotests/testScan/hw.conf
James Prestwood 1d9f2d69e0 auto-t: remove unneeded hidden networks
testScan was creating 10 separate hidden networks which
sometimes bogged down hostapd to the point that it would
not start up in time before test-runner's timeouts fired.
This appeared to be due to hostapd needing to create 10
separate interfaces which would sometimes fail with -ENFILE.

The test itself only needed two separate networks, so instead
the additional 8 can be completely removed.
2021-07-29 17:51:25 -05:00

11 lines
152 B
Plaintext

[SETUP]
num_radios=6
start_iwd=0
[HOSTAPD]
rad0=ssid_hidden_0.conf
rad1=ssid_hidden_1.conf
rad2=ssid_open.conf
rad3=ssid_8021x.conf
rad4=ssid_psk.conf