MU EDCA Parameters. More...
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 | |
MU EDCA Parameters.
Definition at line 546 of file sta-wifi-mac.h.
AcIndex ns3::StaWifiMac::MuEdcaParams::ac |
the access category
Definition at line 548 of file sta-wifi-mac.h.
uint8_t ns3::StaWifiMac::MuEdcaParams::aifsn |
the number of slots that make up an AIFS
Definition at line 551 of file sta-wifi-mac.h.
uint32_t ns3::StaWifiMac::MuEdcaParams::cwMax |
the maximum contention window size
Definition at line 550 of file sta-wifi-mac.h.
uint32_t ns3::StaWifiMac::MuEdcaParams::cwMin |
the minimum contention window size
Definition at line 549 of file sta-wifi-mac.h.
Time ns3::StaWifiMac::MuEdcaParams::muEdcaTimer |
the MU EDCA timer
Definition at line 552 of file sta-wifi-mac.h.