#include "ns3/ap-wifi-mac.h"
#include "ns3/boolean.h"
#include "ns3/config.h"
#include "ns3/ctrl-headers.h"
#include "ns3/enum.h"
#include "ns3/he-configuration.h"
#include "ns3/he-phy.h"
#include "ns3/mobility-helper.h"
#include "ns3/multi-model-spectrum-channel.h"
#include "ns3/rng-seed-manager.h"
#include "ns3/spectrum-wifi-helper.h"
#include "ns3/sta-wifi-mac.h"
#include "ns3/test.h"
#include "ns3/tuple.h"
#include "ns3/wifi-net-device.h"
#include "ns3/wifi-psdu.h"
#include <algorithm>
#include <bitset>
#include <sstream>
Go to the source code of this file.
Classes | |
class | Wifi20MHzChannelIndicesTest |
Test functions returning the indices of primary and secondary channels of different width. More... | |
class | WifiPrimaryChannelsTest |
Test transmissions under different primary channel settings. More... | |
class | WifiPrimaryChannelsTestSuite |
wifi primary channels test suite More... | |
Variables | |
static WifiPrimaryChannelsTestSuite | g_wifiPrimaryChannelsTestSuite |
the test suite More... | |
|
static |
the test suite
Definition at line 1388 of file wifi-primary-channels-test.cc.