A Discrete-Event Network Simulator
API
ns3::WifiTxParameters::PsduInfo Struct Reference

information about the frame being prepared for a specific receiver More...

#include "wifi-tx-parameters.h"

+ Collaboration diagram for ns3::WifiTxParameters::PsduInfo:

Public Attributes

uint32_t ampduSize
 the size in bytes of the A-MPDU if multiple MPDUs have been added, and zero otherwise More...
 
uint32_t amsduSize
 the size in bytes of the MSDU or A-MSDU included in the last MPDU added More...
 
WifiMacHeader header
 MAC header of the last MPDU added. More...
 
std::map< uint8_t, std::set< uint16_t > > seqNumbers
 set of the sequence numbers of the MPDUs added for each TID More...
 

Detailed Description

information about the frame being prepared for a specific receiver

Definition at line 114 of file wifi-tx-parameters.h.

Member Data Documentation

◆ ampduSize

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 119 of file wifi-tx-parameters.h.

Referenced by ns3::HtFrameExchangeManager::IsWithinLimitsIfAggregateMsdu().

◆ amsduSize

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 117 of file wifi-tx-parameters.h.

◆ header

WifiMacHeader ns3::WifiTxParameters::PsduInfo::header

MAC header of the last MPDU added.

Definition at line 116 of file wifi-tx-parameters.h.

◆ seqNumbers

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 121 of file wifi-tx-parameters.h.

Referenced by ns3::WifiDefaultAckManager::GetMaxDistFromStartingSeq(), and ns3::HtFrameExchangeManager::IsWithinLimitsIfAddMpdu().


The documentation for this struct was generated from the following file: