#include "ns3/he-phy.h"
#include "ns3/he-ppdu.h"
#include "ns3/interference-helper.h"
#include "ns3/log.h"
#include "ns3/multi-model-spectrum-channel.h"
#include "ns3/nist-error-rate-model.h"
#include "ns3/node.h"
#include "ns3/spectrum-wifi-phy.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include "ns3/wifi-net-device.h"
#include "ns3/wifi-phy-operating-channel.h"
#include "ns3/wifi-psdu.h"
#include "ns3/wifi-utils.h"
Go to the source code of this file.
Classes | |
class | PhyChannelSettingsToOperatingChannelTest |
Test the conversion from PHY ChannelSettings attribute to WifiPhyOperatingChannel. More... | |
class | SetWifiOperatingChannelTest |
Test the WifiPhyOperatingChannel::Set() method. More... | |
class | WifiOperatingChannelTestSuite |
wifi operating channel test suite More... | |
class | WifiPhyChannel80Plus80Test |
Test the operating channel functions for 80+80MHz. More... | |
Variables | |
static WifiOperatingChannelTestSuite | g_wifiOperatingChannelTestSuite |
the test suite | |
|
static |
the test suite
Definition at line 943 of file wifi-operating-channel-test.cc.