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_aid
 AID of the remote station (unused if this object is installed on a non-AP station) More...
 
uint16_t m_channelWidth
 Channel width (in MHz) supported by the remote station. More...
 
bool m_dsssSupported
 Flag if DSSS is supported by the remote station. More...
 
bool m_erpOfdmSupported
 Flag if ERP OFDM is 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...
 
bool m_ofdmSupported
 Flag if OFDM is supported by 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 71 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 76 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 108 of file wifi-remote-station-manager.h.

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

◆ m_aid

uint16_t ns3::WifiRemoteStationState::m_aid

AID of the remote station (unused if this object is installed on a non-AP station)

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

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

◆ m_channelWidth

◆ m_dsssSupported

bool ns3::WifiRemoteStationState::m_dsssSupported

Flag if DSSS is supported by the remote station.

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

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

◆ m_erpOfdmSupported

bool ns3::WifiRemoteStationState::m_erpOfdmSupported

Flag if ERP OFDM is supported by the remote station.

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

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

◆ m_guardInterval

uint16_t ns3::WifiRemoteStationState::m_guardInterval

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

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

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

◆ m_heCapabilities

Ptr<const HeCapabilities> ns3::WifiRemoteStationState::m_heCapabilities

◆ m_htCapabilities

◆ m_info

◆ m_ness

uint8_t ns3::WifiRemoteStationState::m_ness

Number of extended spatial streams of the remote station.

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

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

◆ m_ofdmSupported

bool ns3::WifiRemoteStationState::m_ofdmSupported

Flag if OFDM is supported by the remote station.

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

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

◆ m_operationalMcsSet

◆ 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 109 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::AddSupportedPhyPreamble(), and 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 110 of file wifi-remote-station-manager.h.

Referenced by ns3::WifiRemoteStationManager::AddSupportedErpSlotTime(), and ns3::WifiRemoteStationManager::GetShortSlotTimeSupported().

◆ 

◆ m_vhtCapabilities

Ptr<const VhtCapabilities> ns3::WifiRemoteStationState::m_vhtCapabilities

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