From 88601824491f2e4fc303f517ae024170e1a11bc2 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 14 Apr 2019 17:34:54 +0300 Subject: [PATCH] tests: Unsupported WNM Action Signed-off-by: Jouni Malinen --- tests/hwsim/test_wnm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/hwsim/test_wnm.py b/tests/hwsim/test_wnm.py index e8bb2457c..07d18702a 100644 --- a/tests/hwsim/test_wnm.py +++ b/tests/hwsim/test_wnm.py @@ -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):