Parameters for the test. More...
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 | |
Parameters for the test.
Definition at line 52 of file wifi-channel-settings-test.cc.
|
inline |
Print the parameters.
Definition at line 67 of file wifi-channel-settings-test.cc.
References apChannelSettings, apStandard, skipAssocIncompatibleChannelWidth, staChannelSettings, staLargestSupportedChWidth, and staStandard.
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().
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().
bool WifiChannelSettingsTest::Params::skipAssocIncompatibleChannelWidth |
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().
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().
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().
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().