29   : m_amsduSupported (0),
 
   38   : m_amsduSupported (0),
 
uint8_t GetTid(void) const 
Return the Traffic ID (TID). 
 
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
 
Mac48Address m_peer
Peer address. 
 
uint16_t GetTimeout(void) const 
Return the timeout. 
 
uint16_t GetWinEnd(void) const 
Return the ending sequence number. 
 
Mac48Address GetPeer(void) const 
Return the peer address. 
 
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file...
 
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name. 
 
bool IsImmediateBlockAck(void) const 
Check whether the current ACK policy is immediate block ACK. 
 
uint16_t m_startingSeq
Starting squence control. 
 
uint16_t GetStartingSequence(void) const 
Return the starting squence number. 
 
uint16_t m_winEnd
Ending sequence number. 
 
uint16_t m_timeout
Timeout. 
 
bool IsAmsduSupported(void) const 
Check whether A-MSDU is supported. 
 
uint8_t m_htSupported
Flag whether HT is supported. 
 
uint8_t m_blockAckPolicy
Type of block ack: immediate or delayed. 
 
void SetWinEnd(uint16_t seq)
Set ending sequence number. 
 
void SetStartingSequenceControl(uint16_t seq)
Set starting sequence control. 
 
uint16_t m_bufferSize
Buffer size. 
 
void SetStartingSequence(uint16_t seq)
Set starting sequence number. 
 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
 
uint8_t m_amsduSupported
Flag whether MSDU aggregation is supported. 
 
void SetDelayedBlockAck(void)
Set Block ACK policy to delayed ACK. 
 
EventId m_inactivityEvent
 
void SetAmsduSupport(bool supported)
Enable or disable A-MSDU support. 
 
void Cancel(void)
This method is syntactic sugar for the ns3::Simulator::Cancel method. 
 
void SetImmediateBlockAck(void)
Set Block ACK policy to immediate ACK. 
 
void SetTimeout(uint16_t timeout)
Set timeout. 
 
bool IsHtSupported(void) const 
Check whether HT is supported. 
 
uint16_t GetStartingSequenceControl(void) const 
Return the starting sequence control. 
 
void SetBufferSize(uint16_t bufferSize)
Set buffer size. 
 
uint16_t GetBufferSize(void) const 
Return the buffer size. 
 
void SetHtSupported(bool htSupported)
Enable or disable HT support.