|
A Discrete-Event Network Simulator
|
API
|
Go to the documentation of this file.
21 #ifndef MU_EDCA_PARAMETER_SET_H
22 #define MU_EDCA_PARAMETER_SET_H
24 #include "ns3/wifi-information-element.h"
25 #include "ns3/nstime.h"
void SetMuCwMax(uint8_t aci, uint16_t cwMax)
Set the ECWmax subfield of the ECWmin/ECWmax field in the MU AC Parameter Record field corresponding ...
Every class exported by the ns3 library is enclosed in the ns3 namespace.
WifiInformationElementId ElementId() const
Get the wifi information element ID.
uint8_t cwMinMax
the ECWmin/ECWmax field
bool IsPresent(void) const
Return true if a valid MU EDCA Parameter Set is present in this object.
uint8_t WifiInformationElementId
This type is used to represent an Information Element ID.
Time GetMuEdcaTimer(uint8_t aci) const
Get the MU EDCA Timer value encoded in the MU AC Parameter Record field corresponding to the given AC...
uint8_t DeserializeInformationField(Buffer::Iterator start, uint8_t length)
Deserialize information field function.
uint8_t aifsnField
the ACI/AIFSN field
uint8_t GetMuAifsn(uint8_t aci) const
Get the AIFSN subfield of the ACI/AIFSN field in the MU AC Parameter Record field corresponding to th...
WifiInformationElementId ElementIdExt() const
Get the wifi information element ID extension.
uint8_t m_qosInfo
QoS info field.
Simulation virtual time values and global simulation resolution.
void SetMuAifsn(uint8_t aci, uint8_t aifsn)
Set the AIFSN subfield of the ACI/AIFSN field in the MU AC Parameter Record field corresponding to th...
Buffer::Iterator Serialize(Buffer::Iterator start) const
This information element is a bit special in that it is only included if the STA is an HE STA.
MU AC Parameter Record type.
uint16_t GetMuCwMax(uint8_t aci) const
Get the CWmax value encoded by the ECWmax subfield of the ECWmin/ECWmax field in the MU AC Parameter ...
std::array< ParameterRecord, 4 > m_records
MU AC Parameter Record fields.
iterator in a Buffer instance
void SetQosInfo(uint8_t qosInfo)
Set the QoS Info field in the MuEdcaParameterSet information element.
uint8_t muEdcaTimer
the MU EDCA Timer field
uint8_t GetQosInfo(void) const
Return the QoS Info field in the MuEdcaParameterSet information element.
void SetMuCwMin(uint8_t aci, uint16_t cwMin)
Set the ECWmin subfield of the ECWmin/ECWmax field in the MU AC Parameter Record field corresponding ...
void SetMuEdcaTimer(uint8_t aci, Time timer)
Set the MU EDCA Timer field in the MU AC Parameter Record field corresponding to the given AC Index (...
uint16_t GetMuCwMin(uint8_t aci) const
Get the CWmin value encoded by the ECWmin subfield of the ECWmin/ECWmax field in the MU AC Parameter ...
uint16_t GetSerializedSize() const
Return the serialized size of this EDCA Parameter Set.
void SerializeInformationField(Buffer::Iterator start) const
Serialize information field function.
uint8_t GetInformationFieldSize() const
Get information field size function.
The MU EDCA Parameter Set.