hold per-remote-station state for Ideal Wifi manager. More...
Public Attributes | |
WifiMode | m_lastMode |
Mode most recently used to the remote station. More... | |
double | m_lastSnrCached |
SNR most recently used to select a rate. More... | |
double | m_lastSnrObserved |
SNR of most recently reported packet sent to the remote station. More... | |
uint8_t | m_nss |
Number of spacial streams. More... | |
![]() | |
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 | |
![]() | |
virtual | ~WifiRemoteStation () |
hold per-remote-station state for Ideal Wifi manager.
This struct extends from WifiRemoteStation struct to hold additional information required by the Ideal Wifi manager
Definition at line 33 of file ideal-wifi-manager.cc.
WifiMode ns3::IdealWifiRemoteStation::m_lastMode |
Mode most recently used to the remote station.
Definition at line 38 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoCreateStation(), and ns3::IdealWifiManager::DoGetDataTxVector().
double ns3::IdealWifiRemoteStation::m_lastSnrCached |
SNR most recently used to select a rate.
Definition at line 36 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoCreateStation(), and ns3::IdealWifiManager::DoGetDataTxVector().
double ns3::IdealWifiRemoteStation::m_lastSnrObserved |
SNR of most recently reported packet sent to the remote station.
Definition at line 35 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoCreateStation(), ns3::IdealWifiManager::DoGetDataTxVector(), ns3::IdealWifiManager::DoReportAmpduTxStatus(), ns3::IdealWifiManager::DoReportFinalDataFailed(), and ns3::IdealWifiManager::DoReportFinalRtsFailed().
uint8_t ns3::IdealWifiRemoteStation::m_nss |
Number of spacial streams.
Definition at line 37 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoCreateStation(), and ns3::IdealWifiManager::DoGetDataTxVector().