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

EDCA Parameters. More...

+ Collaboration diagram for ns3::StaWifiMac::EdcaParams:

Public Attributes

AcIndex ac
 the access category
 
uint8_t aifsn
 the number of slots that make up an AIFS
 
uint32_t cwMax
 the maximum contention window size
 
uint32_t cwMin
 the minimum contention window size
 
Time txopLimit
 the TXOP limit
 

Detailed Description

EDCA Parameters.

Definition at line 542 of file sta-wifi-mac.h.

Member Data Documentation

◆ ac

AcIndex ns3::StaWifiMac::EdcaParams::ac

the access category

Definition at line 544 of file sta-wifi-mac.h.

◆ aifsn

uint8_t ns3::StaWifiMac::EdcaParams::aifsn

the number of slots that make up an AIFS

Definition at line 547 of file sta-wifi-mac.h.

◆ cwMax

uint32_t ns3::StaWifiMac::EdcaParams::cwMax

the maximum contention window size

Definition at line 546 of file sta-wifi-mac.h.

◆ cwMin

uint32_t ns3::StaWifiMac::EdcaParams::cwMin

the minimum contention window size

Definition at line 545 of file sta-wifi-mac.h.

◆ txopLimit

Time ns3::StaWifiMac::EdcaParams::txopLimit

the TXOP limit

Definition at line 548 of file sta-wifi-mac.h.


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