Parcourir la source

tests: ANQP_GET to unknown BSS

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 8 ans
Parent
commit
60547477e0
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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")