A Discrete-Event Network Simulator
API
MultiLinkOperationsTestBase::BaseParams Struct Reference

Configuration parameters common to all subclasses. More...

+ Collaboration diagram for MultiLinkOperationsTestBase::BaseParams:

Public Attributes

std::vector< std::string > apChannels
 the strings specifying the operating channels for the AP MLD More...
 
std::vector< uint8_t > fixedPhyBands
 list of IDs of non-AP MLD PHYs that cannot switch band More...
 
std::vector< std::string > staChannels
 the strings specifying the operating channels for the non-AP MLD More...
 

Detailed Description

Configuration parameters common to all subclasses.

Definition at line 323 of file wifi-mlo-test.cc.

Member Data Documentation

◆ apChannels

std::vector<std::string> MultiLinkOperationsTestBase::BaseParams::apChannels

the strings specifying the operating channels for the AP MLD

Definition at line 328 of file wifi-mlo-test.cc.

◆ fixedPhyBands

std::vector<uint8_t> MultiLinkOperationsTestBase::BaseParams::fixedPhyBands

list of IDs of non-AP MLD PHYs that cannot switch band

Definition at line 330 of file wifi-mlo-test.cc.

◆ staChannels

std::vector<std::string> MultiLinkOperationsTestBase::BaseParams::staChannels

the strings specifying the operating channels for the non-AP MLD

Definition at line 326 of file wifi-mlo-test.cc.


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