information about the frame being prepared for a specific receiver More...
#include "wifi-tx-parameters.h"
Public Attributes | |
uint32_t | ampduSize |
the size in bytes of the A-MPDU if multiple MPDUs have been added, and zero otherwise | |
uint32_t | amsduSize |
the size in bytes of the MSDU or A-MSDU included in the last MPDU added | |
WifiMacHeader | header |
MAC header of the last MPDU added. | |
std::map< uint8_t, std::set< uint16_t > > | seqNumbers |
set of the sequence numbers of the MPDUs added for each TID | |
information about the frame being prepared for a specific receiver
Definition at line 134 of file wifi-tx-parameters.h.
uint32_t ns3::WifiTxParameters::PsduInfo::ampduSize |
the size in bytes of the A-MPDU if multiple MPDUs have been added, and zero otherwise
Definition at line 139 of file wifi-tx-parameters.h.
Referenced by ns3::HtFrameExchangeManager::IsWithinLimitsIfAggregateMsdu(), ns3::WifiTxParameters::LastAddedIsFirstMpdu(), and ns3::WifiTxParameters::UndoAddMpdu().
uint32_t ns3::WifiTxParameters::PsduInfo::amsduSize |
the size in bytes of the MSDU or A-MSDU included in the last MPDU added
Definition at line 137 of file wifi-tx-parameters.h.
Referenced by ns3::WifiTxParameters::LastAddedIsFirstMpdu(), and ns3::WifiTxParameters::UndoAddMpdu().
WifiMacHeader ns3::WifiTxParameters::PsduInfo::header |
MAC header of the last MPDU added.
Definition at line 136 of file wifi-tx-parameters.h.
Referenced by ns3::WifiTxParameters::AddMpdu(), ns3::WifiTxParameters::AggregateMsdu(), and ns3::WifiTxParameters::UndoAddMpdu().
std::map<uint8_t, std::set<uint16_t> > ns3::WifiTxParameters::PsduInfo::seqNumbers |
set of the sequence numbers of the MPDUs added for each TID
Definition at line 141 of file wifi-tx-parameters.h.
Referenced by ns3::WifiTxParameters::AddMpdu(), ns3::WifiDefaultAckManager::IsResponseNeeded(), ns3::HtFrameExchangeManager::IsWithinLimitsIfAddMpdu(), and ns3::WifiTxParameters::UndoAddMpdu().