tests: Add coverage for testing disabling collocated 6 GHz scan
Extend 'scan' test to cover 'non_coloc_6ghz' parsing. Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
79dc7f6190
commit
95f4935739
1 changed files with 3 additions and 0 deletions
|
@ -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"""
|
||||
|
|
Loading…
Add table
Reference in a new issue