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 |
the AIFSN values for all the links
Definition at line 452 of file txop.h.
Referenced by ns3::Txop::SetAifsns().
std::vector<uint32_t> ns3::Txop::UserDefinedAccessParams::cwMaxs |
the maximum contention window values for all the links
Definition at line 451 of file txop.h.
Referenced by ns3::Txop::SetMaxCws().
std::vector<uint32_t> ns3::Txop::UserDefinedAccessParams::cwMins |
the minimum contention window values for all the links
Definition at line 450 of file txop.h.
Referenced by ns3::Txop::SetMinCws().
std::vector<Time> ns3::Txop::UserDefinedAccessParams::txopLimits |
TXOP limit values for all the links.
Definition at line 453 of file txop.h.
Referenced by ns3::Txop::SetTxopLimits().