A Discrete-Event Network Simulator
API
Public Member Functions | Public Attributes | List of all members
ns3::WifiRemoteStation Struct Reference

hold per-remote-station state. More...

#include "wifi-remote-station-manager.h"

+ Inheritance diagram for ns3::WifiRemoteStation:

Public Member Functions

virtual ~WifiRemoteStation ()
 

Public Attributes

uint32_t m_slrc
 STA long retry count. More...
 
uint32_t m_ssrc
 STA short retry count. More...
 
WifiRemoteStationStatem_state
 Remote station state. More...
 
uint8_t m_tid
 traffic ID More...
 

Detailed Description

hold per-remote-station state.

The state in this class is used to keep track of association status if we are in an infrastructure network and to perform the selection of tx parameters on a per-packet basis.

This class is typically subclassed and extended by rate control implementations

Definition at line 1531 of file wifi-remote-station-manager.h.

Constructor & Destructor Documentation

◆ ~WifiRemoteStation()

ns3::WifiRemoteStation::~WifiRemoteStation ( )
virtual

Definition at line 2270 of file wifi-remote-station-manager.cc.

References NS_LOG_FUNCTION.

Member Data Documentation

◆ m_slrc

uint32_t ns3::WifiRemoteStation::m_slrc

STA long retry count.

Definition at line 1536 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::Lookup().

◆ m_ssrc

uint32_t ns3::WifiRemoteStation::m_ssrc

STA short retry count.

Definition at line 1535 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::Lookup().

◆ m_state

WifiRemoteStationState* ns3::WifiRemoteStation::m_state

◆ m_tid

uint8_t ns3::WifiRemoteStation::m_tid

traffic ID

Definition at line 1537 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::Lookup().


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