hold per-remote-station state. More...
#include "wifi-remote-station-manager.h"
Public Member Functions | |
virtual | ~WifiRemoteStation () |
Public Attributes | |
uint32_t | m_slrc |
STA long retry count. More... | |
uint32_t | m_ssrc |
STA short retry count. More... | |
WifiRemoteStationState * | m_state |
Remote station state. More... | |
uint8_t | m_tid |
traffic ID More... | |
hold per-remote-station state.
The state in this class is used to keep track of association status if we are in an infrastructure network and to perform the selection of tx parameters on a per-packet basis.
This class is typically subclassed and extended by rate control implementations
Definition at line 1157 of file wifi-remote-station-manager.h.
|
virtual |
Definition at line 1700 of file wifi-remote-station-manager.cc.
References NS_LOG_FUNCTION.
uint32_t ns3::WifiRemoteStation::m_slrc |
STA long retry count.
Definition at line 1162 of file wifi-remote-station-manager.h.
Referenced by ns3::WifiRemoteStationManager::GetLongRetryCount(), and ns3::WifiRemoteStationManager::Lookup().
uint32_t ns3::WifiRemoteStation::m_ssrc |
STA short retry count.
Definition at line 1161 of file wifi-remote-station-manager.h.
Referenced by ns3::WifiRemoteStationManager::GetShortRetryCount(), and ns3::WifiRemoteStationManager::Lookup().
WifiRemoteStationState* ns3::WifiRemoteStation::m_state |
Remote station state.
Definition at line 1160 of file wifi-remote-station-manager.h.
Referenced by ns3::ParfWifiManager::CheckInit(), ns3::AparfWifiManager::CheckInit(), ns3::ParfWifiManager::DoReportDataFailed(), ns3::AparfWifiManager::DoReportDataFailed(), ns3::ArfWifiManager::DoReportDataOk(), ns3::ParfWifiManager::DoReportDataOk(), ns3::AparfWifiManager::DoReportDataOk(), ns3::WifiRemoteStationManager::GetAggregation(), ns3::WifiRemoteStationManager::GetChannelWidth(), ns3::WifiRemoteStationManager::GetGreenfield(), ns3::WifiRemoteStationManager::GetMcsSupported(), ns3::WifiRemoteStationManager::GetNess(), ns3::WifiRemoteStationManager::GetNMcsSupported(), ns3::WifiRemoteStationManager::GetNSupported(), ns3::WifiRemoteStationManager::GetNumberOfReceiveAntennas(), ns3::WifiRemoteStationManager::GetNumberOfTransmitAntennas(), ns3::WifiRemoteStationManager::GetShortGuardInterval(), ns3::WifiRemoteStationManager::GetShortPreamble(), ns3::WifiRemoteStationManager::GetStbc(), ns3::WifiRemoteStationManager::GetSupported(), and ns3::WifiRemoteStationManager::Lookup().
uint8_t ns3::WifiRemoteStation::m_tid |
traffic ID
Definition at line 1163 of file wifi-remote-station-manager.h.
Referenced by ns3::WifiRemoteStationManager::Lookup().