Parameters for the EMLSR DL TXOP test. More...
#include "wifi-emlsr-test.h"
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< Time > | paddingDelay |
vector (whose size equals nEmlsrStations) of the padding delay values advertised by non-AP MLDs | |
std::vector< Time > | transitionDelay |
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 | |
Parameters for the EMLSR DL TXOP test.
Definition at line 344 of file wifi-emlsr-test.h.
std::set<uint8_t> EmlsrDlTxopTest::Params::linksToEnableEmlsrOn |
IDs of links on which EMLSR mode should be enabled.
Definition at line 349 of file wifi-emlsr-test.h.
std::size_t EmlsrDlTxopTest::Params::nEmlsrStations |
number of non-AP MLDs that support EMLSR
Definition at line 346 of file wifi-emlsr-test.h.
std::size_t EmlsrDlTxopTest::Params::nNonEmlsrStations |
number of non-AP MLDs that do not support EMLSR
Definition at line 347 of file wifi-emlsr-test.h.
std::vector<Time> EmlsrDlTxopTest::Params::paddingDelay |
vector (whose size equals nEmlsrStations) of the padding delay values advertised by non-AP MLDs
Definition at line 350 of file wifi-emlsr-test.h.
std::vector<Time> EmlsrDlTxopTest::Params::transitionDelay |
vector (whose size equals nEmlsrStations) of transition the delay values advertised by non-AP MLDs
Definition at line 353 of file wifi-emlsr-test.h.
Time EmlsrDlTxopTest::Params::transitionTimeout |
the Transition Timeout advertised by the AP MLD
Definition at line 355 of file wifi-emlsr-test.h.