#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/ofdm-phy.h"
#include "ns3/ofdm-ppdu.h"
#include "ns3/spectrum-phy.h"
#include "ns3/spectrum-wifi-helper.h"
#include "ns3/spectrum-wifi-phy.h"
#include "ns3/test.h"
#include "ns3/wifi-mac-header.h"
#include "ns3/wifi-net-device.h"
#include "ns3/wifi-psdu.h"
#include "ns3/wifi-spectrum-phy-interface.h"
#include "ns3/wifi-spectrum-signal-parameters.h"
#include "ns3/wifi-spectrum-value-helper.h"
#include "ns3/wifi-utils.h"
Go to the source code of this file.
Classes | |
class | WifiPhyThresholdsStrongForeignSignalTest |
Wifi Phy Threshold Strong Foreign Signal Test. More... | |
class | WifiPhyThresholdsStrongWifiSignalTest |
Wifi Phy Threshold Strong Wifi Signal Test. More... | |
class | WifiPhyThresholdsTest |
Wifi Phy Threshold Test base class. More... | |
class | WifiPhyThresholdsTestSuite |
Wifi Phy Thresholds Test Suite. More... | |
class | WifiPhyThresholdsWeakForeignSignalTest |
Wifi Phy Threshold Weak Foreign Signal Test. More... | |
class | WifiPhyThresholdsWeakWifiSignalTest |
Wifi Phy Threshold Weak Wifi Signal Test. More... | |
Variables | |
static const uint8_t | CHANNEL_NUMBER = 36 |
static const uint16_t | CHANNEL_WIDTH = 20 |
static const uint32_t | FREQUENCY = 5180 |
static WifiPhyThresholdsTestSuite | wifiPhyThresholdsTestSuite |
the test suite More... | |
|
static |
Definition at line 42 of file wifi-phy-thresholds-test.cc.
Referenced by WifiPhyThresholdsTest::DoSetup().
|
static |
Definition at line 44 of file wifi-phy-thresholds-test.cc.
Referenced by WifiPhyThresholdsTest::MakeForeignSignal(), and WifiPhyThresholdsTest::MakeWifiSignal().
|
static |
Definition at line 43 of file wifi-phy-thresholds-test.cc.
Referenced by WifiPhyThresholdsTest::MakeForeignSignal().
|
static |
the test suite
Definition at line 510 of file wifi-phy-thresholds-test.cc.