A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
OfdmaAckSequenceTest::Params Struct Reference

Parameters for the OFDMA acknowledgment sequences test. More...

+ Collaboration diagram for OfdmaAckSequenceTest::Params:

Public Attributes

MHz_u channelWidth
 PHY channel bandwidth.
 
bool continueTxopAfterBsrp
 whether to continue TXOP after BSRP TF when TXOP limit is 0
 
WifiAcknowledgment::Method dlMuAckType
 DL MU ack sequence type.
 
uint32_t maxAmpduSize
 maximum A-MPDU size in bytes
 
MuEdcaParameterSet muEdcaParameterSet
 MU EDCA Parameter Set.
 
uint16_t nPktsPerSta
 number of packets to send to each station
 
bool protectedIfResponded
 A STA is considered protected if responded to previous frame.
 
WifiOfdmaScenario scenario
 OFDMA scenario to test.
 
bool skipMuRtsBeforeBsrp
 whether to skip MU-RTS before BSRP TF
 
uint16_t txopLimit
 TXOP limit in microseconds.
 

Detailed Description

Parameters for the OFDMA acknowledgment sequences test.

Definition at line 401 of file wifi-mac-ofdma-test.cc.

Member Data Documentation

◆ channelWidth

MHz_u OfdmaAckSequenceTest::Params::channelWidth

PHY channel bandwidth.

Definition at line 403 of file wifi-mac-ofdma-test.cc.

◆ continueTxopAfterBsrp

bool OfdmaAckSequenceTest::Params::continueTxopAfterBsrp

whether to continue TXOP after BSRP TF when TXOP limit is 0

Definition at line 407 of file wifi-mac-ofdma-test.cc.

◆ dlMuAckType

WifiAcknowledgment::Method OfdmaAckSequenceTest::Params::dlMuAckType

DL MU ack sequence type.

Definition at line 404 of file wifi-mac-ofdma-test.cc.

◆ maxAmpduSize

uint32_t OfdmaAckSequenceTest::Params::maxAmpduSize

maximum A-MPDU size in bytes

Definition at line 405 of file wifi-mac-ofdma-test.cc.

◆ muEdcaParameterSet

MuEdcaParameterSet OfdmaAckSequenceTest::Params::muEdcaParameterSet

MU EDCA Parameter Set.

Definition at line 411 of file wifi-mac-ofdma-test.cc.

◆ nPktsPerSta

uint16_t OfdmaAckSequenceTest::Params::nPktsPerSta

number of packets to send to each station

Definition at line 410 of file wifi-mac-ofdma-test.cc.

◆ protectedIfResponded

bool OfdmaAckSequenceTest::Params::protectedIfResponded

A STA is considered protected if responded to previous frame.

Definition at line 409 of file wifi-mac-ofdma-test.cc.

◆ scenario

WifiOfdmaScenario OfdmaAckSequenceTest::Params::scenario

OFDMA scenario to test.

Definition at line 412 of file wifi-mac-ofdma-test.cc.

◆ skipMuRtsBeforeBsrp

bool OfdmaAckSequenceTest::Params::skipMuRtsBeforeBsrp

whether to skip MU-RTS before BSRP TF

Definition at line 408 of file wifi-mac-ofdma-test.cc.

◆ txopLimit

uint16_t OfdmaAckSequenceTest::Params::txopLimit

TXOP limit in microseconds.

Definition at line 406 of file wifi-mac-ofdma-test.cc.


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