A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
MultiLinkOperationsTestBase::BaseParams Struct Reference

Configuration parameters common to all subclasses. More...

#include "wifi-mlo-test.h"

+ Collaboration diagram for MultiLinkOperationsTestBase::BaseParams:

Public Attributes

std::vector< std::string > apChannels
 the strings specifying the operating channels for the AP MLD
 
WifiAssocType assocType {}
 type of the association procedure used by non-AP devices
 
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
 

Detailed Description

Configuration parameters common to all subclasses.

Definition at line 191 of file wifi-mlo-test.h.

Member Data Documentation

◆ apChannels

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

the strings specifying the operating channels for the AP MLD

Definition at line 196 of file wifi-mlo-test.h.

◆ assocType

WifiAssocType MultiLinkOperationsTestBase::BaseParams::assocType {}

type of the association procedure used by non-AP devices

Definition at line 199 of file wifi-mlo-test.h.

◆ fixedPhyBands

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

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

Definition at line 198 of file wifi-mlo-test.h.

◆ staChannels

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

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

Definition at line 194 of file wifi-mlo-test.h.


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