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...
 
uint32_t m_channelWidth
 Channel width (in MHz) supported by the remote station. More...
 
bool m_greenfield
 Flag if greenfield is supported by the remote station. More...
 
bool m_htSupported
 Flag if HT is supported by the station. More...
 
WifiRemoteStationInfo m_info
 
uint32_t m_ness
 Number of streams in beamforming of the remote station. More...
 
WifiModeList m_operationalMcsSet
 
WifiModeList m_operationalRateSet
 This member is the list of WifiMode objects that comprise the OperationalRateSet parameter for this remote station. More...
 
uint8_t m_rx
 Number of supported RX streams by the remote station. More...
 
bool m_shortGuardInterval
 Flag if short guard interval is supported by the remote station. More...
 
bool m_shortPreamble
 Flag if short PLCP 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...
 
bool m_stbc
 Flag if STBC is supported by the remote station. More...
 
bool m_vhtSupported
 Flag if VHT is supported by the station. More...
 

Detailed Description

A struct that holds information about each remote station.

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

Member Enumeration Documentation

anonymous enum

State of the station.

Enumerator
BRAND_NEW 
DISASSOC 
WAIT_ASSOC_TX_OK 
GOT_ASSOC_TX_OK 

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

Member Data Documentation

bool ns3::WifiRemoteStationState::m_aggregation

Flag if MPDU aggregation is used by the remote station.

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

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

bool ns3::WifiRemoteStationState::m_greenfield
bool ns3::WifiRemoteStationState::m_htSupported
WifiRemoteStationInfo ns3::WifiRemoteStationState::m_info
uint32_t ns3::WifiRemoteStationState::m_ness

Number of streams in beamforming of the remote station.

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

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

uint8_t ns3::WifiRemoteStationState::m_rx
bool ns3::WifiRemoteStationState::m_shortGuardInterval
bool ns3::WifiRemoteStationState::m_shortPreamble

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

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

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

bool ns3::WifiRemoteStationState::m_shortSlotTime

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

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

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

bool ns3::WifiRemoteStationState::m_stbc

Flag if STBC is supported by the remote station.

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

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

bool ns3::WifiRemoteStationState::m_vhtSupported

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