The EDCA Parameter SetThis class knows how to serialise and deserialise the EDCA Parameter Set. More...
#include "edca-parameter-set.h"
Public Member Functions | |
EdcaParameterSet () | |
uint8_t | DeserializeInformationField (Buffer::Iterator start, uint8_t length) |
Deserialize information (i.e., the body of the IE, not including the Element ID and length octets) More... | |
WifiInformationElementId | ElementId () const |
Own unique Element ID. More... | |
uint8_t | GetBeAci (void) const |
uint8_t | GetBeAcm (void) const |
uint8_t | GetBeAifsn (void) const |
uint8_t | GetBeCWmax (void) const |
uint8_t | GetBeCWmin (void) const |
uint16_t | GetBeTXOPLimit (void) const |
uint8_t | GetBkAci (void) const |
uint8_t | GetBkAcm (void) const |
uint8_t | GetBkAifsn (void) const |
uint8_t | GetBkCWmax (void) const |
uint8_t | GetBkCWmin (void) const |
uint16_t | GetBkTXOPLimit (void) const |
uint8_t | GetInformationFieldSize () const |
Length of serialized information (i.e., the length of the body of the IE, not including the Element ID and length octets. More... | |
uint8_t | GetQosInfo (void) const |
uint16_t | GetSerializedSize () const |
Return the serialized size of this EDCA Parameter Set. More... | |
uint8_t | GetViAci (void) const |
uint8_t | GetViAcm (void) const |
uint8_t | GetViAifsn (void) const |
uint8_t | GetViCWmax (void) const |
uint8_t | GetViCWmin (void) const |
uint16_t | GetViTXOPLimit (void) const |
uint8_t | GetVoAci (void) const |
uint8_t | GetVoAcm (void) const |
uint8_t | GetVoAifsn (void) const |
uint8_t | GetVoCWmax (void) const |
uint8_t | GetVoCWmin (void) const |
uint16_t | GetVoTXOPLimit (void) const |
Buffer::Iterator | Serialize (Buffer::Iterator start) const |
This information element is a bit special in that it is only included if the STA is a QoS STA. More... | |
void | SerializeInformationField (Buffer::Iterator start) const |
Serialize information (i.e., the body of the IE, not including the Element ID and length octets) More... | |
void | SetBeAci (uint8_t aci) |
Set the AC_BE ACI field in the EdcaParameterSet information element. More... | |
void | SetBeAcm (uint8_t acm) |
Set the AC_BE ACM field in the EdcaParameterSet information element. More... | |
void | SetBeAifsn (uint8_t aifsn) |
Set the AC_BE AIFSN field in the EdcaParameterSet information element. More... | |
void | SetBeCWmax (uint8_t cwMax) |
Set the AC_BE CWmax field in the EdcaParameterSet information element. More... | |
void | SetBeCWmin (uint8_t cwMin) |
Set the AC_BE CWmin field in the EdcaParameterSet information element. More... | |
void | SetBeTXOPLimit (uint16_t txop) |
Set the AC_BE TXOP Limit field in the EdcaParameterSet information element. More... | |
void | SetBkAci (uint8_t aci) |
Set the AC_BK ACI field in the EdcaParameterSet information element. More... | |
void | SetBkAcm (uint8_t acm) |
Set the AC_BK ACM field in the EdcaParameterSet information element. More... | |
void | SetBkAifsn (uint8_t aifsn) |
Set the AC_BK AIFSN field in the EdcaParameterSet information element. More... | |
void | SetBkCWmax (uint8_t cwMax) |
Set the AC_BK CWmax field in the EdcaParameterSet information element. More... | |
void | SetBkCWmin (uint8_t cwMin) |
Set the AC_BK CWmin field in the EdcaParameterSet information element. More... | |
void | SetBkTXOPLimit (uint16_t txop) |
Set the AC_BK TXOP Limit field in the EdcaParameterSet information element. More... | |
void | SetQosInfo (uint8_t qosInfo) |
Set the QoS Info field in the EdcaParameterSet information element. More... | |
void | SetQosSupported (uint8_t qosSupported) |
void | SetViAci (uint8_t aci) |
Set the AC_VI ACI field in the EdcaParameterSet information element. More... | |
void | SetViAcm (uint8_t acm) |
Set the AC_VI ACM field in the EdcaParameterSet information element. More... | |
void | SetViAifsn (uint8_t aifsn) |
Set the AC_VI AIFSN field in the EdcaParameterSet information element. More... | |
void | SetViCWmax (uint8_t cwMax) |
Set the AC_VI CWmax field in the EdcaParameterSet information element. More... | |
void | SetViCWmin (uint8_t cwMin) |
Set the AC_VI CWmin field in the EdcaParameterSet information element. More... | |
void | SetViTXOPLimit (uint16_t txop) |
Set the AC_VI TXOP Limit field in the EdcaParameterSet information element. More... | |
void | SetVoAci (uint8_t aci) |
Set the AC_VO ACI field in the EdcaParameterSet information element. More... | |
void | SetVoAcm (uint8_t acm) |
Set the AC_VO ACM field in the EdcaParameterSet information element. More... | |
void | SetVoAifsn (uint8_t aifsn) |
Set the AC_VO AIFSN field in the EdcaParameterSet information element. More... | |
void | SetVoCWmax (uint8_t cwMax) |
Set the AC_VO CWmax field in the EdcaParameterSet information element. More... | |
void | SetVoCWmin (uint8_t cwMin) |
Set the AC_VO CWmin field in the EdcaParameterSet information element. More... | |
void | SetVoTXOPLimit (uint16_t txop) |
Set the AC_VO TXOP Limit field in the EdcaParameterSet information element. More... | |
![]() | |
virtual | ~WifiInformationElement () |
Buffer::Iterator | Deserialize (Buffer::Iterator i) |
Deserialize entire IE, which must be present. More... | |
Buffer::Iterator | DeserializeIfPresent (Buffer::Iterator i) |
Deserialize entire IE if it is present. More... | |
uint16_t | GetSerializedSize () const |
Get the size of the serialized IE including Element ID and length fields. More... | |
virtual bool | operator< (WifiInformationElement const &a) const |
Compare information elements using Element ID. More... | |
virtual bool | operator== (WifiInformationElement const &a) const |
Compare two IEs for equality by ID & Length, and then through memcmp of serialised version. More... | |
virtual void | Print (std::ostream &os) const |
Generate human-readable form of IE. More... | |
Buffer::Iterator | Serialize (Buffer::Iterator i) const |
Serialize entire IE including Element ID and length fields. More... | |
![]() | |
SimpleRefCount () | |
Constructor. More... | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment. More... | |
void | Ref (void) const |
Increment the reference count. More... | |
void | Unref (void) const |
Decrement the reference count. More... | |
Private Attributes | |
uint32_t | m_acBE |
uint32_t | m_acBK |
uint32_t | m_acVI |
uint32_t | m_acVO |
uint8_t | m_qosInfo |
bool | m_qosSupported |
uint8_t | m_reserved |
Additional Inherited Members | |
![]() | |
static void | Cleanup (void) |
Noop. More... | |
The EDCA Parameter Set
This class knows how to serialise and deserialise the EDCA Parameter Set.
Definition at line 37 of file edca-parameter-set.h.
ns3::EdcaParameterSet::EdcaParameterSet | ( | ) |
Definition at line 30 of file edca-parameter-set.cc.
|
virtual |
Deserialize information (i.e., the body of the IE, not including the Element ID and length octets)
start | an iterator which points to where the information should be written. |
length |
Implements ns3::WifiInformationElement.
Definition at line 411 of file edca-parameter-set.cc.
References m_acBE, m_acBK, m_acVI, m_acVO, m_qosInfo, m_reserved, ns3::Buffer::Iterator::ReadU32(), ns3::Buffer::Iterator::ReadU8(), and visualizer.core::start().
|
virtual |
Own unique Element ID.
Implements ns3::WifiInformationElement.
Definition at line 42 of file edca-parameter-set.cc.
References IE_EDCA_PARAMETER_SET.
uint8_t ns3::EdcaParameterSet::GetBeAci | ( | void | ) | const |
Definition at line 230 of file edca-parameter-set.cc.
References m_acBE.
uint8_t ns3::EdcaParameterSet::GetBeAcm | ( | void | ) | const |
Definition at line 224 of file edca-parameter-set.cc.
References m_acBE.
uint8_t ns3::EdcaParameterSet::GetBeAifsn | ( | void | ) | const |
Definition at line 218 of file edca-parameter-set.cc.
References m_acBE.
Referenced by ns3::StaWifiMac::Receive().
uint8_t ns3::EdcaParameterSet::GetBeCWmax | ( | void | ) | const |
Definition at line 243 of file edca-parameter-set.cc.
References m_acBE.
Referenced by ns3::StaWifiMac::Receive().
uint8_t ns3::EdcaParameterSet::GetBeCWmin | ( | void | ) | const |
Definition at line 236 of file edca-parameter-set.cc.
References m_acBE.
Referenced by ns3::StaWifiMac::Receive().
uint16_t ns3::EdcaParameterSet::GetBeTXOPLimit | ( | void | ) | const |
Definition at line 250 of file edca-parameter-set.cc.
References m_acBE.
Referenced by ns3::StaWifiMac::Receive().
uint8_t ns3::EdcaParameterSet::GetBkAci | ( | void | ) | const |
Definition at line 268 of file edca-parameter-set.cc.
References m_acBK.
uint8_t ns3::EdcaParameterSet::GetBkAcm | ( | void | ) | const |
Definition at line 262 of file edca-parameter-set.cc.
References m_acBK.
uint8_t ns3::EdcaParameterSet::GetBkAifsn | ( | void | ) | const |
Definition at line 256 of file edca-parameter-set.cc.
References m_acBK.
Referenced by ns3::StaWifiMac::Receive().
uint8_t ns3::EdcaParameterSet::GetBkCWmax | ( | void | ) | const |
Definition at line 281 of file edca-parameter-set.cc.
References m_acBK.
Referenced by ns3::StaWifiMac::Receive().
uint8_t ns3::EdcaParameterSet::GetBkCWmin | ( | void | ) | const |
Definition at line 274 of file edca-parameter-set.cc.
References m_acBK.
Referenced by ns3::StaWifiMac::Receive().
uint16_t ns3::EdcaParameterSet::GetBkTXOPLimit | ( | void | ) | const |
Definition at line 288 of file edca-parameter-set.cc.
References m_acBK.
Referenced by ns3::StaWifiMac::Receive().
|
virtual |
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)
Implements ns3::WifiInformationElement.
Definition at line 370 of file edca-parameter-set.cc.
References m_qosSupported, and NS_ASSERT.
uint8_t ns3::EdcaParameterSet::GetQosInfo | ( | void | ) | const |
Definition at line 212 of file edca-parameter-set.cc.
References m_qosInfo.
uint16_t ns3::EdcaParameterSet::GetSerializedSize | ( | void | ) | const |
Return the serialized size of this EDCA Parameter Set.
Definition at line 387 of file edca-parameter-set.cc.
References ns3::WifiInformationElement::GetSerializedSize(), and m_qosSupported.
Referenced by ns3::MgtAssocResponseHeader::GetSerializedSize(), and ns3::MgtProbeResponseHeader::GetSerializedSize().
uint8_t ns3::EdcaParameterSet::GetViAci | ( | void | ) | const |
Definition at line 306 of file edca-parameter-set.cc.
References m_acVI.
uint8_t ns3::EdcaParameterSet::GetViAcm | ( | void | ) | const |
Definition at line 300 of file edca-parameter-set.cc.
References m_acVI.
uint8_t ns3::EdcaParameterSet::GetViAifsn | ( | void | ) | const |
Definition at line 294 of file edca-parameter-set.cc.
References m_acVI.
Referenced by ns3::StaWifiMac::Receive().
uint8_t ns3::EdcaParameterSet::GetViCWmax | ( | void | ) | const |
Definition at line 319 of file edca-parameter-set.cc.
References m_acVI.
Referenced by ns3::StaWifiMac::Receive().
uint8_t ns3::EdcaParameterSet::GetViCWmin | ( | void | ) | const |
Definition at line 312 of file edca-parameter-set.cc.
References m_acVI.
Referenced by ns3::StaWifiMac::Receive().
uint16_t ns3::EdcaParameterSet::GetViTXOPLimit | ( | void | ) | const |
Definition at line 326 of file edca-parameter-set.cc.
References m_acVI.
Referenced by ns3::StaWifiMac::Receive().
uint8_t ns3::EdcaParameterSet::GetVoAci | ( | void | ) | const |
Definition at line 344 of file edca-parameter-set.cc.
References m_acVO.
uint8_t ns3::EdcaParameterSet::GetVoAcm | ( | void | ) | const |
Definition at line 338 of file edca-parameter-set.cc.
References m_acVO.
uint8_t ns3::EdcaParameterSet::GetVoAifsn | ( | void | ) | const |
Definition at line 332 of file edca-parameter-set.cc.
References m_acVO.
Referenced by ns3::StaWifiMac::Receive().
uint8_t ns3::EdcaParameterSet::GetVoCWmax | ( | void | ) | const |
Definition at line 357 of file edca-parameter-set.cc.
References m_acVO.
Referenced by ns3::StaWifiMac::Receive().
uint8_t ns3::EdcaParameterSet::GetVoCWmin | ( | void | ) | const |
Definition at line 350 of file edca-parameter-set.cc.
References m_acVO.
Referenced by ns3::StaWifiMac::Receive().
uint16_t ns3::EdcaParameterSet::GetVoTXOPLimit | ( | void | ) | const |
Definition at line 364 of file edca-parameter-set.cc.
References m_acVO.
Referenced by ns3::StaWifiMac::Receive().
Buffer::Iterator ns3::EdcaParameterSet::Serialize | ( | Buffer::Iterator | start | ) | const |
This information element is a bit special in that it is only included if the STA is a QoS STA.
To support this we override the Serialize and GetSerializedSize methods of WifiInformationElement.
start |
Definition at line 377 of file edca-parameter-set.cc.
References m_qosSupported, and ns3::WifiInformationElement::Serialize().
Referenced by ns3::MgtAssocResponseHeader::Serialize(), and ns3::MgtProbeResponseHeader::Serialize().
|
virtual |
Serialize information (i.e., the body of the IE, not including the Element ID and length octets)
start | an iterator which points to where the information should be written. |
Implements ns3::WifiInformationElement.
Definition at line 397 of file edca-parameter-set.cc.
References m_acBE, m_acBK, m_acVI, m_acVO, m_qosInfo, m_qosSupported, m_reserved, ns3::Buffer::Iterator::WriteU32(), and ns3::Buffer::Iterator::WriteU8().
void ns3::EdcaParameterSet::SetBeAci | ( | uint8_t | aci | ) |
Set the AC_BE ACI field in the EdcaParameterSet information element.
aifsn | the AC_BE ACI field in the EdcaParameterSet information element |
Definition at line 72 of file edca-parameter-set.cc.
References m_acBE.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetBeAcm | ( | uint8_t | acm | ) |
Set the AC_BE ACM field in the EdcaParameterSet information element.
aifsn | the AC_BE ACM field in the EdcaParameterSet information element |
Definition at line 66 of file edca-parameter-set.cc.
References m_acBE.
void ns3::EdcaParameterSet::SetBeAifsn | ( | uint8_t | aifsn | ) |
Set the AC_BE AIFSN field in the EdcaParameterSet information element.
aifsn | the AC_BE AIFSN field in the EdcaParameterSet information element |
Definition at line 60 of file edca-parameter-set.cc.
References m_acBE.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetBeCWmax | ( | uint8_t | cwMax | ) |
Set the AC_BE CWmax field in the EdcaParameterSet information element.
aifsn | the AC_BE CWmax field in the EdcaParameterSet information element |
Definition at line 85 of file edca-parameter-set.cc.
References m_acBE.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetBeCWmin | ( | uint8_t | cwMin | ) |
Set the AC_BE CWmin field in the EdcaParameterSet information element.
aifsn | the AC_BE CWmin field in the EdcaParameterSet information element |
Definition at line 78 of file edca-parameter-set.cc.
References m_acBE.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetBeTXOPLimit | ( | uint16_t | txop | ) |
Set the AC_BE TXOP Limit field in the EdcaParameterSet information element.
aifsn | the AC_BE TXOP Limit field in the EdcaParameterSet information element |
Definition at line 92 of file edca-parameter-set.cc.
References m_acBE.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetBkAci | ( | uint8_t | aci | ) |
Set the AC_BK ACI field in the EdcaParameterSet information element.
aifsn | the AC_BK ACI field in the EdcaParameterSet information element |
Definition at line 110 of file edca-parameter-set.cc.
References m_acBK.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetBkAcm | ( | uint8_t | acm | ) |
Set the AC_BK ACM field in the EdcaParameterSet information element.
aifsn | the AC_BK ACM field in the EdcaParameterSet information element |
Definition at line 104 of file edca-parameter-set.cc.
References m_acBK.
void ns3::EdcaParameterSet::SetBkAifsn | ( | uint8_t | aifsn | ) |
Set the AC_BK AIFSN field in the EdcaParameterSet information element.
aifsn | the AC_BB AIFSN field in the EdcaParameterSet information element |
Definition at line 98 of file edca-parameter-set.cc.
References m_acBK.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetBkCWmax | ( | uint8_t | cwMax | ) |
Set the AC_BK CWmax field in the EdcaParameterSet information element.
aifsn | the AC_BK CWmax field in the EdcaParameterSet information element |
Definition at line 123 of file edca-parameter-set.cc.
References m_acBK.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetBkCWmin | ( | uint8_t | cwMin | ) |
Set the AC_BK CWmin field in the EdcaParameterSet information element.
aifsn | the AC_BK CWmin field in the EdcaParameterSet information element |
Definition at line 116 of file edca-parameter-set.cc.
References m_acBK.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetBkTXOPLimit | ( | uint16_t | txop | ) |
Set the AC_BK TXOP Limit field in the EdcaParameterSet information element.
aifsn | the AC_BK TXOP Limit field in the EdcaParameterSet information element |
Definition at line 130 of file edca-parameter-set.cc.
References m_acBK.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetQosInfo | ( | uint8_t | qosInfo | ) |
Set the QoS Info field in the EdcaParameterSet information element.
qosInfo | the QoS Info field in the EdcaParameterSet information element |
Definition at line 54 of file edca-parameter-set.cc.
References m_qosInfo.
void ns3::EdcaParameterSet::SetQosSupported | ( | uint8_t | qosSupported | ) |
Definition at line 48 of file edca-parameter-set.cc.
References m_qosSupported.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetViAci | ( | uint8_t | aci | ) |
Set the AC_VI ACI field in the EdcaParameterSet information element.
aifsn | the AC_VI ACI field in the EdcaParameterSet information element |
Definition at line 148 of file edca-parameter-set.cc.
References m_acVI.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetViAcm | ( | uint8_t | acm | ) |
Set the AC_VI ACM field in the EdcaParameterSet information element.
aifsn | the AC_VI ACM field in the EdcaParameterSet information element |
Definition at line 142 of file edca-parameter-set.cc.
References m_acVI.
void ns3::EdcaParameterSet::SetViAifsn | ( | uint8_t | aifsn | ) |
Set the AC_VI AIFSN field in the EdcaParameterSet information element.
aifsn | the AC_VI AIFSN field in the EdcaParameterSet information element |
Definition at line 136 of file edca-parameter-set.cc.
References m_acVI.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetViCWmax | ( | uint8_t | cwMax | ) |
Set the AC_VI CWmax field in the EdcaParameterSet information element.
aifsn | the AC_VI CWmax field in the EdcaParameterSet information element |
Definition at line 161 of file edca-parameter-set.cc.
References m_acVI.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetViCWmin | ( | uint8_t | cwMin | ) |
Set the AC_VI CWmin field in the EdcaParameterSet information element.
aifsn | the AC_VI CWmin field in the EdcaParameterSet information element |
Definition at line 154 of file edca-parameter-set.cc.
References m_acVI.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetViTXOPLimit | ( | uint16_t | txop | ) |
Set the AC_VI TXOP Limit field in the EdcaParameterSet information element.
aifsn | the AC_VI TXOP Limit field in the EdcaParameterSet information element |
Definition at line 168 of file edca-parameter-set.cc.
References m_acVI.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetVoAci | ( | uint8_t | aci | ) |
Set the AC_VO ACI field in the EdcaParameterSet information element.
aifsn | the AC_VO ACI field in the EdcaParameterSet information element |
Definition at line 186 of file edca-parameter-set.cc.
References m_acVO.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetVoAcm | ( | uint8_t | acm | ) |
Set the AC_VO ACM field in the EdcaParameterSet information element.
aifsn | the AC_VO ACM field in the EdcaParameterSet information element |
Definition at line 180 of file edca-parameter-set.cc.
References m_acVO.
void ns3::EdcaParameterSet::SetVoAifsn | ( | uint8_t | aifsn | ) |
Set the AC_VO AIFSN field in the EdcaParameterSet information element.
aifsn | the AC_VO AIFSN field in the EdcaParameterSet information element |
Definition at line 174 of file edca-parameter-set.cc.
References m_acVO.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetVoCWmax | ( | uint8_t | cwMax | ) |
Set the AC_VO CWmax field in the EdcaParameterSet information element.
aifsn | the AC_VO CWmax field in the EdcaParameterSet information element |
Definition at line 199 of file edca-parameter-set.cc.
References m_acVO.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetVoCWmin | ( | uint8_t | cwMin | ) |
Set the AC_VO CWmin field in the EdcaParameterSet information element.
aifsn | the AC_VO CWmin field in the EdcaParameterSet information element |
Definition at line 192 of file edca-parameter-set.cc.
References m_acVO.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
void ns3::EdcaParameterSet::SetVoTXOPLimit | ( | uint16_t | txop | ) |
Set the AC_VO TXOP Limit field in the EdcaParameterSet information element.
aifsn | the AC_VO TXOP Limit field in the EdcaParameterSet information element |
Definition at line 206 of file edca-parameter-set.cc.
References m_acVO.
Referenced by ns3::ApWifiMac::GetEdcaParameterSet().
|
private |
Definition at line 371 of file edca-parameter-set.h.
Referenced by DeserializeInformationField(), GetBeAci(), GetBeAcm(), GetBeAifsn(), GetBeCWmax(), GetBeCWmin(), GetBeTXOPLimit(), SerializeInformationField(), SetBeAci(), SetBeAcm(), SetBeAifsn(), SetBeCWmax(), SetBeCWmin(), and SetBeTXOPLimit().
|
private |
Definition at line 372 of file edca-parameter-set.h.
Referenced by DeserializeInformationField(), GetBkAci(), GetBkAcm(), GetBkAifsn(), GetBkCWmax(), GetBkCWmin(), GetBkTXOPLimit(), SerializeInformationField(), SetBkAci(), SetBkAcm(), SetBkAifsn(), SetBkCWmax(), SetBkCWmin(), and SetBkTXOPLimit().
|
private |
Definition at line 373 of file edca-parameter-set.h.
Referenced by DeserializeInformationField(), GetViAci(), GetViAcm(), GetViAifsn(), GetViCWmax(), GetViCWmin(), GetViTXOPLimit(), SerializeInformationField(), SetViAci(), SetViAcm(), SetViAifsn(), SetViCWmax(), SetViCWmin(), and SetViTXOPLimit().
|
private |
Definition at line 374 of file edca-parameter-set.h.
Referenced by DeserializeInformationField(), GetVoAci(), GetVoAcm(), GetVoAifsn(), GetVoCWmax(), GetVoCWmin(), GetVoTXOPLimit(), SerializeInformationField(), SetVoAci(), SetVoAcm(), SetVoAifsn(), SetVoCWmax(), SetVoCWmin(), and SetVoTXOPLimit().
|
private |
Definition at line 369 of file edca-parameter-set.h.
Referenced by DeserializeInformationField(), GetQosInfo(), SerializeInformationField(), and SetQosInfo().
|
private |
Definition at line 377 of file edca-parameter-set.h.
Referenced by GetInformationFieldSize(), GetSerializedSize(), Serialize(), SerializeInformationField(), and SetQosSupported().
|
private |
Definition at line 370 of file edca-parameter-set.h.
Referenced by DeserializeInformationField(), and SerializeInformationField().