A Discrete-Event Network Simulator
API
EmlsrUlTxopTest::Params Struct Reference

Parameters for the EMLSR UL TXOP test. More...

#include "wifi-emlsr-test.h"

+ Collaboration diagram for EmlsrUlTxopTest::Params:

Public Attributes

uint16_t auxPhyChannelWidth
 max width (MHz) supported by aux PHYs More...
 
uint16_t channelWidth
 width (MHz) of the channels used by MLDs More...
 
bool genBackoffIfTxopWithoutTx
 whether the backoff should be invoked when the AC gains the right to start a TXOP but it does not transmit any frame More...
 
std::set< uint8_t > linksToEnableEmlsrOn
 IDs of links on which EMLSR mode should be enabled. More...
 
Time mediumSyncDuration
 duration of the MediumSyncDelay timer More...
 
uint8_t msdMaxNTxops
 Max number of TXOPs that an EMLSR client is allowed to attempt to initiate while the MediumSyncDelay timer is running (zero indicates no limit) More...
 

Detailed Description

Parameters for the EMLSR UL TXOP test.

Definition at line 515 of file wifi-emlsr-test.h.

Member Data Documentation

◆ auxPhyChannelWidth

uint16_t EmlsrUlTxopTest::Params::auxPhyChannelWidth

max width (MHz) supported by aux PHYs

Definition at line 520 of file wifi-emlsr-test.h.

◆ channelWidth

uint16_t EmlsrUlTxopTest::Params::channelWidth

width (MHz) of the channels used by MLDs

Definition at line 519 of file wifi-emlsr-test.h.

◆ genBackoffIfTxopWithoutTx

bool EmlsrUlTxopTest::Params::genBackoffIfTxopWithoutTx

whether the backoff should be invoked when the AC gains the right to start a TXOP but it does not transmit any frame

Definition at line 525 of file wifi-emlsr-test.h.

◆ linksToEnableEmlsrOn

std::set<uint8_t> EmlsrUlTxopTest::Params::linksToEnableEmlsrOn

IDs of links on which EMLSR mode should be enabled.

Definition at line 518 of file wifi-emlsr-test.h.

◆ mediumSyncDuration

Time EmlsrUlTxopTest::Params::mediumSyncDuration

duration of the MediumSyncDelay timer

Definition at line 521 of file wifi-emlsr-test.h.

◆ msdMaxNTxops

uint8_t EmlsrUlTxopTest::Params::msdMaxNTxops

Max number of TXOPs that an EMLSR client is allowed to attempt to initiate while the MediumSyncDelay timer is running (zero indicates no limit)

Definition at line 522 of file wifi-emlsr-test.h.


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