A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::EdcaParameterSet Class Reference

The EDCA Parameter Set. More...

#include "edca-parameter-set.h"

+ Inheritance diagram for ns3::EdcaParameterSet:
+ Collaboration diagram for ns3::EdcaParameterSet:

Public Member Functions

 EdcaParameterSet ()
 
WifiInformationElementId ElementId () const override
 Get the wifi information element ID.
 
uint8_t GetBeAifsn () const
 Return the AC_BE AIFSN field in the EdcaParameterSet information element.
 
uint32_t GetBeCWmax () const
 Return the AC_BE CWmax field in the EdcaParameterSet information element.
 
uint32_t GetBeCWmin () const
 Return the AC_BE CWmin field in the EdcaParameterSet information element.
 
uint16_t GetBeTxopLimit () const
 Return the AC_BE TXOP Limit field in the EdcaParameterSet information element.
 
uint8_t GetBkAifsn () const
 Return the AC_BK AIFSN field in the EdcaParameterSet information element.
 
uint32_t GetBkCWmax () const
 Return the AC_BK CWmax field in the EdcaParameterSet information element.
 
uint32_t GetBkCWmin () const
 Return the AC_BK CWmin field in the EdcaParameterSet information element.
 
uint16_t GetBkTxopLimit () const
 Return the AC_BK TXOP Limit field in the EdcaParameterSet information element.
 
uint8_t GetQosInfo () const
 Return the QoS Info field in the EdcaParameterSet information element.
 
uint8_t GetViAifsn () const
 Return the AC_VI AIFSN field in the EdcaParameterSet information element.
 
uint32_t GetViCWmax () const
 Return the AC_VI CWmax field in the EdcaParameterSet information element.
 
uint32_t GetViCWmin () const
 Return the AC_VI CWmin field in the EdcaParameterSet information element.
 
uint16_t GetViTxopLimit () const
 Return the AC_VI TXOP Limit field in the EdcaParameterSet information element.
 
uint8_t GetVoAifsn () const
 Return the AC_VO AIFSN field in the EdcaParameterSet information element.
 
uint32_t GetVoCWmax () const
 Return the AC_VO CWmax field in the EdcaParameterSet information element.
 
uint32_t GetVoCWmin () const
 Return the AC_VO CWmin field in the EdcaParameterSet information element.
 
uint16_t GetVoTxopLimit () const
 Return the AC_VO TXOP Limit field in the EdcaParameterSet information element.
 
void SetBeAci (uint8_t aci)
 Set the AC_BE ACI field in the EdcaParameterSet information element.
 
void SetBeAifsn (uint8_t aifsn)
 Set the AC_BE AIFSN field in the EdcaParameterSet information element.
 
void SetBeCWmax (uint32_t cwMax)
 Set the AC_BE CWmax field in the EdcaParameterSet information element.
 
void SetBeCWmin (uint32_t cwMin)
 Set the AC_BE CWmin field in the EdcaParameterSet information element.
 
void SetBeTxopLimit (uint16_t txop)
 Set the AC_BE TXOP Limit field in the EdcaParameterSet information element.
 
void SetBkAci (uint8_t aci)
 Set the AC_BK ACI field in the EdcaParameterSet information element.
 
void SetBkAifsn (uint8_t aifsn)
 Set the AC_BK AIFSN field in the EdcaParameterSet information element.
 
void SetBkCWmax (uint32_t cwMax)
 Set the AC_BK CWmax field in the EdcaParameterSet information element.
 
void SetBkCWmin (uint32_t cwMin)
 Set the AC_BK CWmin field in the EdcaParameterSet information element.
 
void SetBkTxopLimit (uint16_t txop)
 Set the AC_BK TXOP Limit field in the EdcaParameterSet information element.
 
void SetQosInfo (uint8_t qosInfo)
 Set the QoS Info field in the EdcaParameterSet information element.
 
void SetViAci (uint8_t aci)
 Set the AC_VI ACI field in the EdcaParameterSet information element.
 
