From: Jouni Malinen Date: Sun, 7 Mar 2021 10:02:46 +0000 (+0200) Subject: tests: Additional invalid REQ_BEACON cases X-Git-Tag: hostap_2_10~460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6a56b6e0196c05ee3ca9bd51ae7a2e4f6029d6;p=thirdparty%2Fhostap.git tests: Additional invalid REQ_BEACON cases Signed-off-by: Jouni Malinen --- 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"]