mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: Invalid hostapd STA ctrl_iface command subparameter
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
7b28c40892
commit
02ad9f0b8d
@ -67,6 +67,8 @@ def test_hapd_ctrl_sta(dev, apdev):
|
||||
raise Exception("Unexpected STA failure")
|
||||
if "FAIL" not in hapd.request("STA " + addr + " eapol"):
|
||||
raise Exception("Unexpected STA-eapol success")
|
||||
if "FAIL" not in hapd.request("STA " + addr + " foo"):
|
||||
raise Exception("Unexpected STA-foo success")
|
||||
if "FAIL" not in hapd.request("STA 00:11:22:33:44"):
|
||||
raise Exception("Unexpected STA success")
|
||||
if "FAIL" not in hapd.request("STA 00:11:22:33:44:55"):
|
||||
|
Loading…
Reference in New Issue
Block a user