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

Test parameters. More...

+ Collaboration diagram for AmpduAggregationTest::Params:

Public Attributes

uint16_t bufferSize
 the size (in number of MPDUs) of the BlockAck buffer
 
std::string dataMode
 data mode
 
uint32_t maxAmpduSize
 maximum A-MPDU size (bytes)
 
uint16_t maxAmsduSize
 maximum A-MSDU size (bytes)
 
uint8_t nLinks
 number of links (>1 only for EHT)
 
WifiStandard standard
 the standard of the device
 
Time txopLimit
 TXOP limit duration.
 

Detailed Description

Test parameters.

Definition at line 69 of file wifi-aggregation-test.cc.

Member Data Documentation

◆ bufferSize

uint16_t AmpduAggregationTest::Params::bufferSize

the size (in number of MPDUs) of the BlockAck buffer

Definition at line 74 of file wifi-aggregation-test.cc.

Referenced by HeAggregationTest::DoRun(), EhtAggregationTest::DoRun(), and AmpduAggregationTest::EstablishAgreement().

◆ dataMode

std::string AmpduAggregationTest::Params::dataMode

data mode

Definition at line 73 of file wifi-aggregation-test.cc.

Referenced by AmpduAggregationTest::DoSetup().

◆ maxAmpduSize

uint32_t AmpduAggregationTest::Params::maxAmpduSize

maximum A-MPDU size (bytes)

Definition at line 76 of file wifi-aggregation-test.cc.

Referenced by AmpduAggregationTest::DoSetup().

◆ maxAmsduSize

uint16_t AmpduAggregationTest::Params::maxAmsduSize

maximum A-MSDU size (bytes)

Definition at line 75 of file wifi-aggregation-test.cc.

Referenced by AmpduAggregationTest::DoSetup().

◆ nLinks

uint8_t AmpduAggregationTest::Params::nLinks

number of links (>1 only for EHT)

Definition at line 72 of file wifi-aggregation-test.cc.

Referenced by EhtAggregationTest::DoRun(), and AmpduAggregationTest::DoSetup().

◆ standard

WifiStandard AmpduAggregationTest::Params::standard

the standard of the device

Definition at line 71 of file wifi-aggregation-test.cc.

Referenced by AmpduAggregationTest::DoSetup().

◆ txopLimit

Time AmpduAggregationTest::Params::txopLimit

TXOP limit duration.

Definition at line 77 of file wifi-aggregation-test.cc.

Referenced by TwoLevelAggregationTest::DoRun(), and AmpduAggregationTest::DoSetup().


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