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

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

+ Inheritance diagram for ns3::AmrrWifiRemoteStation:
+ Collaboration diagram for ns3::AmrrWifiRemoteStation:

Public Attributes

Time m_nextModeUpdate
 next mode update time More...
 
bool m_recovery
 recovery More...
 
uint32_t m_retry
 retry More...
 
uint32_t m_success
 success More...
 
uint32_t m_successThreshold
 success threshold More...
 
uint32_t m_tx_err
 transmit error More...
 
uint32_t m_tx_ok
 transmit ok More...
 
uint32_t m_tx_retr
 transmit retry More...
 
uint32_t m_txrate
 transmit rate More...
 
- Public Attributes inherited from ns3::WifiRemoteStation
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...
 

Additional Inherited Members

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

Detailed Description

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

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

Definition at line 39 of file amrr-wifi-manager.cc.

Member Data Documentation

Time ns3::AmrrWifiRemoteStation::m_nextModeUpdate

next mode update time

Definition at line 41 of file amrr-wifi-manager.cc.

Referenced by ns3::AmrrWifiManager::DoCreateStation(), and ns3::AmrrWifiManager::UpdateMode().

bool ns3::AmrrWifiRemoteStation::m_recovery
uint32_t ns3::AmrrWifiRemoteStation::m_success
uint32_t ns3::AmrrWifiRemoteStation::m_successThreshold

success threshold

Definition at line 47 of file amrr-wifi-manager.cc.

Referenced by ns3::AmrrWifiManager::DoCreateStation(), and ns3::AmrrWifiManager::UpdateMode().


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