Configuration parameters common to all subclasses. More...
#include "wifi-mlo-test.h"
Public Attributes | |
std::vector< std::string > | apChannels |
the strings specifying the operating channels for the AP MLD | |
std::vector< uint8_t > | fixedPhyBands |
list of IDs of non-AP MLD PHYs that cannot switch band | |
std::vector< std::string > | staChannels |
the strings specifying the operating channels for the non-AP MLD | |
Configuration parameters common to all subclasses.
Definition at line 189 of file wifi-mlo-test.h.
std::vector<std::string> MultiLinkOperationsTestBase::BaseParams::apChannels |
the strings specifying the operating channels for the AP MLD
Definition at line 194 of file wifi-mlo-test.h.
std::vector<uint8_t> MultiLinkOperationsTestBase::BaseParams::fixedPhyBands |
list of IDs of non-AP MLD PHYs that cannot switch band
Definition at line 196 of file wifi-mlo-test.h.
std::vector<std::string> MultiLinkOperationsTestBase::BaseParams::staChannels |
the strings specifying the operating channels for the non-AP MLD
Definition at line 192 of file wifi-mlo-test.h.