#include "ns3/ap-wifi-mac.h"
#include "ns3/boolean.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/he-configuration.h"
#include "ns3/he-phy.h"
#include "ns3/interference-helper.h"
#include "ns3/log.h"
#include "ns3/mobility-helper.h"
#include "ns3/multi-model-spectrum-channel.h"
#include "ns3/nist-error-rate-model.h"
#include "ns3/node.h"
#include "ns3/non-communicating-net-device.h"
#include "ns3/pointer.h"
#include "ns3/rng-seed-manager.h"
#include "ns3/simulator.h"
#include "ns3/spectrum-wifi-helper.h"
#include "ns3/spectrum-wifi-phy.h"
#include "ns3/sta-wifi-mac.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include "ns3/txop.h"
#include "ns3/waveform-generator.h"
#include "ns3/wifi-mac-header.h"
#include "ns3/wifi-net-device.h"
#include "ns3/wifi-psdu.h"
#include "ns3/wifi-spectrum-signal-parameters.h"
#include "ns3/wifi-spectrum-value-helper.h"
#include "ns3/wifi-utils.h"
#include <vector>
Go to the source code of this file.
Classes | |
struct | TestMultipleCtsResponsesFromMuRts::CtsTxInfos |
Information about CTS responses to expect in the test. More... | |
class | MuRtsCtsHePhy |
HE PHY used for testing MU-RTS/CTS. More... | |
class | MuRtsCtsSpectrumWifiPhy |
Spectrum PHY used for testing MU-RTS/CTS. More... | |
class | TestMultipleCtsResponsesFromMuRts |
test PHY reception of multiple CTS frames as a response to a MU-RTS frame. More... | |
class | TestNonHtDuplicatePhyReception |
non-HT duplicate PHY reception test The test consists in an AP sending a single non-HT duplicate PPDU of a given channel width (multiple of 20 MHz) over a spectrum channel and it checks whether the STAs attached to the channel receive the PPDU. More... | |
class | WifiNonHtDuplicateTestSuite |
wifi non-HT duplicate Test Suite More... | |
Variables | |
constexpr MHz_u | DEFAULT_FREQUENCY = 5180 |
static WifiNonHtDuplicateTestSuite | wifiNonHtDuplicateTestSuite |
the test suite | |
|
constexpr |
Definition at line 44 of file wifi-non-ht-dup-test.cc.
Referenced by TestMultipleCtsResponsesFromMuRts::DoSetup().
|
static |
the test suite
Definition at line 1137 of file wifi-non-ht-dup-test.cc.