A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
WifiTxopTest::Params Struct Reference

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
 

Detailed Description

Parameters for this test.

Definition at line 72 of file wifi-txop-test.cc.

Member Data Documentation

◆ lengthBasedRtsCtsThresh

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.

◆ nonHt

bool WifiTxopTest::Params::nonHt

use 802.11a standard if true, 802.11ax standard otherwise

Definition at line 74 of file wifi-txop-test.cc.

◆ pifsRecovery

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.

◆ singleRtsPerTxop

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.


The documentation for this struct was generated from the following file: