A Discrete-Event Network Simulator
API
ns3::IdealWifiRemoteStation Struct Reference

hold per-remote-station state for Ideal Wifi manager. More...

+ Inheritance diagram for ns3::IdealWifiRemoteStation:
+ Collaboration diagram for ns3::IdealWifiRemoteStation:

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, Timem_rssiAndUpdateTimePair
 RSSI (in dBm) of the most recent packet received from the remote station along with update time. More...
 
WifiRemoteStationStatem_state
 Remote station state. More...
 

Additional Inherited Members

- Public Member Functions inherited from ns3::WifiRemoteStation
virtual ~WifiRemoteStation ()
 

Detailed Description

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.

Member Data Documentation

◆ m_lastChannelWidth

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().

◆ m_lastChannelWidthObserved

uint16_t ns3::IdealWifiRemoteStation::m_lastChannelWidthObserved

◆ m_lastMode

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().

◆ m_lastNss

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().

◆ m_lastNssObserved

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().

◆ m_lastSnrCached

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().

◆ m_lastSnrObserved

double ns3::IdealWifiRemoteStation::m_lastSnrObserved

The documentation for this struct was generated from the following file: