#include "eht-frame-exchange-manager.h"
#include "ap-emlsr-manager.h"
#include "eht-phy.h"
#include "emlsr-manager.h"
#include "ns3/abort.h"
#include "ns3/ap-wifi-mac.h"
#include "ns3/log.h"
#include "ns3/mgt-action-headers.h"
#include "ns3/spectrum-signal-parameters.h"
#include "ns3/sta-wifi-mac.h"
#include "ns3/wifi-mac-queue.h"
#include "ns3/wifi-net-device.h"
#include "ns3/wifi-spectrum-phy-interface.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
#define | NS_LOG_APPEND_CONTEXT WIFI_FEM_NS_LOG_APPEND_CONTEXT |
Variables | |
const Time | ns3::EMLSR_RX_PHY_START_DELAY = MicroSeconds(20) |
aRxPHYStartDelay value to use when waiting for a new frame in the context of EMLSR operations (Sec. | |
static constexpr uint8_t | ns3::WAIT_FOR_RXSTART_DELAY_USEC = 52 |
Additional time (exceeding 20 us) to wait for a PHY-RXSTART.indication when the PHY is decoding a PHY header. | |
#define NS_LOG_APPEND_CONTEXT WIFI_FEM_NS_LOG_APPEND_CONTEXT |
Definition at line 28 of file eht-frame-exchange-manager.cc.