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

MU EDCA Parameters. More...

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

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 muEdcaTimer
 the MU EDCA timer
 

Detailed Description

MU EDCA Parameters.

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

Member Data Documentation

◆ ac

AcIndex ns3::StaWifiMac::MuEdcaParams::ac

the access category

Definition at line 564 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 567 of file sta-wifi-mac.h.

◆ cwMax

uint32_t ns3::StaWifiMac::MuEdcaParams::cwMax

the maximum contention window size

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

◆ cwMin

uint32_t ns3::StaWifiMac::MuEdcaParams::cwMin

the minimum contention window size

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

◆ muEdcaTimer

Time ns3::StaWifiMac::MuEdcaParams::muEdcaTimer

the MU EDCA timer

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


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