void SetViAifsn (uint8_t aifsn)
 Set the AC_VI AIFSN field in the EdcaParameterSet information element.
 
void SetViCWmax (uint32_t cwMax)
 Set the AC_VI CWmax field in the EdcaParameterSet information element.
 
void SetViCWmin (uint32_t cwMin)
 Set the AC_VI CWmin field in the EdcaParameterSet information element.
 
void SetViTxopLimit (uint16_t txop)
 Set the AC_VI TXOP Limit field in the EdcaParameterSet information element.
 
void SetVoAci (uint8_t aci)
 Set the AC_VO ACI field in the EdcaParameterSet information element.
 
void SetVoAifsn (uint8_t aifsn)
 Set the AC_VO AIFSN field in the EdcaParameterSet information element.
 
void SetVoCWmax (uint32_t cwMax)
 Set the AC_VO CWmax field in the EdcaParameterSet information element.
 
void SetVoCWmin (uint32_t cwMin)
 Set the AC_VO CWmin field in the EdcaParameterSet information element.
 
void SetVoTxopLimit (uint16_t txop)
 Set the AC_VO TXOP Limit field in the EdcaParameterSet information element.
 
- Public Member Functions inherited from ns3::WifiInformationElement
virtual ~WifiInformationElement ()
 
Buffer::Iterator Deserialize (Buffer::Iterator i)
 Deserialize entire IE (which may possibly be fragmented into multiple elements), which must be present.
 
Buffer::Iterator DeserializeIfPresent (Buffer::Iterator i)
 Deserialize entire IE (which may possibly be fragmented into multiple elements) if it is present.
 
virtual WifiInformationElementId ElementIdExt () const
 Get the wifi information element ID extension.
 
uint16_t GetSerializedSize () const
 Get the size of the serialized IE including Element ID and length fields (for every element this IE is possibly fragmented into).
 
virtual bool operator== (const WifiInformationElement &a) const
 Compare two IEs for equality by ID & Length, and then through memcmp of serialised version.
 
virtual void Print (std::ostream &os) const
 Generate human-readable form of IE.
 
Buffer::Iterator Serialize (Buffer::Iterator i) const
 Serialize entire IE including Element ID and length fields.
 
- Public Member Functions inherited from ns3::SimpleRefCount< WifiInformationElement >
 SimpleRefCount ()
 Default constructor.
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor.
 
uint32_t GetReferenceCount () const
 Get the reference count of the object.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Private Member Functions

uint16_t DeserializeInformationField (Buffer::Iterator start, uint16_t length) override
 Deserialize information (i.e., the body of the IE, not including the Element ID and length octets)
 
