A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
GcrTestBase::StaInfo Struct Reference

Information about GCR STAs. More...

#include "wifi-gcr-test.h"

+ Collaboration diagram for GcrTestBase::StaInfo:

Public Attributes

bool gcrCapable {false}
 flag whether the STA is GCR capable
 
MHz_u maxChannelWidth {20}
 maximum channel width supported by the STA
 
uint8_t maxNumStreams {1}
 maximum number of spatial streams supported by the STA
 
Time minGi {NanoSeconds(800)}
 minimum guard interval duration supported by the STA
 
WifiStandard standard {WIFI_STANDARD_UNSPECIFIED}
 standard configured for the STA
 

Detailed Description

Information about GCR STAs.

Definition at line 66 of file wifi-gcr-test.h.

Member Data Documentation

◆ gcrCapable

bool GcrTestBase::StaInfo::gcrCapable {false}

flag whether the STA is GCR capable

Definition at line 68 of file wifi-gcr-test.h.

◆ maxChannelWidth

MHz_u GcrTestBase::StaInfo::maxChannelWidth {20}

maximum channel width supported by the STA

Definition at line 70 of file wifi-gcr-test.h.

◆ maxNumStreams

uint8_t GcrTestBase::StaInfo::maxNumStreams {1}

maximum number of spatial streams supported by the STA

Definition at line 71 of file wifi-gcr-test.h.

◆ minGi

Time GcrTestBase::StaInfo::minGi {NanoSeconds(800)}

minimum guard interval duration supported by the STA

Definition at line 72 of file wifi-gcr-test.h.

◆ standard

WifiStandard GcrTestBase::StaInfo::standard {WIFI_STANDARD_UNSPECIFIED}

standard configured for the STA

Definition at line 69 of file wifi-gcr-test.h.


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