mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 08:14:02 -05:00
tests: Fix TDLS counter validation
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ef8151ac57
commit
d014a15046
@ -91,7 +91,7 @@ def test_autogo_tdls(dev):
|
||||
dev[1].tdls_teardown(addr2)
|
||||
time.sleep(1)
|
||||
teardown = wlantest_tdls("teardown", bssid, addr1, addr2);
|
||||
if conf == teardown:
|
||||
if teardown == 0:
|
||||
raise Exception("No TDLS Setup Teardown seen")
|
||||
wlantest_tdls_clear(bssid, addr1, addr2);
|
||||
hwsim_utils.test_connectivity_p2p(dev[1], dev[2])
|
||||
|
Loading…
Reference in New Issue
Block a user