uint16_t GetInformationFieldSize () const override
 Length of serialized information (i.e., the length of the body of the IE, not including the Element ID and length octets.
 
void SerializeInformationField (Buffer::Iterator start) const override
 Serialize information (i.e., the body of the IE, not including the Element ID and length octets)
 

Private Attributes

uint32_t m_acBE
 AC_BE.
 
uint32_t m_acBK
 AC_BK.
 
uint32_t m_acVI
 AC_VI.
 
uint32_t m_acVO
 AC_VO.
 
uint8_t m_qosInfo
 QOS info.
 
uint8_t m_reserved
 reserved
 

Detailed Description

The EDCA Parameter Set.

This class knows how to serialise and deserialise the EDCA Parameter Set.

Definition at line 23 of file edca-parameter-set.h.

Constructor & Destructor Documentation

◆ EdcaParameterSet()

ns3::EdcaParameterSet::EdcaParameterSet ( )

Definition at line 16 of file edca-parameter-set.cc.

Member Function Documentation

◆ DeserializeInformationField()

uint16_t ns3::EdcaParameterSet::DeserializeInformationField ( Buffer::Iterator start,
uint16_t length )
overrideprivatevirtual

Deserialize information (i.e., the body of the IE, not including the Element ID and length octets)

Parameters
startan iterator which points to where the information should be written.
lengththe expected number of bytes to read
Returns
the number of bytes read

Implements ns3::WifiInformationElement.

Definition at line 294 of file edca-parameter-set.cc.

References m_acBE, m_acBK, m_acVI, m_acVO, m_qosInfo, m_reserved, ns3::Buffer::Iterator::ReadU32(), and ns3::Buffer::Iterator::ReadU8().

+ Here is the call graph for this function:

◆ ElementId()

WifiInformationElementId ns3::EdcaParameterSet::ElementId ( ) const
overridevirtual

Get the wifi information element ID.

Returns
the wifi information element ID

Implements ns3::WifiInformationElement.

Definition at line 27 of file edca-parameter-set.cc.

References IE_EDCA_PARAMETER_SET.

◆ GetBeAifsn()

uint8_t ns3::EdcaParameterSet::GetBeAifsn ( ) const

Return the AC_BE AIFSN field in the EdcaParameterSet information element.

Returns
the AC_BE AIFSN field in the EdcaParameterSet information element

Definition at line 173 of file edca-parameter-set.cc.

References m_acBE.

◆ GetBeCWmax()

uint32_t ns3::EdcaParameterSet::GetBeCWmax ( ) const

Return the AC_BE CWmax field in the EdcaParameterSet information element.

Returns
the AC_BE CWmax field in the EdcaParameterSet information element

Definition at line 186 of file edca-parameter-set.cc.

References m_acBE.

◆ GetBeCWmin()

uint32_t ns3::EdcaParameterSet::GetBeCWmin ( ) const

Return the AC_BE CWmin field in the EdcaParameterSet information element.

Returns
the AC_BE CWmin field in the EdcaParameterSet information element

Definition at line 179 of file edca-parameter-set.cc.

References m_acBE.

◆ GetBeTxopLimit()

uint16_t ns3::EdcaParameterSet::GetBeTxopLimit ( ) const

Return the AC_BE TXOP Limit field in the EdcaParameterSet information element.

Returns
the AC_BE TXOP Limit field in the EdcaParameterSet information element

Definition at line 193 of file edca-parameter-set.cc.

References m_acBE.

◆ GetBkAifsn()

uint8_t ns3::EdcaParameterSet::GetBkAifsn ( ) const

Return the AC_BK AIFSN field in the EdcaParameterSet information element.

Returns
the AC_BK AIFSN field in the EdcaParameterSet information element

Definition at line 199 of file edca-parameter-set.cc.

References m_acBK.

◆ GetBkCWmax()

uint32_t ns3::EdcaParameterSet::GetBkCWmax ( ) const

Return the AC_BK CWmax field in the EdcaParameterSet information element.

Returns
the AC_BK CWmax field in the EdcaParameterSet information element

Definition at line 212 of file edca-parameter-set.cc.

References m_acBK.

◆ GetBkCWmin()

uint32_t ns3::EdcaParameterSet::GetBkCWmin ( ) const

Return the AC_BK CWmin field in the EdcaParameterSet information element.

Returns
the AC_BK CWmin field in the EdcaParameterSet information element

Definition at line 205 of file edca-parameter-set.cc.

References m_acBK.

◆ GetBkTxopLimit()

uint16_t ns3::EdcaParameterSet::GetBkTxopLimit ( ) const

Return the AC_BK TXOP Limit field in the EdcaParameterSet information element.

Returns
the AC_BK TXOP Limit field in the EdcaParameterSet information element

Definition at line 219 of file edca-parameter-set.cc.

References m_acBK.

◆ GetInformationFieldSize()

uint16_t ns3::EdcaParameterSet::GetInformationFieldSize ( ) const
overrideprivatevirtual

Length of serialized information (i.e., the length of the body of the IE, not including the Element ID and length octets.

This is the value that will appear in the second octet of the entire IE - the length field - if the IE is not fragmented)

Returns
the length of serialized information

Implements ns3::WifiInformationElement.

Definition at line 277 of file edca-parameter-set.cc.

◆ GetQosInfo()

uint8_t ns3::EdcaParameterSet::GetQosInfo ( ) const

Return the QoS Info field in the EdcaParameterSet information element.

Returns
the QoS Info field in the EdcaParameterSet information element

Definition at line 167 of file edca-parameter-set.cc.

References m_qosInfo.

Referenced by SerializeInformationField().

+ Here is the caller graph for this function:

◆ GetViAifsn()

uint8_t ns3::EdcaParameterSet::GetViAifsn ( ) const

Return the AC_VI AIFSN field in the EdcaParameterSet information element.

Returns
the AC_VI AIFSN field in the EdcaParameterSet information element

Definition at line 225 of file edca-parameter-set.cc.

References m_acVI.

◆ GetViCWmax()

uint32_t ns3::EdcaParameterSet::GetViCWmax ( ) const

Return the AC_VI CWmax field in the EdcaParameterSet information element.

Returns
the AC_VI CWmax field in the EdcaParameterSet information element

Definition at line 238 of file edca-parameter-set.cc.

References m_acVI.

◆ GetViCWmin()

uint32_t ns3::EdcaParameterSet::GetViCWmin ( ) const

Return the AC_VI CWmin field in the EdcaParameterSet information element.

Returns
the AC_VI CWmin field in the EdcaParameterSet information element

Definition at line 231 of file edca-parameter-set.cc.

References m_acVI.

◆ GetViTxopLimit()

uint16_t ns3::EdcaParameterSet::GetViTxopLimit ( ) const

Return the AC_VI TXOP Limit field in the EdcaParameterSet information element.

Returns
the AC_VI TXOP Limit field in the EdcaParameterSet information element

Definition at line 245 of file edca-parameter-set.cc.

References m_acVI.

◆ GetVoAifsn()

uint8_t ns3::EdcaParameterSet::GetVoAifsn ( ) const

Return the AC_VO AIFSN field in the EdcaParameterSet information element.

Returns
the AC_VO AIFSN field in the EdcaParameterSet information element

Definition at line 251 of file edca-parameter-set.cc.

References m_acVO.

◆ GetVoCWmax()

uint32_t ns3::EdcaParameterSet::GetVoCWmax ( ) const

Return the AC_VO CWmax field in the EdcaParameterSet information element.

Returns
the AC_VO CWmax field in the EdcaParameterSet information element

Definition at line 264 of file edca-parameter-set.cc.

References m_acVO.

◆ GetVoCWmin()

uint32_t ns3::EdcaParameterSet::GetVoCWmin ( ) const

Return the AC_VO CWmin field in the EdcaParameterSet information element.

Returns
the AC_VO CWmin field in the EdcaParameterSet information element

Definition at line 257 of file edca-parameter-set.cc.

References m_acVO.

◆ GetVoTxopLimit()

uint16_t ns3::EdcaParameterSet::GetVoTxopLimit ( ) const

Return the AC_VO TXOP Limit field in the EdcaParameterSet information element.

Returns
the AC_VO TXOP Limit field in the EdcaParameterSet information element

Definition at line 271 of file edca-parameter-set.cc.

References m_acVO.

◆ SerializeInformationField()

void ns3::EdcaParameterSet::SerializeInformationField ( Buffer::Iterator start) const
overrideprivatevirtual

Serialize information (i.e., the body of the IE, not including the Element ID and length octets)

Parameters
startan iterator which points to where the information should be written.

Implements ns3::WifiInformationElement.

Definition at line 283 of file edca-parameter-set.cc.

References GetQosInfo(), m_acBE, m_acBK, m_acVI, m_acVO, and m_reserved.

+ Here is the call graph for this function:

◆ SetBeAci()

void ns3::EdcaParameterSet::SetBeAci ( uint8_t aci)

Set the AC_BE ACI field in the EdcaParameterSet information element.

Parameters
acithe AC_BE ACI field in the EdcaParameterSet information element

Definition at line 45 of file edca-parameter-set.cc.

References m_acBE.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetBeAifsn()

void ns3::EdcaParameterSet::SetBeAifsn ( uint8_t aifsn)

Set the AC_BE AIFSN field in the EdcaParameterSet information element.

Parameters
aifsnthe AC_BE AIFSN field in the EdcaParameterSet information element

Definition at line 39 of file edca-parameter-set.cc.

References m_acBE.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetBeCWmax()

void ns3::EdcaParameterSet::SetBeCWmax ( uint32_t cwMax)

Set the AC_BE CWmax field in the EdcaParameterSet information element.

Parameters
cwMaxthe AC_BE CWmax field in the EdcaParameterSet information element

Definition at line 58 of file edca-parameter-set.cc.

References m_acBE.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetBeCWmin()

void ns3::EdcaParameterSet::SetBeCWmin ( uint32_t cwMin)

Set the AC_BE CWmin field in the EdcaParameterSet information element.

Parameters
cwMinthe AC_BE CWmin field in the EdcaParameterSet information element

Definition at line 51 of file edca-parameter-set.cc.

References m_acBE.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetBeTxopLimit()

void ns3::EdcaParameterSet::SetBeTxopLimit ( uint16_t txop)

Set the AC_BE TXOP Limit field in the EdcaParameterSet information element.

Parameters
txopthe AC_BE TXOP Limit field in the EdcaParameterSet information element

Definition at line 65 of file edca-parameter-set.cc.

References m_acBE.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetBkAci()

void ns3::EdcaParameterSet::SetBkAci ( uint8_t aci)

Set the AC_BK ACI field in the EdcaParameterSet information element.

Parameters
acithe AC_BK ACI field in the EdcaParameterSet information element

Definition at line 77 of file edca-parameter-set.cc.

References m_acBK.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetBkAifsn()

void ns3::EdcaParameterSet::SetBkAifsn ( uint8_t aifsn)

Set the AC_BK AIFSN field in the EdcaParameterSet information element.

Parameters
aifsnthe AC_BB AIFSN field in the EdcaParameterSet information element

Definition at line 71 of file edca-parameter-set.cc.

References m_acBK.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetBkCWmax()

void ns3::EdcaParameterSet::SetBkCWmax ( uint32_t cwMax)

Set the AC_BK CWmax field in the EdcaParameterSet information element.

Parameters
cwMaxthe AC_BK CWmax field in the EdcaParameterSet information element

Definition at line 90 of file edca-parameter-set.cc.

References m_acBK.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetBkCWmin()

void ns3::EdcaParameterSet::SetBkCWmin ( uint32_t cwMin)

Set the AC_BK CWmin field in the EdcaParameterSet information element.

Parameters
cwMinthe AC_BK CWmin field in the EdcaParameterSet information element

Definition at line 83 of file edca-parameter-set.cc.

References m_acBK.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetBkTxopLimit()

void ns3::EdcaParameterSet::SetBkTxopLimit ( uint16_t txop)

Set the AC_BK TXOP Limit field in the EdcaParameterSet information element.

Parameters
txopthe AC_BK TXOP Limit field in the EdcaParameterSet information element

Definition at line 97 of file edca-parameter-set.cc.

References m_acBK.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetQosInfo()

void ns3::EdcaParameterSet::SetQosInfo ( uint8_t qosInfo)

Set the QoS Info field in the EdcaParameterSet information element.

Parameters
qosInfothe QoS Info field in the EdcaParameterSet information element

Definition at line 33 of file edca-parameter-set.cc.

References m_qosInfo.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetViAci()

void ns3::EdcaParameterSet::SetViAci ( uint8_t aci)

Set the AC_VI ACI field in the EdcaParameterSet information element.

Parameters
acithe AC_VI ACI field in the EdcaParameterSet information element

Definition at line 109 of file edca-parameter-set.cc.

References m_acVI.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetViAifsn()

void ns3::EdcaParameterSet::SetViAifsn ( uint8_t aifsn)

Set the AC_VI AIFSN field in the EdcaParameterSet information element.

Parameters
aifsnthe AC_VI AIFSN field in the EdcaParameterSet information element

Definition at line 103 of file edca-parameter-set.cc.

References m_acVI.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetViCWmax()

void ns3::EdcaParameterSet::SetViCWmax ( uint32_t cwMax)

Set the AC_VI CWmax field in the EdcaParameterSet information element.

Parameters
cwMaxthe AC_VI CWmax field in the EdcaParameterSet information element

Definition at line 122 of file edca-parameter-set.cc.

References m_acVI.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetViCWmin()

void ns3::EdcaParameterSet::SetViCWmin ( uint32_t cwMin)

Set the AC_VI CWmin field in the EdcaParameterSet information element.

Parameters
cwMinthe AC_VI CWmin field in the EdcaParameterSet information element

Definition at line 115 of file edca-parameter-set.cc.

References m_acVI.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetViTxopLimit()

void ns3::EdcaParameterSet::SetViTxopLimit ( uint16_t txop)

Set the AC_VI TXOP Limit field in the EdcaParameterSet information element.

Parameters
txopthe AC_VI TXOP Limit field in the EdcaParameterSet information element

Definition at line 129 of file edca-parameter-set.cc.

References m_acVI.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetVoAci()

void ns3::EdcaParameterSet::SetVoAci ( uint8_t aci)

Set the AC_VO ACI field in the EdcaParameterSet information element.

Parameters
acithe AC_VO ACI field in the EdcaParameterSet information element

Definition at line 141 of file edca-parameter-set.cc.

References m_acVO.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetVoAifsn()

void ns3::EdcaParameterSet::SetVoAifsn ( uint8_t aifsn)

Set the AC_VO AIFSN field in the EdcaParameterSet information element.

Parameters
aifsnthe AC_VO AIFSN field in the EdcaParameterSet information element

Definition at line 135 of file edca-parameter-set.cc.

References m_acVO.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetVoCWmax()

void ns3::EdcaParameterSet::SetVoCWmax ( uint32_t cwMax)

Set the AC_VO CWmax field in the EdcaParameterSet information element.

Parameters
cwMaxthe AC_VO CWmax field in the EdcaParameterSet information element

Definition at line 154 of file edca-parameter-set.cc.

References m_acVO.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetVoCWmin()

void ns3::EdcaParameterSet::SetVoCWmin ( uint32_t cwMin)

Set the AC_VO CWmin field in the EdcaParameterSet information element.

Parameters
cwMinthe AC_VO CWmin field in the EdcaParameterSet information element

Definition at line 147 of file edca-parameter-set.cc.

References m_acVO.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

◆ SetVoTxopLimit()

void ns3::EdcaParameterSet::SetVoTxopLimit ( uint16_t txop)

Set the AC_VO TXOP Limit field in the EdcaParameterSet information element.

Parameters
txopthe AC_VO TXOP Limit field in the EdcaParameterSet information element

Definition at line 161 of file edca-parameter-set.cc.

References m_acVO.

Referenced by ns3::ApWifiMac::GetEdcaParameterSet().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_acBE

◆ m_acBK

◆ m_acVI

◆ m_acVO

◆ m_qosInfo

uint8_t ns3::EdcaParameterSet::m_qosInfo
private

QOS info.

Definition at line 266 of file edca-parameter-set.h.

Referenced by DeserializeInformationField(), GetQosInfo(), and SetQosInfo().

◆ m_reserved

uint8_t ns3::EdcaParameterSet::m_reserved
private

reserved

Definition at line 267 of file edca-parameter-set.h.

Referenced by DeserializeInformationField(), and SerializeInformationField().


The documentation for this class was generated from the following files: