A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
WifiChannelSettingsTest::Params Struct Reference

Parameters for the test. More...

+ Collaboration diagram for WifiChannelSettingsTest::Params:

Public Member Functions

std::string Print () const
 Print the parameters.
 

Public Attributes

std::string apChannelSettings
 channel setting string for AP STA
 
WifiStandard apStandard
 wifi standard for AP STA
 
bool skipAssocIncompatibleChannelWidth
 flag to skip association when STA channel width is incompatible with AP
 
std::string staChannelSettings
 channel setting string for non-AP STA
 
MHz_u staLargestSupportedChWidth
 largest supported channel width by the non-AP STA
 
WifiStandard staStandard
 wifi standard for non-AP STA
 

Detailed Description

Parameters for the test.

Definition at line 52 of file wifi-channel-settings-test.cc.

Member Function Documentation

◆ Print()

std::string WifiChannelSettingsTest::Params::Print ( ) const
inline

Print the parameters.

Returns
a string with the parameters

Definition at line 67 of file wifi-channel-settings-test.cc.

References apChannelSettings, apStandard, skipAssocIncompatibleChannelWidth, staChannelSettings, staLargestSupportedChWidth, and staStandard.

Member Data Documentation

◆ apChannelSettings

std::string WifiChannelSettingsTest::Params::apChannelSettings

channel setting string for AP STA

Definition at line 56 of file wifi-channel-settings-test.cc.

Referenced by WifiChannelSettingsTest::DoRun(), and Print().

◆ apStandard

WifiStandard WifiChannelSettingsTest::Params::apStandard

wifi standard for AP STA

Definition at line 54 of file wifi-channel-settings-test.cc.

Referenced by WifiChannelSettingsTest::DoRun(), and Print().

◆ skipAssocIncompatibleChannelWidth

bool WifiChannelSettingsTest::Params::skipAssocIncompatibleChannelWidth
Initial value:
{
false}

flag to skip association when STA channel width is incompatible with AP

Definition at line 59 of file wifi-channel-settings-test.cc.

Referenced by WifiChannelSettingsTest::CheckResults(), WifiChannelSettingsTest::DoRun(), and Print().

◆ staChannelSettings

std::string WifiChannelSettingsTest::Params::staChannelSettings

channel setting string for non-AP STA

Definition at line 57 of file wifi-channel-settings-test.cc.

Referenced by WifiChannelSettingsTest::DoRun(), and Print().

◆ staLargestSupportedChWidth

MHz_u WifiChannelSettingsTest::Params::staLargestSupportedChWidth

largest supported channel width by the non-AP STA

Definition at line 58 of file wifi-channel-settings-test.cc.

Referenced by WifiChannelSettingsTest::DoRun(), and Print().

◆ staStandard

WifiStandard WifiChannelSettingsTest::Params::staStandard

wifi standard for non-AP STA

Definition at line 55 of file wifi-channel-settings-test.cc.

Referenced by WifiChannelSettingsTest::DoRun(), and Print().


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