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

A struct that holds information about each remote station. More...

#include "wifi-remote-station-manager.h"

+ Collaboration diagram for ns3::WifiRemoteStationState:

Public Types

enum  { BRAND_NEW, DISASSOC, WAIT_ASSOC_TX_OK, GOT_ASSOC_TX_OK }
 State of the station. More...
 

Public Attributes

Mac48Address m_address
 Mac48Address of the remote station. More...
 
bool m_aggregation
 Flag if MPDU aggregation is used by the remote station. More...
 
uint16_t m_channelWidth
 Channel width (in MHz) supported by the remote station. More...
 
uint16_t m_guardInterval
 HE Guard interval duration (in nanoseconds) supported by the remote station. More...
 
Ptr< const HeCapabilitiesm_heCapabilities
 remote station HE capabilities More...
 
Ptr< const HtCapabilitiesm_htCapabilities
 remote station HT capabilities More...
 
WifiRemoteStationInfo m_info
 remote station info More...
 
uint8_t m_ness
 Number of extended spatial streams of the remote station. More...
 
WifiModeList m_operationalMcsSet
 operational MCS set More...
 
WifiModeList m_operationalRateSet
 This member is the list of WifiMode objects that comprise the OperationalRateSet parameter for this remote station. More...
 
bool m_qosSupported
 Flag if QoS is supported by the station. More...
 
bool m_shortPreamble
 Flag if short PHY preamble is supported by the remote station. More...
 
bool m_shortSlotTime
 Flag if short ERP slot time is supported by the remote station. More...
 
enum ns3::WifiRemoteStationState:: { ... }  m_state
 State of the station. More...
 
Ptr< const VhtCapabilitiesm_vhtCapabilities
 remote station VHT capabilities More...
 

Detailed Description

A struct that holds information about each remote station.

Definition at line 67 of file wifi-remote-station-manager.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

State of the station.

Enumerator
BRAND_NEW 
DISASSOC 
WAIT_ASSOC_TX_OK 
GOT_ASSOC_TX_OK 

Definition at line 72 of file wifi-remote-station-manager.h.

Member Data Documentation

◆ m_address

◆ m_aggregation

bool ns3::WifiRemoteStationState::m_aggregation

Flag if MPDU aggregation is used by the remote station.

Definition at line 100 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::GetAggregation(), and ns3::WifiRemoteStationManager::LookupState().

◆ m_channelWidth

◆ m_guardInterval

uint16_t ns3::WifiRemoteStationState::m_guardInterval

HE Guard interval duration (in nanoseconds) supported by the remote station.

Definition at line 98 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::AddStationHeCapabilities(), ns3::WifiRemoteStationManager::GetGuardInterval(), and ns3::WifiRemoteStationManager::LookupState().

◆ m_heCapabilities

◆ m_htCapabilities

◆ m_info

WifiRemoteStationInfo ns3::WifiRemoteStationState::m_info

remote station info

Definition at line 92 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::GetInfo().

◆ m_ness

uint8_t ns3::WifiRemoteStationState::m_ness

Number of extended spatial streams of the remote station.

Definition at line 99 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::GetNess(), and ns3::WifiRemoteStationManager::LookupState().

◆ m_operationalMcsSet

WifiModeList ns3::WifiRemoteStationState::m_operationalMcsSet

◆ m_operationalRateSet

WifiModeList ns3::WifiRemoteStationState::m_operationalRateSet

◆ m_qosSupported

bool ns3::WifiRemoteStationState::m_qosSupported

◆ m_shortPreamble

bool ns3::WifiRemoteStationState::m_shortPreamble

Flag if short PHY preamble is supported by the remote station.

Definition at line 101 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::GetShortPreambleSupported().

◆ m_shortSlotTime

bool ns3::WifiRemoteStationState::m_shortSlotTime

Flag if short ERP slot time is supported by the remote station.

Definition at line 102 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::GetShortSlotTimeSupported().

◆ m_state

◆ m_vhtCapabilities


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