hold per-remote-station state for ARF Wifi manager. More...
 Inheritance diagram for ns3::ArfWifiRemoteStation:
 Inheritance diagram for ns3::ArfWifiRemoteStation: Collaboration diagram for ns3::ArfWifiRemoteStation:
 Collaboration diagram for ns3::ArfWifiRemoteStation:| Public Attributes | |
| uint32_t | m_failed | 
| failed count  More... | |
| uint8_t | m_rate | 
| rate  More... | |
| bool | m_recovery | 
| recovery  More... | |
| uint32_t | m_success | 
| success count  More... | |
| uint32_t | m_successThreshold | 
| success threshold  More... | |
| uint32_t | m_timer | 
| timer value  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 ARF Wifi manager.
This struct extends from WifiRemoteStation struct to hold additional information required by the ARF Wifi manager
Definition at line 37 of file arf-wifi-manager.cc.
| uint32_t ns3::ArfWifiRemoteStation::m_failed | 
failed count
Definition at line 41 of file arf-wifi-manager.cc.
Referenced by ns3::ArfWifiManager::DoCreateStation(), ns3::ArfWifiManager::DoReportDataFailed(), and ns3::ArfWifiManager::DoReportDataOk().
| uint8_t ns3::ArfWifiRemoteStation::m_rate | 
rate
Definition at line 45 of file arf-wifi-manager.cc.
Referenced by ns3::ArfWifiManager::DoCreateStation(), ns3::ArfWifiManager::DoGetDataTxVector(), ns3::ArfWifiManager::DoReportDataFailed(), and ns3::ArfWifiManager::DoReportDataOk().
| bool ns3::ArfWifiRemoteStation::m_recovery | 
recovery
Definition at line 42 of file arf-wifi-manager.cc.
Referenced by ns3::ArfWifiManager::DoCreateStation(), ns3::ArfWifiManager::DoReportDataFailed(), and ns3::ArfWifiManager::DoReportDataOk().
| uint32_t ns3::ArfWifiRemoteStation::m_success | 
success count
Definition at line 40 of file arf-wifi-manager.cc.
Referenced by ns3::ArfWifiManager::DoCreateStation(), ns3::ArfWifiManager::DoReportDataFailed(), and ns3::ArfWifiManager::DoReportDataOk().
| uint32_t ns3::ArfWifiRemoteStation::m_successThreshold | 
success threshold
Definition at line 44 of file arf-wifi-manager.cc.
Referenced by ns3::ArfWifiManager::DoCreateStation().
| uint32_t ns3::ArfWifiRemoteStation::m_timer | 
timer value
Definition at line 39 of file arf-wifi-manager.cc.
Referenced by ns3::ArfWifiManager::DoCreateStation(), ns3::ArfWifiManager::DoReportDataFailed(), and ns3::ArfWifiManager::DoReportDataOk().
| uint32_t ns3::ArfWifiRemoteStation::m_timerTimeout | 
timer timeout
Definition at line 43 of file arf-wifi-manager.cc.
Referenced by ns3::ArfWifiManager::DoCreateStation().