]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Clear AP scan cache after primary BSS on channel 40
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 14 Feb 2022 22:34:55 +0000 (00:34 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 14 Feb 2022 22:34:55 +0000 (00:34 +0200)
commitb9897f1f3cb640bab84d059fc3f3ac619cce807c
tree52a4c6b887eae079c5c6debac366d94e0efc9222
parentf5ce9111c5993945ebd428e3736a9e66b5f08e49
tests: Clear AP scan cache after primary BSS on channel 40

A number of test cases using 40 MHz or wider channels with the primary
channel 36 were failing when executed after dpp_chirp_ap_5g since that
test case was running an AP on the channel 40 and resulting in need to
swap the primary and the secondary channels in the following test case.
Fix this by clearing the AP scan cache explicitly for such cases.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_ap_tdls.py
tests/hwsim/test_ap_vht.py
tests/hwsim/test_dpp.py