#include "ns3/log.h"
#include "ns3/test.h"
#include "ns3/yans-wifi-phy.h"
Go to the source code of this file.
Classes | |
class | TxDurationTest |
Tx Duration Test. More... | |
class | TxDurationTestSuite |
Tx Duration Test Suite. More... | |
Variables | |
static const uint16_t | CHANNEL_1_MHZ = 2412 |
static const uint16_t | CHANNEL_36_MHZ = 5180 |
static TxDurationTestSuite | g_txDurationTestSuite |
the test suite More... | |
|
static |
Definition at line 30 of file tx-duration-test.cc.
Referenced by TxDurationTest::CheckPayloadDuration(), and TxDurationTest::CheckTxDuration().
|
static |
Definition at line 31 of file tx-duration-test.cc.
Referenced by TxDurationTest::CheckPayloadDuration(), and TxDurationTest::CheckTxDuration().
|
static |
the test suite
Definition at line 447 of file tx-duration-test.cc.