tests: ANQP_GET to unknown BSS

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2016-07-03 22:00:24 +03:00
parent 69e85c7fb3
commit 60547477e0

View file

@ -375,7 +375,8 @@ def test_gas_anqp_get(dev, apdev):
"00:11:22:33:44:55 hs20:32",
"00:11:22:33:44:55",
"00:11:22:33:44:55 ",
"00:11:22:33:44:55 0" ]
"00:11:22:33:44:55 0",
"00:11:22:33:44:55 1" ]
for cmd in cmds:
if "FAIL" not in dev[0].request("ANQP_GET " + cmd):
raise Exception("Invalid ANQP_GET accepted")