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 | |
bool | putAuxPhyToSleep |
whether aux PHYs are put to sleep during DL/UL TXOPs | |
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 369 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 374 of file wifi-emlsr-test.h.
std::size_t EmlsrDlTxopTest::Params::nEmlsrStations |
number of non-AP MLDs that support EMLSR
Definition at line 371 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 372 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 375 of file wifi-emlsr-test.h.
bool EmlsrDlTxopTest::Params::putAuxPhyToSleep |
whether aux PHYs are put to sleep during DL/UL TXOPs
Definition at line 381 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 378 of file wifi-emlsr-test.h.
Time EmlsrDlTxopTest::Params::transitionTimeout |
the Transition Timeout advertised by the AP MLD
Definition at line 380 of file wifi-emlsr-test.h.