From: Ilan Peer Date: Sun, 24 Apr 2022 09:57:54 +0000 (+0300) Subject: tests: Add coverage for testing disabling collocated 6 GHz scan X-Git-Tag: hostap_2_11~1927 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f493573934f05b480fb125f3673173d84f697f;p=thirdparty%2Fhostap.git tests: Add coverage for testing disabling collocated 6 GHz scan Extend 'scan' test to cover 'non_coloc_6ghz' parsing. Signed-off-by: Ilan Peer --- diff --git a/tests/hwsim/test_scan.py b/tests/hwsim/test_scan.py index c6267606e..5beec4f32 100644 --- a/tests/hwsim/test_scan.py +++ b/tests/hwsim/test_scan.py @@ -91,6 +91,9 @@ def test_scan(dev, apdev): logger.info("Active single-channel scan on AP's operating channel") check_scan_retry(dev[0], "freq=2412 passive=0 use_id=1", bssid) + logger.info("Disable collocated 6 GHz scanning") + check_scan(dev[0], "freq=2457 non_coloc_6ghz=1 use_id=1") + @remote_compatible def test_scan_tsf(dev, apdev): """Scan and TSF updates from Beacon/Probe Response frames"""