diff --git a/src/wifi/test/wifi-mlo-test.cc b/src/wifi/test/wifi-mlo-test.cc index b2a87db90..23f892819 100644 --- a/src/wifi/test/wifi-mlo-test.cc +++ b/src/wifi/test/wifi-mlo-test.cc @@ -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);