A Discrete-Event Network Simulator
API
ns3::StaWifiMac::MuEdcaParams Struct Reference

MU EDCA Parameters. More...

+ Collaboration diagram for ns3::StaWifiMac::MuEdcaParams:

Public Attributes

AcIndex ac
 the access category More...
 
uint8_t aifsn
 the number of slots that make up an AIFS More...
 
uint32_t cwMax
 the maximum contention window size More...
 
uint32_t cwMin
 the minimum contention window size More...
 
Time muEdcaTimer
 the MU EDCA timer More...
 

Detailed Description

MU EDCA Parameters.

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

Member Data Documentation

◆ ac

AcIndex ns3::StaWifiMac::MuEdcaParams::ac

the access category

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

◆ aifsn

uint8_t ns3::StaWifiMac::MuEdcaParams::aifsn

the number of slots that make up an AIFS

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

◆ cwMax

uint32_t ns3::StaWifiMac::MuEdcaParams::cwMax

the maximum contention window size

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

◆ cwMin

uint32_t ns3::StaWifiMac::MuEdcaParams::cwMin

the minimum contention window size

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

◆ muEdcaTimer

Time ns3::StaWifiMac::MuEdcaParams::muEdcaTimer

the MU EDCA timer

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


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