A Discrete-Event Network Simulator
API
Public Attributes | List of all members
ns3::CaraWifiRemoteStation Struct Reference

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

+ Inheritance diagram for ns3::CaraWifiRemoteStation:

Public Attributes

uint32_t m_failed
 failed count More...
 
uint8_t m_rate
 rate More...
 
uint32_t m_success
 success count More...
 
uint32_t m_timer
 timer count 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...
 

Additional Inherited Members

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

Detailed Description

hold per-remote-station state for CARA Wifi manager.

This struct extends from WifiRemoteStation struct to hold additional information required by the CARA Wifi manager

Definition at line 37 of file cara-wifi-manager.cc.

Member Data Documentation

◆ m_failed

uint32_t ns3::CaraWifiRemoteStation::m_failed

◆ m_rate

uint8_t ns3::CaraWifiRemoteStation::m_rate

◆ m_success

uint32_t ns3::CaraWifiRemoteStation::m_success

◆ m_timer

uint32_t ns3::CaraWifiRemoteStation::m_timer

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