Browse Source

tests: ANQP_GET to unknown BSS

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 8 years ago
parent
commit
60547477e0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/hwsim/test_gas.py

+ 2 - 1
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")