hold per-remote-station state for AARF Wifi manager. More...
Public Attributes | |
uint32_t | m_failed |
failed | |
uint8_t | m_rate |
rate | |
bool | m_recovery |
recovery | |
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< dBm_u, Time > | m_rssiAndUpdateTimePair |
RSSI of the most recent packet received from the remote station along with update time. | |
WifiRemoteStationState * | m_state |
Remote station state. | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::WifiRemoteStation | |
virtual | ~WifiRemoteStation () |
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 28 of file aarf-wifi-manager.cc.
uint32_t ns3::AarfWifiRemoteStation::m_failed |
failed
Definition at line 32 of file aarf-wifi-manager.cc.
uint8_t ns3::AarfWifiRemoteStation::m_rate |
rate
Definition at line 36 of file aarf-wifi-manager.cc.
bool ns3::AarfWifiRemoteStation::m_recovery |
recovery
Definition at line 33 of file aarf-wifi-manager.cc.
uint32_t ns3::AarfWifiRemoteStation::m_success |
success
Definition at line 31 of file aarf-wifi-manager.cc.
uint32_t ns3::AarfWifiRemoteStation::m_successThreshold |
success threshold
Definition at line 35 of file aarf-wifi-manager.cc.
uint32_t ns3::AarfWifiRemoteStation::m_timer |
timer
Definition at line 30 of file aarf-wifi-manager.cc.
Referenced by ns3::AarfWifiManager::DoReportDataFailed(), and ns3::AarfWifiManager::DoReportDataOk().
uint32_t ns3::AarfWifiRemoteStation::m_timerTimeout |
timer timeout
Definition at line 34 of file aarf-wifi-manager.cc.