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 protectedIfResponded
 whether a station is assumed to be protected if replied to a frame requiring acknowledgment
 
bool protectSingleExchange
 whether the Duration/ID field in frames establishing protection only covers the immediate frame exchange instead of rest of the TXOP limit
 
Time singleExchangeProtectionBuffer
 whether the NAV duration should be extended by a PIFS after the frame exchange when protection only covers the immediate frame exchange instead of rest of the TXOP limit
 
bool singleRtsPerTxop
 whether protection mechanism is used no more than once per TXOP
 

Detailed Description

Parameters for this test.

Definition at line 65 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 70 of file wifi-txop-test.cc.

◆ nonHt

bool WifiTxopTest::Params::nonHt

use 802.11a standard if true, 802.11ax standard otherwise

Definition at line 67 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 68 of file wifi-txop-test.cc.

◆ protectedIfResponded

bool WifiTxopTest::Params::protectedIfResponded

whether a station is assumed to be protected if replied to a frame requiring acknowledgment

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

◆ protectSingleExchange

bool WifiTxopTest::Params::protectSingleExchange

whether the Duration/ID field in frames establishing protection only covers the immediate frame exchange instead of rest of the TXOP limit

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

◆ singleExchangeProtectionBuffer

Time WifiTxopTest::Params::singleExchangeProtectionBuffer

whether the NAV duration should be extended by a PIFS after the frame exchange when protection only covers the immediate frame exchange instead of rest of the TXOP limit

Definition at line 77 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 69 of file wifi-txop-test.cc.


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