#include "ns3/adhoc-wifi-mac.h"
#include "ns3/ap-wifi-mac.h"
#include "ns3/channel-access-manager.h"
#include "ns3/config.h"
#include "ns3/frame-exchange-manager.h"
#include "ns3/interference-helper.h"
#include "ns3/mgt-action-headers.h"
#include "ns3/mobility-helper.h"
#include "ns3/multi-model-spectrum-channel.h"
#include "ns3/packet-socket-client.h"
#include "ns3/packet-socket-helper.h"
#include "ns3/packet-socket-server.h"
#include "ns3/pointer.h"
#include "ns3/qos-txop.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/wifi-net-device.h"
#include "ns3/wifi-spectrum-phy-interface.h"
#include <iomanip>
#include <list>
#include <numeric>
Go to the source code of this file.
Classes | |
class | BackoffGenerationTest |
Test the GenerateBackoffIfTxopWithoutTx and ProactiveBackoff attributes of the ChannelAccessManager. More... | |
class | ChannelAccessManagerStub |
ChannelAccessManager Stub. More... | |
class | ChannelAccessManagerTest< TxopType > |
Channel Access Manager Test. More... | |
class | ChannelAccessManagerTestSuite |
ChannelAccessManager Test Suite. More... | |
struct | TxopTest< TxopType >::ExpectedBackoff |
ExpectedBackoff structure. More... | |
class | FrameExchangeManagerStub< TxopType > |
Frame Exchange Manager Stub. More... | |
class | LargestIdlePrimaryChannelTest |
Test the calculation of the largest idle primary channel performed by ChannelAccessManager::GetLargestIdlePrimaryChannel(). More... | |
class | QosTxopTestSuite |
QosTxop Test Suite. More... | |
class | TxopTest< TxopType > |
TxopTest Txop Test. More... | |
class | TxopTestSuite |
Txop Test Suite. More... | |
Variables | |
static ChannelAccessManagerTestSuite | g_camTestSuite |
static TxopTestSuite | g_dcfTestSuite |
static QosTxopTestSuite | g_edcaTestSuite |
|
static |
Definition at line 2073 of file channel-access-manager-test.cc.
|
static |
Definition at line 2029 of file channel-access-manager-test.cc.
|
static |
Definition at line 2049 of file channel-access-manager-test.cc.