]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Unsupported WNM Action
authorJouni Malinen <j@w1.fi>
Sun, 14 Apr 2019 14:34:54 +0000 (17:34 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 14 Apr 2019 14:38:15 +0000 (17:38 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_wnm.py

index e8bb2457c030af4cfeaf6f624f29d78b7bc0a290..07d18702a4418a5b12ee8d1c8fd7a91482a74e5d 100644 (file)
@@ -1815,6 +1815,8 @@ def test_wnm_bss_tm_ap_proto(dev, apdev):
              "0a1a00",
              "0a1a0000",
              "0a0c016015007f0f000000000000000000000000000000000000",
+             "0a0700",
+             "0aff00",
              "0aff"]
     for t in tests:
         if "OK" not in hapd.request("MGMT_RX_PROCESS freq=2412 datarate=0 ssi_signal=-30 frame=" + hdr + t):