A Discrete-Event Network Simulator
API
wifi-phy-thresholds-test.cc File Reference
#include "ns3/log.h"
#include "ns3/test.h"
#include "ns3/spectrum-wifi-helper.h"
#include "ns3/wifi-spectrum-value-helper.h"
#include "ns3/spectrum-wifi-phy.h"
#include "ns3/nist-error-rate-model.h"
#include "ns3/wifi-mac-header.h"
#include "ns3/wifi-mac-trailer.h"
#include "ns3/wifi-phy-tag.h"
#include "ns3/wifi-spectrum-signal-parameters.h"
#include "ns3/wifi-utils.h"
#include "ns3/wifi-phy-header.h"
+ Include dependency graph for wifi-phy-thresholds-test.cc:

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...
 

Variable Documentation

◆ CHANNEL_NUMBER

const uint8_t CHANNEL_NUMBER = 36
static

Definition at line 38 of file wifi-phy-thresholds-test.cc.

Referenced by WifiPhyThresholdsTest::DoSetup().

◆ CHANNEL_WIDTH

const uint16_t CHANNEL_WIDTH = 20
static

◆ FREQUENCY

◆ wifiPhyThresholdsTestSuite

WifiPhyThresholdsTestSuite wifiPhyThresholdsTestSuite
static

the test suite

Definition at line 425 of file wifi-phy-thresholds-test.cc.