mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 18:19:23 +01:00
65eeab1313
This removes all the duplicated code where the interfaces are iterated and the radio/hostapd instances are created. Instead the two new APIs are used to get each instance, e.g.: hapd = HostapdCLI(config='ssid.conf') radio = hwsim.get_radio('radX') |
||
---|---|---|
.. | ||
all_blacklisted_test.py | ||
bad_pass_test.py | ||
connection_test.py | ||
hw.conf | ||
main.conf | ||
ssid1.conf | ||
ssid2.conf | ||
ssid3.conf | ||
temp_blacklist_test.py |