mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
tests: GET_CAPABILITY special cases
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
657f50df27
commit
b102823ddc
@ -691,6 +691,10 @@ def test_wpas_ctrl_set(dev):
|
|||||||
|
|
||||||
def test_wpas_ctrl_get_capability(dev):
|
def test_wpas_ctrl_get_capability(dev):
|
||||||
"""wpa_supplicant ctrl_iface GET_CAPABILITY"""
|
"""wpa_supplicant ctrl_iface GET_CAPABILITY"""
|
||||||
|
if "FAIL" not in dev[0].request("GET_CAPABILITY 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890"):
|
||||||
|
raise Exception("Unexpected success on invalid GET_CAPABILITY")
|
||||||
|
if "AP" not in dev[0].request("GET_CAPABILITY modes strict"):
|
||||||
|
raise Exception("Unexpected GET_CAPABILITY response")
|
||||||
res = dev[0].get_capability("eap")
|
res = dev[0].get_capability("eap")
|
||||||
if "TTLS" not in res:
|
if "TTLS" not in res:
|
||||||
raise Exception("Unexpected GET_CAPABILITY eap response: " + str(res))
|
raise Exception("Unexpected GET_CAPABILITY eap response: " + str(res))
|
||||||
|
Loading…
Reference in New Issue
Block a user