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.
 
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 79 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 81 of file wifi-static-infra-bss-test.cc.

◆ clientBufferSize

uint16_t WifiStaticInfraBssTestVector::clientBufferSize {consts::DEFAULT_BA_BUFFER_SIZE}

Recipient Buffer Size.

Definition at line 80 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.

◆ ulMuDataDisable

bool WifiStaticInfraBssTestVector::ulMuDataDisable {DEFAULT_WIFI_UL_MU_DATA_DISABLE}

UL MU Data Disable.

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


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