mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 18:19:23 +01:00
b600440ea2
In certain cases the autoconnect portion of each subtest was connecting to the network so fast that the check for obj.scanning was never successful since IWD was already connected (and in turn not scanning). Since the autoconnect path will wait for the device to be connected there really isn't a reason to wait for any scanning conditions. The normal connect path does need to wait for scanning though, and for this we can now use the new scan_if_needed parameter to get_ordered_networks. |
||
---|---|---|
.. | ||
8021x_network_test.py | ||
hw.conf | ||
open_network_test.py | ||
ssidEAP-Other.8021x | ||
ssidEAP-Other.conf | ||
ssidEAP-TLS.8021x | ||
ssidEAP-TLS.conf | ||
ssidOpen.conf | ||
ssidWPA.conf | ||
validation.py | ||
wpa_network_test.py |