From: Jouni Malinen Date: Sun, 3 Jul 2016 19:00:24 +0000 (+0300) Subject: tests: ANQP_GET to unknown BSS X-Git-Tag: hostap_2_6~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60547477e070aa282bb7f576166d8a1fd9b7983c;p=thirdparty%2Fhostap.git tests: ANQP_GET to unknown BSS Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_gas.py b/tests/hwsim/test_gas.py index 805147af0..d705d9c50 100644 --- a/tests/hwsim/test_gas.py +++ b/tests/hwsim/test_gas.py @@ -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")