hold per-remote-station state for AMRR Wifi manager. More...
Public Attributes | |
Time | m_nextModeUpdate |
next mode update time | |
bool | m_recovery |
recovery | |
uint32_t | m_retry |
retry | |
uint32_t | m_success |
success | |
uint32_t | m_successThreshold |
success threshold | |
uint32_t | m_tx_err |
transmit error | |
uint32_t | m_tx_ok |
transmit OK | |
uint32_t | m_tx_retr |
transmit retry | |
uint8_t | m_txrate |
transmit rate | |
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 AMRR Wifi manager.
This struct extends from WifiRemoteStation struct to hold additional information required by the AMRR Wifi manager
Definition at line 28 of file amrr-wifi-manager.cc.
Time ns3::AmrrWifiRemoteStation::m_nextModeUpdate |
next mode update time
Definition at line 30 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::UpdateMode().
bool ns3::AmrrWifiRemoteStation::m_recovery |
recovery
Definition at line 38 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_retry |
retry
Definition at line 34 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::DoReportDataFailed(), ns3::AmrrWifiManager::DoReportDataOk(), and ns3::AmrrWifiManager::DoReportFinalDataFailed().
uint32_t ns3::AmrrWifiRemoteStation::m_success |
success
Definition at line 37 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_successThreshold |
success threshold
Definition at line 36 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_tx_err |
transmit error
Definition at line 32 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::IsEnough(), ns3::AmrrWifiManager::IsFailure(), ns3::AmrrWifiManager::IsSuccess(), ns3::AmrrWifiManager::ResetCnt(), and ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_tx_ok |
transmit OK
Definition at line 31 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::IsEnough(), ns3::AmrrWifiManager::IsFailure(), ns3::AmrrWifiManager::IsSuccess(), ns3::AmrrWifiManager::ResetCnt(), and ns3::AmrrWifiManager::UpdateMode().
uint32_t ns3::AmrrWifiRemoteStation::m_tx_retr |
transmit retry
Definition at line 33 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::IsEnough(), ns3::AmrrWifiManager::IsFailure(), ns3::AmrrWifiManager::IsSuccess(), ns3::AmrrWifiManager::ResetCnt(), and ns3::AmrrWifiManager::UpdateMode().
uint8_t ns3::AmrrWifiRemoteStation::m_txrate |
transmit rate
Definition at line 35 of file amrr-wifi-manager.cc.
Referenced by ns3::AmrrWifiManager::DecreaseRate(), ns3::AmrrWifiManager::IncreaseRate(), ns3::AmrrWifiManager::IsMaxRate(), ns3::AmrrWifiManager::IsMinRate(), and ns3::AmrrWifiManager::UpdateMode().