Fix #345 (1/2): function qmp_get_wifi_devices returns wifi devices sorted
alphabetically, so that qmp_get_wifi_mac_devices returns their corresponding MAC addresses in the same order. Fix #345 (2/2): function qmp_configure_wifi_initial does not sort MAC addresses, but only checks for duplicates, since now they are already ordered by interface name (wlan0, wlan1, wlan2...).
Please register or sign in to comment