hold per-remote-station state for Ideal Wifi manager. More...
Public Attributes | |
MHz_u | m_lastChannelWidth |
Channel width most recently used to the remote station. | |
MHz_u | m_lastChannelWidthObserved |
Channel width of most recently reported packet sent to the remote station. | |
WifiMode | m_lastMode |
Mode most recently used to the remote station. | |
uint8_t | m_lastNss |
Number of spatial streams most recently used to the remote station. | |
uint16_t | m_lastNssObserved |
Number of spatial streams of most recently reported packet sent to the remote station. | |
double | m_lastSnrCached |
SNR most recently used to select a rate. | |
double | m_lastSnrObserved |
SNR of most recently reported packet sent to the remote station. | |
Public Attributes inherited from ns3::WifiRemoteStation | |
std::pair< dBm_u, Time > | m_rssiAndUpdateTimePair |
RSSI of the most recent packet received from the remote station along with update time. | |
WifiRemoteStationState * | m_state |
Remote station state. | |
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 27 of file ideal-wifi-manager.cc.
MHz_u ns3::IdealWifiRemoteStation::m_lastChannelWidth |
Channel width most recently used to the remote station.
Definition at line 37 of file ideal-wifi-manager.cc.
MHz_u ns3::IdealWifiRemoteStation::m_lastChannelWidthObserved |
Channel width of most recently reported packet sent to the remote station.
Definition at line 30 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::GetLastObservedSnr().
WifiMode ns3::IdealWifiRemoteStation::m_lastMode |
Mode most recently used to the remote station.
Definition at line 36 of file ideal-wifi-manager.cc.
uint8_t ns3::IdealWifiRemoteStation::m_lastNss |
Number of spatial streams most recently used to the remote station.
Definition at line 35 of file ideal-wifi-manager.cc.
uint16_t ns3::IdealWifiRemoteStation::m_lastNssObserved |
Number of spatial streams of most recently reported packet sent to the remote station.
Definition at line 32 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::GetLastObservedSnr().
double ns3::IdealWifiRemoteStation::m_lastSnrCached |
SNR most recently used to select a rate.
Definition at line 34 of file ideal-wifi-manager.cc.
double ns3::IdealWifiRemoteStation::m_lastSnrObserved |
SNR of most recently reported packet sent to the remote station.
Definition at line 29 of file ideal-wifi-manager.cc.
Referenced by ns3::IdealWifiManager::DoReportRtsOk(), ns3::IdealWifiManager::GetLastObservedSnr(), and ns3::IdealWifiManager::Reset().