wifi: Do not write PCAP files for the wifi-mlo test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user