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

test case information More...

Collaboration diagram for WifiStaticInfraBssTestVector:

Public Attributes

uint16_t apBufferSize {consts::DEFAULT_BA_BUFFER_SIZE}
 Originator Buffer Size.
StringVector apChs {}
 Channel setting for AP device.
std::optional< Ipv4AddressapMulticastIp {std::nullopt}
 AP multicast IP.
uint16_t clientBufferSize {consts::DEFAULT_BA_BUFFER_SIZE}
 Recipient Buffer Size.
StringVector clientChs {}
 Channel settings for client device.
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 ulMuDataDisable {DEFAULT_WIFI_UL_MU_DATA_DISABLE}
 UL MU Data Disable.

Detailed Description

test case information

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

Member Data Documentation

◆ apBufferSize

uint16_t WifiStaticInfraBssTestVector::apBufferSize {consts::DEFAULT_BA_BUFFER_SIZE}

Originator Buffer Size.

Definition at line 83 of file wifi-static-infra-bss-test.cc.

◆ apChs

StringVector WifiStaticInfraBssTestVector::apChs {}

Channel setting for AP device.

Definition at line 77 of file wifi-static-infra-bss-test.cc.

◆ apMulticastIp

std::optional<Ipv4Address> WifiStaticInfraBssTestVector::apMulticastIp {std::nullopt}

AP multicast IP.

Definition at line 85 of file wifi-static-infra-bss-test.cc.

◆ clientBufferSize

uint16_t WifiStaticInfraBssTestVector::clientBufferSize {consts::DEFAULT_BA_BUFFER_SIZE}

Recipient Buffer Size.

Definition at line 84 of file wifi-static-infra-bss-test.cc.

◆ clientChs

StringVector WifiStaticInfraBssTestVector::clientChs {}

Channel settings for client device.

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

◆ name

std::string WifiStaticInfraBssTestVector::name

Test case name.

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

◆ pmModes

std::vector<WifiPowerManagementMode> WifiStaticInfraBssTestVector::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-infra-bss-test.cc.

◆ ulMuDataDisable

bool WifiStaticInfraBssTestVector::ulMuDataDisable {DEFAULT_WIFI_UL_MU_DATA_DISABLE}

UL MU Data Disable.

Definition at line 86 of file wifi-static-infra-bss-test.cc.


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