From 8e6a56b6e0196c05ee3ca9bd51ae7a2e4f6029d6 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 7 Mar 2021 12:02:46 +0200 Subject: [PATCH] tests: Additional invalid REQ_BEACON cases Signed-off-by: Jouni Malinen --- tests/hwsim/test_rrm.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/hwsim/test_rrm.py b/tests/hwsim/test_rrm.py index 73782c995..67f60ca34 100644 --- a/tests/hwsim/test_rrm.py +++ b/tests/hwsim/test_rrm.py @@ -811,6 +811,9 @@ def test_rrm_beacon_req_table(dev, apdev): tests = ["REQ_BEACON ", "REQ_BEACON q", + "REQ_BEACON 11:22:33:44:55:66", + "REQ_BEACON 11:22:33:44:55:66 req_mode=q", + "REQ_BEACON 11:22:33:44:55:66 req_mode=11", "REQ_BEACON 11:22:33:44:55:66 1", "REQ_BEACON 11:22:33:44:55:66 1q", "REQ_BEACON 11:22:33:44:55:66 11223344556677889900aabbccddeeff"]