hold per-remote-station state for RRAA Wifi manager. More...
 Inheritance diagram for ns3::RraaWifiRemoteStation:
 Inheritance diagram for ns3::RraaWifiRemoteStation: Collaboration diagram for ns3::RraaWifiRemoteStation:
 Collaboration diagram for ns3::RraaWifiRemoteStation:| Public Attributes | |
| bool | m_adaptiveRtsOn | 
| Check if Adaptive RTS mechanism is on.  More... | |
| uint32_t | m_adaptiveRtsWnd | 
| Window size for the Adaptive RTS mechanism.  More... | |
| uint32_t | m_counter | 
| Counter for transmission attempts.  More... | |
| bool | m_initialized | 
| For initializing variables.  More... | |
| bool | m_lastFrameFail | 
| Flag if the last frame sent has failed.  More... | |
| Time | m_lastReset | 
| Time of the last reset.  More... | |
| uint32_t | m_nFailed | 
| Number of failed transmission attempts.  More... | |
| uint8_t | m_nRate | 
| Number of supported rates.  More... | |
| uint8_t | m_rateIndex | 
| Current rate index.  More... | |
| uint32_t | m_rtsCounter | 
| Counter for RTS transmission attempts.  More... | |
| RraaThresholdsTable | m_thresholds | 
| RRAA thresholds for this station.  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 RRAA Wifi manager.
This struct extends from WifiRemoteStation struct to hold additional information required by the RRAA Wifi manager
Definition at line 40 of file rraa-wifi-manager.cc.
| bool ns3::RraaWifiRemoteStation::m_adaptiveRtsOn | 
Check if Adaptive RTS mechanism is on.
Definition at line 47 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::ARts(), ns3::RraaWifiManager::DoCreateStation(), and ns3::RraaWifiManager::DoNeedRts().
| uint32_t ns3::RraaWifiRemoteStation::m_adaptiveRtsWnd | 
Window size for the Adaptive RTS mechanism.
Definition at line 44 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::ARts(), and ns3::RraaWifiManager::DoCreateStation().
| uint32_t ns3::RraaWifiRemoteStation::m_counter | 
Counter for transmission attempts.
Definition at line 42 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::CheckTimeout(), ns3::RraaWifiManager::DoReportDataFailed(), ns3::RraaWifiManager::DoReportDataOk(), ns3::RraaWifiManager::ResetCountersBasic(), and ns3::RraaWifiManager::RunBasicAlgorithm().
| bool ns3::RraaWifiRemoteStation::m_initialized | 
For initializing variables.
Definition at line 49 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::CheckInit(), and ns3::RraaWifiManager::DoCreateStation().
| bool ns3::RraaWifiRemoteStation::m_lastFrameFail | 
Flag if the last frame sent has failed.
Definition at line 48 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::ARts(), ns3::RraaWifiManager::DoCreateStation(), ns3::RraaWifiManager::DoReportDataFailed(), and ns3::RraaWifiManager::DoReportDataOk().
| Time ns3::RraaWifiRemoteStation::m_lastReset | 
Time of the last reset.
Definition at line 46 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::CheckTimeout(), and ns3::RraaWifiManager::ResetCountersBasic().
| uint32_t ns3::RraaWifiRemoteStation::m_nFailed | 
Number of failed transmission attempts.
Definition at line 43 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::DoReportDataFailed(), ns3::RraaWifiManager::ResetCountersBasic(), and ns3::RraaWifiManager::RunBasicAlgorithm().
| uint8_t ns3::RraaWifiRemoteStation::m_nRate | 
Number of supported rates.
Definition at line 50 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::CheckInit(), ns3::RraaWifiManager::GetMaxRate(), and ns3::RraaWifiManager::InitThresholds().
| uint8_t ns3::RraaWifiRemoteStation::m_rateIndex | 
Current rate index.
Definition at line 51 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::CheckInit(), ns3::RraaWifiManager::DoGetDataTxVector(), ns3::RraaWifiManager::ResetCountersBasic(), and ns3::RraaWifiManager::RunBasicAlgorithm().
| uint32_t ns3::RraaWifiRemoteStation::m_rtsCounter | 
Counter for RTS transmission attempts.
Definition at line 45 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::ARts(), and ns3::RraaWifiManager::DoCreateStation().
| RraaThresholdsTable ns3::RraaWifiRemoteStation::m_thresholds | 
RRAA thresholds for this station.
Definition at line 53 of file rraa-wifi-manager.cc.
Referenced by ns3::RraaWifiManager::CheckInit(), ns3::RraaWifiManager::GetThresholds(), and ns3::RraaWifiManager::InitThresholds().