wifi: Do not write PCAP files for the wifi-mlo test

This commit is contained in:
Stefano Avallone
2022-10-18 18:06:53 +02:00
parent 1d61c8bdb0
commit aa0eae52cc

View File

@@ -422,8 +422,9 @@ MultiLinkSetupTest::DoRun()
NetDeviceContainer apDevices = wifi.Install(apPhyHelper, mac, wifiApNode);
apPhyHelper.EnablePcap("wifi-mlo_AP", apDevices);
staPhyHelper.EnablePcap("wifi-mlo_STA", staDevices);
// Uncomment the lines below to write PCAP files
// apPhyHelper.EnablePcap("wifi-mlo_AP", apDevices);
// staPhyHelper.EnablePcap("wifi-mlo_STA", staDevices);
// Assign fixed streams to random variables in use
streamNumber += wifi.AssignStreams(apDevices, streamNumber);