EDCA Parameters. More...
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 | txopLimit |
the TXOP limit More... | |
EDCA Parameters.
Definition at line 549 of file sta-wifi-mac.h.
AcIndex ns3::StaWifiMac::EdcaParams::ac |
the access category
Definition at line 551 of file sta-wifi-mac.h.
uint8_t ns3::StaWifiMac::EdcaParams::aifsn |
the number of slots that make up an AIFS
Definition at line 554 of file sta-wifi-mac.h.
uint32_t ns3::StaWifiMac::EdcaParams::cwMax |
the maximum contention window size
Definition at line 553 of file sta-wifi-mac.h.
uint32_t ns3::StaWifiMac::EdcaParams::cwMin |
the minimum contention window size
Definition at line 552 of file sta-wifi-mac.h.
Time ns3::StaWifiMac::EdcaParams::txopLimit |
the TXOP limit
Definition at line 555 of file sta-wifi-mac.h.