Parameters for this test. More...
Public Attributes | |
bool | lengthBasedRtsCtsThresh |
if true, use length based RTS/CTS threshold; if false, use TX duration based RTS/CTS threshold | |
bool | nonHt |
use 802.11a standard if true, 802.11ax standard otherwise | |
bool | pifsRecovery |
whether PIFS recovery is used after failure of a non-initial frame | |
bool | singleRtsPerTxop |
whether protection mechanism is used no more than once per TXOP | |
Parameters for this test.
Definition at line 61 of file wifi-txop-test.cc.
bool WifiTxopTest::Params::lengthBasedRtsCtsThresh |
if true, use length based RTS/CTS threshold; if false, use TX duration based RTS/CTS threshold
Definition at line 66 of file wifi-txop-test.cc.
bool WifiTxopTest::Params::nonHt |
use 802.11a standard if true, 802.11ax standard otherwise
Definition at line 63 of file wifi-txop-test.cc.
bool WifiTxopTest::Params::pifsRecovery |
whether PIFS recovery is used after failure of a non-initial frame
Definition at line 64 of file wifi-txop-test.cc.
bool WifiTxopTest::Params::singleRtsPerTxop |
whether protection mechanism is used no more than once per TXOP
Definition at line 65 of file wifi-txop-test.cc.