Parameters for the EMLSR link switching test. More...
#include "wifi-emlsr-test.h"
Public Attributes | |
MHz_u | auxPhyMaxChWidth |
max channel width (MHz) supported by aux PHYs | |
bool | resetCamStateAndInterruptSwitch |
this variable controls two boolean values that are either both set to true or both set to false; the first value controls whether to reset the state of the ChannelAccessManager associated with the link on which the main PHY has just switched to, the second value controls whether a main PHY channel switch can be interrupted | |
bool | switchAuxPhy |
whether AUX PHY should switch channel to operate on the link on which the Main PHY was operating before moving to the link of the Aux PHY | |
Parameters for the EMLSR link switching test.
Definition at line 689 of file wifi-emlsr-test.h.
MHz_u EmlsrLinkSwitchTest::Params::auxPhyMaxChWidth |
max channel width (MHz) supported by aux PHYs
Definition at line 701 of file wifi-emlsr-test.h.
bool EmlsrLinkSwitchTest::Params::resetCamStateAndInterruptSwitch |
this variable controls two boolean values that are either both set to true or both set to false; the first value controls whether to reset the state of the ChannelAccessManager associated with the link on which the main PHY has just switched to, the second value controls whether a main PHY channel switch can be interrupted
Definition at line 694 of file wifi-emlsr-test.h.
bool EmlsrLinkSwitchTest::Params::switchAuxPhy |
whether AUX PHY should switch channel to operate on the link on which the Main PHY was operating before moving to the link of the Aux PHY
Definition at line 692 of file wifi-emlsr-test.h.