Information about GCR STAs. More...
#include "wifi-gcr-test.h"
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 | |
Information about GCR STAs.
Definition at line 66 of file wifi-gcr-test.h.
bool GcrTestBase::StaInfo::gcrCapable {false} |
flag whether the STA is GCR capable
Definition at line 68 of file wifi-gcr-test.h.
MHz_u GcrTestBase::StaInfo::maxChannelWidth {20} |
maximum channel width supported by the STA
Definition at line 70 of file wifi-gcr-test.h.
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.
Time GcrTestBase::StaInfo::minGi {NanoSeconds(800)} |
minimum guard interval duration supported by the STA
Definition at line 72 of file wifi-gcr-test.h.
WifiStandard GcrTestBase::StaInfo::standard {WIFI_STANDARD_UNSPECIFIED} |
standard configured for the STA
Definition at line 69 of file wifi-gcr-test.h.