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. More... | |
std::size_t | nEmlsrStations |
number of non-AP MLDs that support EMLSR More... | |
std::size_t | nNonEmlsrStations |
number of non-AP MLDs that do not support EMLSR More... | |
std::vector< Time > | paddingDelay |
vector (whose size equals nEmlsrStations) of the padding delay values advertised by non-AP MLDs More... | |
std::vector< Time > | transitionDelay |
vector (whose size equals nEmlsrStations) of transition the delay values advertised by non-AP MLDs More... | |
Time | transitionTimeout |
the Transition Timeout advertised by the AP MLD More... | |
Parameters for the EMLSR DL TXOP test.
Definition at line 355 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 360 of file wifi-emlsr-test.h.
std::size_t EmlsrDlTxopTest::Params::nEmlsrStations |
number of non-AP MLDs that support EMLSR
Definition at line 357 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 358 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 361 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 364 of file wifi-emlsr-test.h.
Time EmlsrDlTxopTest::Params::transitionTimeout |
the Transition Timeout advertised by the AP MLD
Definition at line 366 of file wifi-emlsr-test.h.