Hi Alvin,
On 1/28/21 3:26 AM, Alvin Šipraga wrote:
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.
---
autotests/util/hostapd.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Applied, thanks.
Regards,
-Denis