A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::AarfcdWifiRemoteStation Struct Reference

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

+ Inheritance diagram for ns3::AarfcdWifiRemoteStation:
+ Collaboration diagram for ns3::AarfcdWifiRemoteStation:

Public Attributes

uint32_t m_failed
 failed
 
bool m_haveASuccess
 have a success
 
bool m_justModifyRate
 just modify rate
 
uint8_t m_rate
 rate
 
bool m_recovery
 recovery
 
uint32_t m_rtsCounter
 RTS counter.
 
bool m_rtsOn
 RTS on.
 
uint32_t m_rtsWnd
 RTS window.
 
uint32_t m_success
 success
 
uint32_t m_successThreshold
 success threshold
 
uint32_t m_timer
 timer
 
uint32_t m_timerTimeout
 timer timeout
 
- 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.
 
WifiRemoteStationStatem_state
 Remote station state.
 

Additional Inherited Members

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

Detailed Description

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

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

Definition at line 40 of file aarfcd-wifi-manager.cc.

Member Data Documentation

◆ m_failed

◆ m_haveASuccess

◆ m_justModifyRate

bool ns3::AarfcdWifiRemoteStation::m_justModifyRate

◆ m_rate

◆ m_recovery

bool ns3::AarfcdWifiRemoteStation::m_recovery

◆ m_rtsCounter

◆ m_rtsOn

◆ m_rtsWnd

◆ m_success

◆ m_successThreshold

uint32_t ns3::AarfcdWifiRemoteStation::m_successThreshold

◆ m_timer

◆ m_timerTimeout

uint32_t ns3::AarfcdWifiRemoteStation::m_timerTimeout

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