hold per-remote-station state for AARF-CD Wifi manager. More...
Public Attributes | |
uint32_t | m_failed |
failed More... | |
bool | m_haveASuccess |
have a success More... | |
bool | m_justModifyRate |
just modify rate More... | |
uint8_t | m_rate |
rate More... | |
bool | m_recovery |
recovery More... | |
uint32_t | m_rtsCounter |
RTS counter. More... | |
bool | m_rtsOn |
RTS on. More... | |
uint32_t | m_rtsWnd |
RTS window. 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, Time > | m_rssiAndUpdateTimePair |
RSSI (in dBm) of the most recent packet received from the remote station along with update time. More... | |
WifiRemoteStationState * | m_state |
Remote station state. More... | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::WifiRemoteStation | |
virtual | ~WifiRemoteStation () |
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.
uint32_t ns3::AarfcdWifiRemoteStation::m_failed |
failed
Definition at line 44 of file aarfcd-wifi-manager.cc.
bool ns3::AarfcdWifiRemoteStation::m_haveASuccess |
have a success
Definition at line 53 of file aarfcd-wifi-manager.cc.
Referenced by ns3::AarfcdWifiManager::TurnOffRts().
bool ns3::AarfcdWifiRemoteStation::m_justModifyRate |
just modify rate
Definition at line 46 of file aarfcd-wifi-manager.cc.
uint8_t ns3::AarfcdWifiRemoteStation::m_rate |
rate
Definition at line 49 of file aarfcd-wifi-manager.cc.
bool ns3::AarfcdWifiRemoteStation::m_recovery |
recovery
Definition at line 45 of file aarfcd-wifi-manager.cc.
uint32_t ns3::AarfcdWifiRemoteStation::m_rtsCounter |
RTS counter.
Definition at line 52 of file aarfcd-wifi-manager.cc.
Referenced by ns3::AarfcdWifiManager::CheckRts().
bool ns3::AarfcdWifiRemoteStation::m_rtsOn |
RTS on.
Definition at line 50 of file aarfcd-wifi-manager.cc.
Referenced by ns3::AarfcdWifiManager::CheckRts(), ns3::AarfcdWifiManager::TurnOffRts(), and ns3::AarfcdWifiManager::TurnOnRts().
uint32_t ns3::AarfcdWifiRemoteStation::m_rtsWnd |
RTS window.
Definition at line 51 of file aarfcd-wifi-manager.cc.
Referenced by ns3::AarfcdWifiManager::IncreaseRtsWnd(), and ns3::AarfcdWifiManager::ResetRtsWnd().
uint32_t ns3::AarfcdWifiRemoteStation::m_success |
success
Definition at line 43 of file aarfcd-wifi-manager.cc.
uint32_t ns3::AarfcdWifiRemoteStation::m_successThreshold |
success threshold
Definition at line 47 of file aarfcd-wifi-manager.cc.
uint32_t ns3::AarfcdWifiRemoteStation::m_timer |
timer
Definition at line 42 of file aarfcd-wifi-manager.cc.
Referenced by ns3::AarfcdWifiManager::DoReportDataFailed(), and ns3::AarfcdWifiManager::DoReportDataOk().
uint32_t ns3::AarfcdWifiRemoteStation::m_timerTimeout |
timer timeout
Definition at line 48 of file aarfcd-wifi-manager.cc.