A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
WifiStaticEmlsrTestVector Struct Reference

test case information More...

Collaboration diagram for WifiStaticEmlsrTestVector:

Public Attributes

MHz_u auxPhyWidth
 Aux PHY channel width.
std::vector< std::string > clientChs {}
 Channel settings for client device.
std::set< uint8_t > emlsrLinks {}
 EMLSR mode links.
std::string name
 Test case name.
std::vector< WifiPowerManagementModepmModes
 if non-empty, PM mode for each STA affiliated with the client in increasing order of client link ID (as assigned before association); if empty, no PowerSave manager is installed
bool switchAuxPhy {WifiStaticEmlsrTestConstants::DEFAULT_SWITCH_AUX_PHY}
 Switch Aux PHY.
Time switchDelay {WifiStaticEmlsrTestConstants::DEFAULT_SWITCH_DELAY}
 Radio Switch Delay.

Detailed Description

test case information

Definition at line 70 of file wifi-static-emlsr-test.cc.

Member Data Documentation

◆ auxPhyWidth

MHz_u WifiStaticEmlsrTestVector::auxPhyWidth
Initial value:

Aux PHY channel width.

Definition at line 76 of file wifi-static-emlsr-test.cc.

◆ clientChs

std::vector<std::string> WifiStaticEmlsrTestVector::clientChs {}

Channel settings for client device.

Definition at line 73 of file wifi-static-emlsr-test.cc.

◆ emlsrLinks

std::set<uint8_t> WifiStaticEmlsrTestVector::emlsrLinks {}

EMLSR mode links.

Definition at line 74 of file wifi-static-emlsr-test.cc.

◆ name

std::string WifiStaticEmlsrTestVector::name

Test case name.

Definition at line 72 of file wifi-static-emlsr-test.cc.

◆ pmModes

std::vector<WifiPowerManagementMode> WifiStaticEmlsrTestVector::pmModes

if non-empty, PM mode for each STA affiliated with the client in increasing order of client link ID (as assigned before association); if empty, no PowerSave manager is installed

Definition at line 79 of file wifi-static-emlsr-test.cc.

◆ switchAuxPhy

bool WifiStaticEmlsrTestVector::switchAuxPhy {WifiStaticEmlsrTestConstants::DEFAULT_SWITCH_AUX_PHY}

Switch Aux PHY.

Definition at line 78 of file wifi-static-emlsr-test.cc.

◆ switchDelay

Time WifiStaticEmlsrTestVector::switchDelay {WifiStaticEmlsrTestConstants::DEFAULT_SWITCH_DELAY}

Radio Switch Delay.

Definition at line 75 of file wifi-static-emlsr-test.cc.


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