A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Txop::UserDefinedAccessParams Struct Reference

DCF/EDCA access parameters for all the links provided by users via this class' attributes or the corresponding setter methods. More...

#include "txop.h"

+ Collaboration diagram for ns3::Txop::UserDefinedAccessParams:

Public Attributes

std::vector< uint8_t > aifsns
 the AIFSN values for all the links
 
std::vector< uint32_tcwMaxs
 the maximum contention window values for all the links
 
std::vector< uint32_tcwMins
 the minimum contention window values for all the links
 
std::vector< TimetxopLimits
 TXOP limit values for all the links.
 

Detailed Description

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.

Definition at line 463 of file txop.h.

Member Data Documentation

◆ aifsns

std::vector<uint8_t> ns3::Txop::UserDefinedAccessParams::aifsns

the AIFSN values for all the links

Definition at line 467 of file txop.h.

Referenced by ns3::Txop::SetAifsns().

◆ cwMaxs

std::vector<uint32_t> ns3::Txop::UserDefinedAccessParams::cwMaxs

the maximum contention window values for all the links

Definition at line 466 of file txop.h.

Referenced by ns3::Txop::SetMaxCws().

◆ cwMins

std::vector<uint32_t> ns3::Txop::UserDefinedAccessParams::cwMins

the minimum contention window values for all the links

Definition at line 465 of file txop.h.

Referenced by ns3::Txop::SetMinCws().

◆ txopLimits

std::vector<Time> ns3::Txop::UserDefinedAccessParams::txopLimits

TXOP limit values for all the links.

Definition at line 468 of file txop.h.

Referenced by ns3::Txop::SetTxopLimits().


The documentation for this struct was generated from the following file: