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

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

#include "wifi-emlsr-test.h"

+ Collaboration diagram for EmlsrDlTxopTest::Params:

Public Attributes

std::set< uint8_t > linksToEnableEmlsrOn
 IDs of links on which EMLSR mode should be enabled.
 
std::size_t nEmlsrStations
 number of non-AP MLDs that support EMLSR
 
std::size_t nNonEmlsrStations
 number of non-AP MLDs that do not support EMLSR
 
std::vector< TimepaddingDelay
 vector (whose size equals nEmlsrStations) of the padding delay values advertised by non-AP MLDs
 
std::vector< TimetransitionDelay
 vector (whose size equals nEmlsrStations) of transition the delay values advertised by non-AP MLDs
 
Time transitionTimeout
 the Transition Timeout advertised by the AP MLD
 

Detailed Description

Parameters for the EMLSR DL TXOP test.

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

Member Data Documentation

◆ linksToEnableEmlsrOn

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

IDs of links on which EMLSR mode should be enabled.

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

◆ nEmlsrStations

std::size_t EmlsrDlTxopTest::Params::nEmlsrStations

number of non-AP MLDs that support EMLSR

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

◆ nNonEmlsrStations

std::size_t EmlsrDlTxopTest::Params::nNonEmlsrStations

number of non-AP MLDs that do not support EMLSR

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

◆ paddingDelay

std::vector<Time> EmlsrDlTxopTest::Params::paddingDelay

vector (whose size equals nEmlsrStations) of the padding delay values advertised by non-AP MLDs

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

◆ transitionDelay

std::vector<Time> EmlsrDlTxopTest::Params::transitionDelay

vector (whose size equals nEmlsrStations) of transition the delay values advertised by non-AP MLDs

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

◆ transitionTimeout

Time EmlsrDlTxopTest::Params::transitionTimeout

the Transition Timeout advertised by the AP MLD

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


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