hold per-remote-station state for Ideal Wifi manager. More...
Public Attributes | |
uint16_t | m_lastChannelWidth |
Channel width (in MHz) most recently used to the remote station. More... | |
uint16_t | m_lastChannelWidthObserved |
Channel width (in MHz) of most recently reported packet sent to the remote station. More... | |
WifiMode | m_lastMode |
Mode most recently used to the remote station. More... | |
uint8_t | m_lastNss |
Number of spatial streams most recently used to the remote station. More... | |
uint16_t | m_lastNssObserved |
Number of spatial streams of most recently reported packet sent 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... | |
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 Ideal Wifi manager.
This struct extends from WifiRemoteStation struct to hold additional information required by the Ideal Wifi manager
Definition at line 34 of file ideal-wifi-manager.cc.
uint16_t ns3::IdealWifiRemoteStation::m_lastChannelWidth |
Channel width (in MHz) most recently used to the remote station.
Definition at line 42 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoGetDataTxVector(), and ns3::IdealWifiManager::Reset().
uint16_t ns3::IdealWifiRemoteStation::m_lastChannelWidthObserved |
Channel width (in MHz) of most recently reported packet sent to the remote station.
Definition at line 37 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoReportAmpduTxStatus(), ns3::IdealWifiManager::DoReportDataOk(), ns3::IdealWifiManager::DoReportRtsOk(), ns3::IdealWifiManager::GetLastObservedSnr(), and ns3::IdealWifiManager::Reset().
WifiMode ns3::IdealWifiRemoteStation::m_lastMode |
Mode most recently used to the remote station.
Definition at line 41 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoGetDataTxVector(), and ns3::IdealWifiManager::Reset().
uint8_t ns3::IdealWifiRemoteStation::m_lastNss |
Number of spatial streams most recently used to the remote station.
Definition at line 40 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoGetDataTxVector(), and ns3::IdealWifiManager::Reset().
uint16_t ns3::IdealWifiRemoteStation::m_lastNssObserved |
Number of spatial streams of most recently reported packet sent to the remote station.
Definition at line 38 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoReportAmpduTxStatus(), ns3::IdealWifiManager::DoReportDataOk(), ns3::IdealWifiManager::DoReportRtsOk(), ns3::IdealWifiManager::GetLastObservedSnr(), and ns3::IdealWifiManager::Reset().
double ns3::IdealWifiRemoteStation::m_lastSnrCached |
SNR most recently used to select a rate.
Definition at line 39 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoGetDataTxVector(), and ns3::IdealWifiManager::Reset().
double ns3::IdealWifiRemoteStation::m_lastSnrObserved |
SNR of most recently reported packet sent to the remote station.
Definition at line 36 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoGetDataTxVector(), ns3::IdealWifiManager::DoReportAmpduTxStatus(), ns3::IdealWifiManager::DoReportDataOk(), ns3::IdealWifiManager::DoReportRtsOk(), ns3::IdealWifiManager::GetLastObservedSnr(), and ns3::IdealWifiManager::Reset().