]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix ap_track_sta_no_probe_resp false negative by using common finalizer
authorMasashi Honma <masashi.honma@gmail.com>
Tue, 25 Jun 2019 01:50:40 +0000 (10:50 +0900)
committerJouni Malinen <j@w1.fi>
Wed, 26 Jun 2019 17:42:20 +0000 (20:42 +0300)
commite891035f132954e910287096465c51934340dbe7
treee0e643e9e7fda6df315e29b6867aefa6116b541d
parent41318114b63062f232a0ff35397d3ffaae596362
tests: Fix ap_track_sta_no_probe_resp false negative by using common finalizer

ap_track_sta_no_probe_resp fails with this message.

---------------
wlan0: Country code not reset back to 00: is US
wlan0: Country code cleared back to 00
---------------

This patch fixes the issue.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
tests/hwsim/test_ap_track.py