#include "ns3/constant-obss-pd-algorithm.h"#include "ns3/eht-configuration.h"#include "ns3/eht-phy.h"#include "ns3/eht-ppdu.h"#include "ns3/he-ppdu.h"#include "ns3/ht-ppdu.h"#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/non-communicating-net-device.h"#include "ns3/ofdm-ppdu.h"#include "ns3/pointer.h"#include "ns3/rng-seed-manager.h"#include "ns3/spectrum-wifi-helper.h"#include "ns3/spectrum-wifi-phy.h"#include "ns3/test.h"#include "ns3/threshold-preamble-detection-model.h"#include "ns3/vht-configuration.h"#include "ns3/vht-ppdu.h"#include "ns3/waveform-generator.h"#include "ns3/wifi-mac-header.h"#include "ns3/wifi-net-device.h"#include "ns3/wifi-phy-listener.h"#include "ns3/wifi-psdu.h"#include "ns3/wifi-spectrum-value-helper.h"#include "ns3/wifi-standards.h"#include "ns3/wifi-utils.h"#include <algorithm>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| struct | WifiPhyCcaIndicationTest::CcaCheckPoint |
| structure that holds information to perform CCA check More... | |
| class | CcaTestPhyListener |
| PHY listener for CCA tests. More... | |
| struct | WifiPhyCcaIndicationTest::CcaThresholdUpdatePoint |
| structure that holds information to perform CCA threshold update More... | |
| struct | WifiPhyCcaIndicationTest::StateCheckPoint |
| structure that holds information to perform PHY state check More... | |
| struct | WifiPhyCcaIndicationTest::TxPpduInfo |
| structure that holds information to generate PPDUs More... | |
| struct | WifiPhyCcaIndicationTest::TxSignalInfo |
| structure that holds information to generate signals More... | |
| class | WifiPhyCcaIndicationTest |
| Test CCA_BUSY indication provided by the PHY. More... | |
| class | WifiPhyCcaTestSuite |
| Wi-Fi PHY CCA Test Suite. More... | |
| class | WifiPhyCcaThresholdsTest |
| PHY CCA thresholds test. More... | |
| const Time aCcaTime = MicroSeconds(4) |
Definition at line 57 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
| const Time aCcaTimeWithDelta = aCcaTime + smallDelta |
Definition at line 62 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
| const Time ehtPhyHeaderDuration = MicroSeconds(40) |
Definition at line 60 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
Definition at line 68 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
| const Time hePhyHeaderDuration = MicroSeconds(32) |
Definition at line 59 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
Definition at line 63 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
| const Time legacyPhyHeaderDuration = MicroSeconds(20) |
Definition at line 58 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
|
constexpr |
Definition at line 52 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::DoRun(), and WifiPhyCcaIndicationTest::RunOne().
|
constexpr |
Definition at line 46 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::WifiPhyCcaIndicationTest(), WifiPhyCcaIndicationTest::DoRun(), and WifiPhyCcaIndicationTest::RunOne().
|
constexpr |
Definition at line 54 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::DoRun(), and WifiPhyCcaIndicationTest::RunOne().
|
constexpr |
Definition at line 48 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::DoRun(), and WifiPhyCcaIndicationTest::RunOne().
|
constexpr |
Definition at line 50 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::DoRun(), and WifiPhyCcaIndicationTest::RunOne().
|
constexpr |
Definition at line 53 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
|
constexpr |
Definition at line 47 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
|
constexpr |
Definition at line 49 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
|
constexpr |
Definition at line 51 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
| const Time smallDelta = NanoSeconds(1) |
Definition at line 56 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne().
Definition at line 55 of file wifi-phy-cca-test.cc.
Referenced by WifiPhyCcaIndicationTest::RunOne(), and WifiPhyCcaIndicationTest::ScheduleTest().
|
static |
the test suite
Definition at line 3802 of file wifi-phy-cca-test.cc.