Parameters for the OFDMA acknowledgment sequences test. More...
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. | |
Parameters for the OFDMA acknowledgment sequences test.
Definition at line 401 of file wifi-mac-ofdma-test.cc.
MHz_u OfdmaAckSequenceTest::Params::channelWidth |
PHY channel bandwidth.
Definition at line 403 of file wifi-mac-ofdma-test.cc.
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.
WifiAcknowledgment::Method OfdmaAckSequenceTest::Params::dlMuAckType |
DL MU ack sequence type.
Definition at line 404 of file wifi-mac-ofdma-test.cc.
uint32_t OfdmaAckSequenceTest::Params::maxAmpduSize |
maximum A-MPDU size in bytes
Definition at line 405 of file wifi-mac-ofdma-test.cc.
MuEdcaParameterSet OfdmaAckSequenceTest::Params::muEdcaParameterSet |
MU EDCA Parameter Set.
Definition at line 411 of file wifi-mac-ofdma-test.cc.
uint16_t OfdmaAckSequenceTest::Params::nPktsPerSta |
number of packets to send to each station
Definition at line 410 of file wifi-mac-ofdma-test.cc.
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.
WifiOfdmaScenario OfdmaAckSequenceTest::Params::scenario |
OFDMA scenario to test.
Definition at line 412 of file wifi-mac-ofdma-test.cc.
bool OfdmaAckSequenceTest::Params::skipMuRtsBeforeBsrp |
whether to skip MU-RTS before BSRP TF
Definition at line 408 of file wifi-mac-ofdma-test.cc.
uint16_t OfdmaAckSequenceTest::Params::txopLimit |
TXOP limit in microseconds.
Definition at line 406 of file wifi-mac-ofdma-test.cc.