A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::ArfWifiRemoteStation Struct Reference

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

Inheritance diagram for ns3::ArfWifiRemoteStation:
Collaboration diagram for ns3::ArfWifiRemoteStation:

Public Attributes

uint32_t m_failed
 failed count
uint8_t m_rate
 rate
bool m_recovery
 recovery
uint32_t m_success
 success count
uint32_t m_successThreshold
 success threshold
uint32_t m_timer
 timer value
uint32_t m_timerTimeout
 timer timeout
Public Attributes inherited from ns3::WifiRemoteStation
std::pair< dBm_u, Timem_rssiAndUpdateTimePair
 RSSI of the most recent packet received from the remote station along with update time.
WifiRemoteStationStatem_state
 Remote station state.

Additional Inherited Members

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

Detailed Description

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

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

Definition at line 27 of file arf-wifi-manager.cc.

Member Data Documentation

◆ m_failed

uint32_t ns3::ArfWifiRemoteStation::m_failed

failed count

Definition at line 31 of file arf-wifi-manager.cc.

◆ m_rate

uint8_t ns3::ArfWifiRemoteStation::m_rate

rate

Definition at line 35 of file arf-wifi-manager.cc.

◆ m_recovery

bool ns3::ArfWifiRemoteStation::m_recovery

recovery

Definition at line 32 of file arf-wifi-manager.cc.

◆ m_success

uint32_t ns3::ArfWifiRemoteStation::m_success

success count

Definition at line 30 of file arf-wifi-manager.cc.

◆ m_successThreshold

uint32_t ns3::ArfWifiRemoteStation::m_successThreshold

success threshold

Definition at line 34 of file arf-wifi-manager.cc.

◆ m_timer

uint32_t ns3::ArfWifiRemoteStation::m_timer

◆ m_timerTimeout

uint32_t ns3::ArfWifiRemoteStation::m_timerTimeout

timer timeout

Definition at line 33 of file arf-wifi-manager.cc.


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