A Discrete-Event Network Simulator
API
ns3::AarfWifiRemoteStation Struct Reference

hold per-remote-station state for AARF Wifi manager. More...

+ Inheritance diagram for ns3::AarfWifiRemoteStation:
+ Collaboration diagram for ns3::AarfWifiRemoteStation:

Public Attributes

uint32_t m_failed
 failed More...
 
uint8_t m_rate
 rate More...
 
bool m_recovery
 recovery More...
 
uint32_t m_success
 success More...
 
uint32_t m_successThreshold
 success threshold More...
 
uint32_t m_timer
 timer More...
 
uint32_t m_timerTimeout
 timer timeout More...
 
- Public Attributes inherited from ns3::WifiRemoteStation
std::pair< double, Timem_rssiAndUpdateTimePair
 RSSI (in dBm) of the most recent packet received from the remote station along with update time. More...
 
WifiRemoteStationStatem_state
 Remote station state. More...
 

Additional Inherited Members

- Public Member Functions inherited from ns3::WifiRemoteStation
virtual ~WifiRemoteStation ()
 

Detailed Description

hold per-remote-station state for AARF Wifi manager.

This struct extends from WifiRemoteStation struct to hold additional information required by the AARF Wifi manager

Definition at line 38 of file aarf-wifi-manager.cc.

Member Data Documentation

◆ m_failed

uint32_t ns3::AarfWifiRemoteStation::m_failed

◆ m_rate

◆ m_recovery

bool ns3::AarfWifiRemoteStation::m_recovery

◆ m_success

uint32_t ns3::AarfWifiRemoteStation::m_success

◆ m_successThreshold

uint32_t ns3::AarfWifiRemoteStation::m_successThreshold

◆ m_timer

uint32_t ns3::AarfWifiRemoteStation::m_timer

◆ m_timerTimeout

uint32_t ns3::AarfWifiRemoteStation::m_timerTimeout

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