Test parameters. More...
Public Attributes | |
uint16_t | bufferSize |
the size (in number of MPDUs) of the BlockAck buffer More... | |
std::string | dataMode |
data mode More... | |
uint32_t | maxAmpduSize |
maximum A-MPDU size (bytes) More... | |
uint16_t | maxAmsduSize |
maximum A-MSDU size (bytes) More... | |
uint8_t | nLinks |
number of links (>1 only for EHT) More... | |
WifiStandard | standard |
the standard of the device More... | |
Time | txopLimit |
TXOP limit duration. More... | |
Test parameters.
Definition at line 69 of file wifi-aggregation-test.cc.
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().
std::string AmpduAggregationTest::Params::dataMode |
data mode
Definition at line 73 of file wifi-aggregation-test.cc.
Referenced by AmpduAggregationTest::DoSetup().
uint32_t AmpduAggregationTest::Params::maxAmpduSize |
maximum A-MPDU size (bytes)
Definition at line 76 of file wifi-aggregation-test.cc.
Referenced by AmpduAggregationTest::DoSetup().
uint16_t AmpduAggregationTest::Params::maxAmsduSize |
maximum A-MSDU size (bytes)
Definition at line 75 of file wifi-aggregation-test.cc.
Referenced by AmpduAggregationTest::DoSetup().
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().
WifiStandard AmpduAggregationTest::Params::standard |
the standard of the device
Definition at line 71 of file wifi-aggregation-test.cc.
Referenced by AmpduAggregationTest::DoSetup().
Time AmpduAggregationTest::Params::txopLimit |
TXOP limit duration.
Definition at line 77 of file wifi-aggregation-test.cc.
Referenced by TwoLevelAggregationTest::DoRun(), and AmpduAggregationTest::DoSetup().