tests: ANQP_GET to unknown BSS
authorJouni Malinen <j@w1.fi>
Sun, 3 Jul 2016 19:00:24 +0000 (22:00 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 3 Jul 2016 19:37:01 +0000 (22:37 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_gas.py

index 805147a..d705d9c 100644 (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")