mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: Make go_neg_with_bss_on_disallowed_chan more robust
Clear scan results to avoid PBC overlap issues caused by earlier test cases. For example, go_neg_with_bss_connected followed by go_neg_with_bss_on_disallowed_chan resulted in failure before this change. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
8969bad521
commit
ae13ad6413
@ -280,6 +280,11 @@ def test_go_neg_with_bss_on_disallowed_chan(dev, apdev):
|
||||
try:
|
||||
hapd = hostapd.add_ap(apdev[0]['ifname'],
|
||||
{ "ssid": 'bss-2.4ghz', "channel": '1' })
|
||||
# make sure PBC overlap from old test cases is not maintained
|
||||
dev[0].request("BSS_FLUSH 0")
|
||||
dev[0].request("SCAN freq=2412 only_new=1")
|
||||
dev[1].request("BSS_FLUSH 0")
|
||||
dev[1].request("SCAN freq=2412 only_new=1")
|
||||
wpas.connect("bss-2.4ghz", key_mgmt="NONE", scan_freq="2412")
|
||||
wpas.request("P2P_SET disallow_freq 2412")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user