DCF/EDCA access parameters for all the links provided by users via this class' attributes or the corresponding setter methods. More...
#include "txop.h"
Public Attributes | |
std::vector< uint8_t > | aifsns |
the AIFSN values for all the links | |
std::vector< uint32_t > | cwMaxs |
the maximum contention window values for all the links | |
std::vector< uint32_t > | cwMins |
the minimum contention window values for all the links | |
std::vector< Time > | txopLimits |
TXOP limit values for all the links. | |
DCF/EDCA access parameters for all the links provided by users via this class' attributes or the corresponding setter methods.
For each access parameter, values are sorted in increasing order of link ID. If user provides access parameters, they are used by WifiMac instead of the default values specified by Table 9-155 of 802.11-2020.
std::vector<uint8_t> ns3::Txop::UserDefinedAccessParams::aifsns |
std::vector<uint32_t> ns3::Txop::UserDefinedAccessParams::cwMaxs |
std::vector<uint32_t> ns3::Txop::UserDefinedAccessParams::cwMins |
std::vector<Time> ns3::Txop::UserDefinedAccessParams::txopLimits |