mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-05 11:39:24 +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. |
||
---|---|---|
.. | ||
hw.conf | ||
main.conf | ||
periodic_scan_test.py | ||
requested_scan_test.py | ||
ssid_8021x.conf | ||
ssid_hidden_0.conf | ||
ssid_hidden_0.open | ||
ssid_hidden_1.conf | ||
ssid_hidden_1.open | ||
ssid_open.conf | ||
ssid_psk.conf |