From 2a0fb7fb2ff9db9d487f4e47150850b6384ba5f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sun, 13 Oct 2024 13:29:23 +0200 Subject: [PATCH] wifi: Extend regression tests to verify MinstrelHt and Ideal RAAs for 802.11be at 320 MHz --- src/wifi/test/examples-to-run.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/wifi/test/examples-to-run.py b/src/wifi/test/examples-to-run.py index bd3151548..ebf2258ce 100644 --- a/src/wifi/test/examples-to-run.py +++ b/src/wifi/test/examples-to-run.py @@ -2138,6 +2138,16 @@ cpp_examples = [ "True", "False", ), + ( + "wifi-manager-example --wifiManager=MinstrelHt --standard=802.11be-6GHz --serverChannelWidth=320 --clientChannelWidth=320 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1", + "True", + "True", + ), + ( + "wifi-manager-example --wifiManager=Ideal --standard=802.11be-6GHz --serverChannelWidth=320 --clientChannelWidth=320 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1", + "True", + "True", + ), ( "wifi-test-interference-helper --enableCapture=0 --txPowerA=5 --txPowerB=15 --delay=10us --txModeA=OfdmRate6Mbps --txModeB=OfdmRate6Mbps --checkResults=1 --expectRxASuccessful=0 --expectRxBSuccessful=0", "True",