hold per-remote-station state for AMRR Wifi manager. More...
Public Attributes | |
Time | m_nextModeUpdate |
bool | m_recovery |
uint32_t | m_retry |
uint32_t | m_success |
uint32_t | m_successThreshold |
uint32_t | m_tx_err |
uint32_t | m_tx_ok |
uint32_t | m_tx_retr |
uint32_t | m_txrate |
Public Attributes inherited from ns3::WifiRemoteStation | |
uint32_t | m_slrc |
STA long retry count. More... | |
uint32_t | m_ssrc |
STA short retry count. More... | |
WifiRemoteStationState * | m_state |
Remote station state. More... | |
uint8_t | m_tid |
traffic ID More... | |
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.
Time ns3::AmrrWifiRemoteStation::m_nextModeUpdate |
Definition at line 41 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::DoCreateStation(), and ns3::AmrrWifiManager::UpdateMode().
bool ns3::AmrrWifiRemoteStation::m_recovery |
Definition at line 49 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::DoCreateStation(), and ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_retry |
uint32_t ns3::AmrrWifiRemoteStation::m_success |
Definition at line 48 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::DoCreateStation(), and ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_successThreshold |
Definition at line 47 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::DoCreateStation(), and ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_tx_err |
Definition at line 43 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::DoCreateStation(), ns3::AmrrWifiManager::DoReportFinalDataFailed(), ns3::AmrrWifiManager::IsEnough(), ns3::AmrrWifiManager::IsFailure(), ns3::AmrrWifiManager::IsSuccess(), ns3::AmrrWifiManager::ResetCnt(), and ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_tx_ok |
Definition at line 42 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::DoCreateStation(), ns3::AmrrWifiManager::DoReportDataOk(), ns3::AmrrWifiManager::IsEnough(), ns3::AmrrWifiManager::IsFailure(), ns3::AmrrWifiManager::IsSuccess(), ns3::AmrrWifiManager::ResetCnt(), and ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_tx_retr |
Definition at line 44 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::DoCreateStation(), ns3::AmrrWifiManager::DoReportDataFailed(), ns3::AmrrWifiManager::IsEnough(), ns3::AmrrWifiManager::IsFailure(), ns3::AmrrWifiManager::IsSuccess(), ns3::AmrrWifiManager::ResetCnt(), and ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_txrate |
Definition at line 46 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::DecreaseRate(), ns3::AmrrWifiManager::DoCreateStation(), ns3::AmrrWifiManager::DoGetDataTxVector(), ns3::AmrrWifiManager::IncreaseRate(), ns3::AmrrWifiManager::IsMaxRate(), ns3::AmrrWifiManager::IsMinRate(), and ns3::AmrrWifiManager::UpdateMode().