hold per-remote-station state for ONOE Wifi manager. More...
 Inheritance diagram for ns3::OnoeWifiRemoteStation:
 Collaboration diagram for ns3::OnoeWifiRemoteStation:Public Attributes | |
| uint32_t | m_longRetry | 
| Time | m_nextModeUpdate | 
| uint32_t | m_shortRetry | 
| uint32_t | m_tx_err | 
| uint32_t | m_tx_ok | 
| uint32_t | m_tx_retr | 
| uint32_t | m_tx_upper | 
| 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... | |
Additional Inherited Members | |
  Public Member Functions inherited from ns3::WifiRemoteStation | |
| virtual | ~WifiRemoteStation () | 
hold per-remote-station state for ONOE Wifi manager.
This struct extends from WifiRemoteStation struct to hold additional information required by the ONOE Wifi manager
Definition at line 38 of file onoe-wifi-manager.cc.
| uint32_t ns3::OnoeWifiRemoteStation::m_longRetry | 
Definition at line 42 of file onoe-wifi-manager.cc.
Referenced by ns3::OnoeWifiManager::DoCreateStation(), ns3::OnoeWifiManager::DoGetDataTxVector(), ns3::OnoeWifiManager::DoReportDataFailed(), and ns3::OnoeWifiManager::UpdateRetry().
| Time ns3::OnoeWifiRemoteStation::m_nextModeUpdate | 
Definition at line 40 of file onoe-wifi-manager.cc.
Referenced by ns3::OnoeWifiManager::DoCreateStation(), and ns3::OnoeWifiManager::UpdateMode().
| uint32_t ns3::OnoeWifiRemoteStation::m_shortRetry | 
Definition at line 41 of file onoe-wifi-manager.cc.
Referenced by ns3::OnoeWifiManager::DoCreateStation(), ns3::OnoeWifiManager::DoReportRtsFailed(), and ns3::OnoeWifiManager::UpdateRetry().
| uint32_t ns3::OnoeWifiRemoteStation::m_tx_err | 
Definition at line 44 of file onoe-wifi-manager.cc.
Referenced by ns3::OnoeWifiManager::DoCreateStation(), ns3::OnoeWifiManager::DoReportFinalDataFailed(), ns3::OnoeWifiManager::DoReportFinalRtsFailed(), and ns3::OnoeWifiManager::UpdateMode().
| uint32_t ns3::OnoeWifiRemoteStation::m_tx_ok | 
Definition at line 43 of file onoe-wifi-manager.cc.
Referenced by ns3::OnoeWifiManager::DoCreateStation(), ns3::OnoeWifiManager::DoReportDataOk(), and ns3::OnoeWifiManager::UpdateMode().
| uint32_t ns3::OnoeWifiRemoteStation::m_tx_retr | 
Definition at line 45 of file onoe-wifi-manager.cc.
Referenced by ns3::OnoeWifiManager::DoCreateStation(), ns3::OnoeWifiManager::UpdateMode(), and ns3::OnoeWifiManager::UpdateRetry().
| uint32_t ns3::OnoeWifiRemoteStation::m_tx_upper | 
Definition at line 46 of file onoe-wifi-manager.cc.
Referenced by ns3::OnoeWifiManager::DoCreateStation(), and ns3::OnoeWifiManager::UpdateMode().
| uint32_t ns3::OnoeWifiRemoteStation::m_txrate | 
Definition at line 47 of file onoe-wifi-manager.cc.
Referenced by ns3::OnoeWifiManager::DoCreateStation(), ns3::OnoeWifiManager::DoGetDataTxVector(), and ns3::OnoeWifiManager::UpdateMode().