mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-10 23:40:58 +01:00
![James Prestwood](/assets/img/avatar_default.png)
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')