Information about the MPDU being received. More...
#include "frame-exchange-manager.h"
Public Attributes | |
Time | endOfPsduRx |
time when reception of PSDU ends | |
std::optional< WifiMacHeader > | macHdr |
MAC header of the MPDU being received. | |
WifiTxVector | txVector |
TXVECTOR of the MPDU being received. | |
Information about the MPDU being received.
The TXVECTOR is populated upon PHY-RXSTART indication; the MAC header is populated when notified by the PHY.
Definition at line 109 of file frame-exchange-manager.h.
Time ns3::FrameExchangeManager::OngoingRxInfo::endOfPsduRx |
time when reception of PSDU ends
Definition at line 113 of file frame-exchange-manager.h.
std::optional<WifiMacHeader> ns3::FrameExchangeManager::OngoingRxInfo::macHdr |
MAC header of the MPDU being received.
Definition at line 111 of file frame-exchange-manager.h.
WifiTxVector ns3::FrameExchangeManager::OngoingRxInfo::txVector |
TXVECTOR of the MPDU being received.
Definition at line 112 of file frame-exchange-manager.h.