Parameters for this test. More...
 Collaboration diagram for WifiTxopTest::Params: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 72 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 77 of file wifi-txop-test.cc.
| bool WifiTxopTest::Params::nonHt | 
use 802.11a standard if true, 802.11ax standard otherwise
Definition at line 74 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 75 of file wifi-txop-test.cc.
| bool WifiTxopTest::Params::singleRtsPerTxop | 
whether protection mechanism is used no more than once per TXOP
Definition at line 76 of file wifi-txop-test.cc.