mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-10 15:24:09 +01:00
![Alvin Šipraga](/assets/img/avatar_default.png)
The testAPRoam autotest was silently failing on my machine until I realized that my distribution hostapd (Arch Linux) is not built with CONFIG_WNM_AP=y. Indeed, it is also disabled by default in upstream hostapd. This resulted in the send_bss_transition() function of hostapd.py silently failing. With this change, throw an exception in case the BSS_TM_REQ command does not succeed to hopefully save others the time of debugging this problem.