mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 18:19:23 +01:00
1d9f2d69e0
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.
11 lines
152 B
Plaintext
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
|