Test parameters. More...
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. | |
Test parameters.
Definition at line 59 of file wifi-aggregation-test.cc.
uint16_t AmpduAggregationTest::Params::bufferSize |
the size (in number of MPDUs) of the BlockAck buffer
Definition at line 64 of file wifi-aggregation-test.cc.
Referenced by EhtAggregationTest::DoRun(), HeAggregationTest::DoRun(), and AmpduAggregationTest::EstablishAgreement().
std::string AmpduAggregationTest::Params::dataMode |
data mode
Definition at line 63 of file wifi-aggregation-test.cc.
Referenced by AmpduAggregationTest::DoSetup().
uint32_t AmpduAggregationTest::Params::maxAmpduSize |
maximum A-MPDU size (bytes)
Definition at line 66 of file wifi-aggregation-test.cc.
Referenced by AmpduAggregationTest::DoSetup().
uint16_t AmpduAggregationTest::Params::maxAmsduSize |
maximum A-MSDU size (bytes)
Definition at line 65 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 62 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 61 of file wifi-aggregation-test.cc.
Referenced by AmpduAggregationTest::DoSetup().
Time AmpduAggregationTest::Params::txopLimit |
TXOP limit duration.
Definition at line 67 of file wifi-aggregation-test.cc.
Referenced by TwoLevelAggregationTest::DoRun(), and AmpduAggregationTest::DoSetup().