A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

double m_lastSnr
 SNR of last packet sent to the remote station. More...
 
- Public Attributes inherited from ns3::WifiRemoteStation
uint32_t m_slrc
 STA long retry count. More...
 
uint32_t m_ssrc
 STA short retry count. More...
 
WifiRemoteStationStatem_state
 Remote station state. More...
 
uint8_t m_tid
 traffic ID More...
 

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 36 of file ideal-wifi-manager.cc.

Member Data Documentation

double ns3::IdealWifiRemoteStation::m_lastSnr

SNR of last packet sent to the remote station.

Definition at line 38 of file ideal-wifi-manager.cc.

Referenced by ns3::IdealWifiManager::DoCreateStation(), ns3::IdealWifiManager::DoReportDataOk(), and ns3::IdealWifiManager::DoReportRtsOk().


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