The HT Operations Information ElementThis class knows how to serialise and deserialise the HT Operations Information Element. More...
#include "ht-operations.h"
Public Member Functions | |
HtOperations () | |
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... | |
uint64_t | GetBasicMcsSet1 (void) const |
uint64_t | GetBasicMcsSet2 (void) const |
uint8_t | GetDualBeacon (void) const |
uint8_t | GetDualCtsProtection (void) const |
uint8_t | GetHtProtection (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 | GetInformationSubset1 (void) const |
uint16_t | GetInformationSubset2 (void) const |
uint16_t | GetInformationSubset3 (void) const |
uint8_t | GetLSigTxopProtectionFullSupport (void) const |
uint8_t | GetNonGfHtStasPresent (void) const |
uint8_t | GetObssNonHtStasPresent (void) const |
uint8_t | GetPcoActive (void) const |
uint8_t | GetPhase (void) const |
uint8_t | GetPrimaryChannel (void) const |
uint8_t | GetRifsMode (void) const |
uint16_t | GetRxHighestSupportedDataRate (void) const |
uint8_t | GetSecondaryChannelOffset (void) const |
uint16_t | GetSerializedSize () const |
Return the serialized size of this HT Operations IE. More... | |
uint8_t | GetStaChannelWidth (void) const |
uint8_t | GetStbcBeacon (void) const |
uint8_t | GetTxMaxNSpatialStreams (void) const |
uint8_t | GetTxMcsSetDefined (void) const |
uint8_t | GetTxRxMcsSetUnequal (void) const |
uint8_t | GetTxUnequalModulation (void) const |
bool | IsSupportedMcs (uint8_t mcs) |
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 HT 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 | SetBasicMcsSet (uint64_t ctrl1, uint64_t ctrl2) |
Set the Basic MCS Set field in the HT Operations information element. More... | |
void | SetDualBeacon (uint8_t dualbeacon) |
void | SetDualCtsProtection (uint8_t dualctsprotection) |
void | SetHtProtection (uint8_t htprotection) |
void | SetHtSupported (uint8_t htsupported) |
void | SetInformationSubset1 (uint8_t ctrl) |
Set the Information Subset 1 field in the HT Operations information element. More... | |
void | SetInformationSubset2 (uint16_t ctrl) |
Set the Information Subset 2 field in the HT Operations information element. More... | |
void | SetInformationSubset3 (uint16_t ctrl) |
Set the Information Subset 3 field in the HT Operations information element. More... | |
void | SetLSigTxopProtectionFullSupport (uint8_t lsigtxopprotectionfullsupport) |
void | SetNonGfHtStasPresent (uint8_t nongfhtstaspresent) |
void | SetObssNonHtStasPresent (uint8_t obssnonhtstaspresent) |
void | SetPcoActive (uint8_t pcoactive) |
void | SetPhase (uint8_t pcophase) |
void | SetPrimaryChannel (uint8_t ctrl) |
Set the Primary Channel field in the HT Operations information element. More... | |
void | SetRifsMode (uint8_t rifsmode) |
void | SetRxHighestSupportedDataRate (uint16_t maxsupportedrate) |
void | SetRxMcsBitmask (uint8_t index) |
void | SetSecondaryChannelOffset (uint8_t secondarychanneloffset) |
void | SetStaChannelWidth (uint8_t stachannelwidth) |
void | SetStbcBeacon (uint8_t stbcbeacon) |
void | SetTxMaxNSpatialStreams (uint8_t maxtxspatialstreams) |
void | SetTxMcsSetDefined (uint8_t txmcssetdefined) |
void | SetTxRxMcsSetUnequal (uint8_t txrxmcssetunequal) |
void | SetTxUnequalModulation (uint8_t txunequalmodulation) |
![]() | |
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 | |
uint8_t | m_dualBeacon |
uint8_t | m_dualCtsProtection |
uint8_t | m_htProtection |
uint8_t | m_htSupported |
uint8_t | m_lSigTxopProtectionFullSupport |
uint8_t | m_nonGfHtStasPresent |
uint8_t | m_obssNonHtStasPresent |
uint8_t | m_pcoActive |
uint8_t | m_pcoPhase |
uint8_t | m_primaryChannel |
uint8_t | m_reservedInformationSubset1 |
uint8_t | m_reservedInformationSubset2_1 |
uint8_t | m_reservedInformationSubset2_2 |
uint8_t | m_reservedInformationSubset3_1 |
uint8_t | m_reservedInformationSubset3_2 |
uint8_t | m_reservedMcsSet1 |
uint8_t | m_reservedMcsSet2 |
uint32_t | m_reservedMcsSet3 |
uint8_t | m_rifsMode |
uint16_t | m_rxHighestSupportedDataRate |
uint8_t | m_rxMcsBitmask [MAX_SUPPORTED_MCS] |
uint8_t | m_secondaryChannelOffset |
uint8_t | m_staChannelWidth |
uint8_t | m_stbcBeacon |
uint8_t | m_txMaxNSpatialStreams |
uint8_t | m_txMcsSetDefined |
uint8_t | m_txRxMcsSetUnequal |
uint8_t | m_txUnequalModulation |
Additional Inherited Members | |
![]() | |
static void | Cleanup (void) |
Noop. More... | |
The HT Operations Information Element
This class knows how to serialise and deserialise the HT Operations Information Element.
Definition at line 54 of file ht-operations.h.
ns3::HtOperations::HtOperations | ( | ) |
Definition at line 29 of file ht-operations.cc.
References m_rxMcsBitmask, and MAX_SUPPORTED_MCS.
|
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 478 of file ht-operations.cc.
References ns3::Buffer::Iterator::ReadLsbtohU64(), ns3::Buffer::Iterator::ReadU16(), ns3::Buffer::Iterator::ReadU8(), SetBasicMcsSet(), SetInformationSubset1(), SetInformationSubset2(), SetInformationSubset3(), SetPrimaryChannel(), and visualizer.core::start().
|
virtual |
Own unique Element ID.
Implements ns3::WifiInformationElement.
Definition at line 65 of file ht-operations.cc.
References IE_HT_OPERATIONS.
uint64_t ns3::HtOperations::GetBasicMcsSet1 | ( | void | ) | const |
Definition at line 431 of file ht-operations.cc.
References m_rxMcsBitmask.
Referenced by SerializeInformationField().
uint64_t ns3::HtOperations::GetBasicMcsSet2 | ( | void | ) | const |
Definition at line 443 of file ht-operations.cc.
References m_reservedMcsSet1, m_reservedMcsSet2, m_reservedMcsSet3, m_rxHighestSupportedDataRate, m_rxMcsBitmask, m_txMaxNSpatialStreams, m_txMcsSetDefined, m_txRxMcsSetUnequal, and m_txUnequalModulation.
Referenced by SerializeInformationField().
uint8_t ns3::HtOperations::GetDualBeacon | ( | void | ) | const |
Definition at line 241 of file ht-operations.cc.
References m_dualBeacon.
uint8_t ns3::HtOperations::GetDualCtsProtection | ( | void | ) | const |
Definition at line 247 of file ht-operations.cc.
References m_dualCtsProtection.
Referenced by ns3::operator<<().
uint8_t ns3::HtOperations::GetHtProtection | ( | void | ) | const |
Definition at line 223 of file ht-operations.cc.
References m_htProtection.
|
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 77 of file ht-operations.cc.
References m_htSupported, and NS_ASSERT.
uint8_t ns3::HtOperations::GetInformationSubset1 | ( | void | ) | const |
Definition at line 337 of file ht-operations.cc.
References m_reservedInformationSubset1, m_rifsMode, m_secondaryChannelOffset, and m_staChannelWidth.
Referenced by SerializeInformationField().
uint16_t ns3::HtOperations::GetInformationSubset2 | ( | void | ) | const |
Definition at line 357 of file ht-operations.cc.
References m_htProtection, m_nonGfHtStasPresent, m_obssNonHtStasPresent, and m_reservedInformationSubset2_1.
Referenced by SerializeInformationField().
uint16_t ns3::HtOperations::GetInformationSubset3 | ( | void | ) | const |
Definition at line 379 of file ht-operations.cc.
References m_dualBeacon, m_dualCtsProtection, m_lSigTxopProtectionFullSupport, m_pcoActive, m_pcoPhase, m_reservedInformationSubset3_1, m_reservedInformationSubset3_2, and m_stbcBeacon.
Referenced by SerializeInformationField().
uint8_t ns3::HtOperations::GetLSigTxopProtectionFullSupport | ( | void | ) | const |
Definition at line 259 of file ht-operations.cc.
References m_lSigTxopProtectionFullSupport.
uint8_t ns3::HtOperations::GetNonGfHtStasPresent | ( | void | ) | const |
Definition at line 229 of file ht-operations.cc.
References m_nonGfHtStasPresent.
uint8_t ns3::HtOperations::GetObssNonHtStasPresent | ( | void | ) | const |
Definition at line 235 of file ht-operations.cc.
References m_obssNonHtStasPresent.
uint8_t ns3::HtOperations::GetPcoActive | ( | void | ) | const |
Definition at line 265 of file ht-operations.cc.
References m_pcoActive.
uint8_t ns3::HtOperations::GetPhase | ( | void | ) | const |
Definition at line 271 of file ht-operations.cc.
References m_pcoPhase.
uint8_t ns3::HtOperations::GetPrimaryChannel | ( | void | ) | const |
Definition at line 199 of file ht-operations.cc.
References m_primaryChannel.
Referenced by SerializeInformationField().
uint8_t ns3::HtOperations::GetRifsMode | ( | void | ) | const |
Definition at line 217 of file ht-operations.cc.
References m_rifsMode.
Referenced by ns3::operator<<().
uint16_t ns3::HtOperations::GetRxHighestSupportedDataRate | ( | void | ) | const |
Definition at line 287 of file ht-operations.cc.
References m_rxHighestSupportedDataRate.
uint8_t ns3::HtOperations::GetSecondaryChannelOffset | ( | void | ) | const |
Definition at line 205 of file ht-operations.cc.
References m_secondaryChannelOffset.
uint16_t ns3::HtOperations::GetSerializedSize | ( | void | ) | const |
Return the serialized size of this HT Operations IE.
Definition at line 327 of file ht-operations.cc.
References ns3::WifiInformationElement::GetSerializedSize(), and m_htSupported.
Referenced by ns3::MgtAssocResponseHeader::GetSerializedSize(), and ns3::MgtProbeResponseHeader::GetSerializedSize().
uint8_t ns3::HtOperations::GetStaChannelWidth | ( | void | ) | const |
Definition at line 211 of file ht-operations.cc.
References m_staChannelWidth.
Referenced by ns3::operator<<().
uint8_t ns3::HtOperations::GetStbcBeacon | ( | void | ) | const |
Definition at line 253 of file ht-operations.cc.
References m_stbcBeacon.
uint8_t ns3::HtOperations::GetTxMaxNSpatialStreams | ( | void | ) | const |
Definition at line 305 of file ht-operations.cc.
References m_txMaxNSpatialStreams.
uint8_t ns3::HtOperations::GetTxMcsSetDefined | ( | void | ) | const |
Definition at line 293 of file ht-operations.cc.
References m_txMcsSetDefined.
uint8_t ns3::HtOperations::GetTxRxMcsSetUnequal | ( | void | ) | const |
Definition at line 299 of file ht-operations.cc.
References m_txRxMcsSetUnequal.
uint8_t ns3::HtOperations::GetTxUnequalModulation | ( | void | ) | const |
Definition at line 311 of file ht-operations.cc.
References m_txUnequalModulation.
bool ns3::HtOperations::IsSupportedMcs | ( | uint8_t | mcs | ) |
Definition at line 277 of file ht-operations.cc.
References m_rxMcsBitmask.
Buffer::Iterator ns3::HtOperations::Serialize | ( | Buffer::Iterator | start | ) | const |
This information element is a bit special in that it is only included if the STA is an HT STA.
To support this we override the Serialize and GetSerializedSize methods of WifiInformationElement.
start |
Definition at line 317 of file ht-operations.cc.
References m_htSupported, 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 463 of file ht-operations.cc.
References GetBasicMcsSet1(), GetBasicMcsSet2(), GetInformationSubset1(), GetInformationSubset2(), GetInformationSubset3(), GetPrimaryChannel(), m_htSupported, ns3::Buffer::Iterator::WriteHtolsbU64(), ns3::Buffer::Iterator::WriteU16(), and ns3::Buffer::Iterator::WriteU8().
void ns3::HtOperations::SetBasicMcsSet | ( | uint64_t | ctrl1, |
uint64_t | ctrl2 | ||
) |
Set the Basic MCS Set field in the HT Operations information element.
ctrl1 | the first 64 bytes of the Basic MCS Set field in the HT Operations information element |
ctrl2 | the last 64 bytes of the Basic MCS Set field in the HT Operations information element |
Definition at line 407 of file ht-operations.cc.
References m_reservedMcsSet1, m_reservedMcsSet2, m_reservedMcsSet3, m_rxHighestSupportedDataRate, m_rxMcsBitmask, m_txMaxNSpatialStreams, m_txMcsSetDefined, m_txRxMcsSetUnequal, and m_txUnequalModulation.
Referenced by DeserializeInformationField().
void ns3::HtOperations::SetDualBeacon | ( | uint8_t | dualbeacon | ) |
Definition at line 127 of file ht-operations.cc.
References m_dualBeacon.
void ns3::HtOperations::SetDualCtsProtection | ( | uint8_t | dualctsprotection | ) |
Definition at line 133 of file ht-operations.cc.
References m_dualCtsProtection.
Referenced by ns3::operator>>().
void ns3::HtOperations::SetHtProtection | ( | uint8_t | htprotection | ) |
Definition at line 109 of file ht-operations.cc.
References m_htProtection.
Referenced by ns3::ApWifiMac::GetHtOperations().
void ns3::HtOperations::SetHtSupported | ( | uint8_t | htsupported | ) |
Definition at line 71 of file ht-operations.cc.
References m_htSupported.
Referenced by ns3::ApWifiMac::GetHtOperations().
void ns3::HtOperations::SetInformationSubset1 | ( | uint8_t | ctrl | ) |
Set the Information Subset 1 field in the HT Operations information element.
ctrl | the Information Subset 1 field in the HT Operations information element |
Definition at line 348 of file ht-operations.cc.
References m_reservedInformationSubset1, m_rifsMode, m_secondaryChannelOffset, and m_staChannelWidth.
Referenced by DeserializeInformationField().
void ns3::HtOperations::SetInformationSubset2 | ( | uint16_t | ctrl | ) |
Set the Information Subset 2 field in the HT Operations information element.
ctrl | the Information Subset 2 field in the HT Operations information element |
Definition at line 369 of file ht-operations.cc.
References m_htProtection, m_nonGfHtStasPresent, m_obssNonHtStasPresent, and m_reservedInformationSubset2_1.
Referenced by DeserializeInformationField().
void ns3::HtOperations::SetInformationSubset3 | ( | uint16_t | ctrl | ) |
Set the Information Subset 3 field in the HT Operations information element.
ctrl | the Information Subset 3 field in the HT Operations information element |
Definition at line 394 of file ht-operations.cc.
References m_dualBeacon, m_dualCtsProtection, m_lSigTxopProtectionFullSupport, m_pcoActive, m_pcoPhase, m_reservedInformationSubset3_1, m_reservedInformationSubset3_2, and m_stbcBeacon.
Referenced by DeserializeInformationField().
void ns3::HtOperations::SetLSigTxopProtectionFullSupport | ( | uint8_t | lsigtxopprotectionfullsupport | ) |
Definition at line 145 of file ht-operations.cc.
References m_lSigTxopProtectionFullSupport.
void ns3::HtOperations::SetNonGfHtStasPresent | ( | uint8_t | nongfhtstaspresent | ) |
Definition at line 115 of file ht-operations.cc.
References m_nonGfHtStasPresent.
void ns3::HtOperations::SetObssNonHtStasPresent | ( | uint8_t | obssnonhtstaspresent | ) |
Definition at line 121 of file ht-operations.cc.
References m_obssNonHtStasPresent.
void ns3::HtOperations::SetPcoActive | ( | uint8_t | pcoactive | ) |
Definition at line 151 of file ht-operations.cc.
References m_pcoActive.
void ns3::HtOperations::SetPhase | ( | uint8_t | pcophase | ) |
Definition at line 157 of file ht-operations.cc.
References m_pcoPhase.
void ns3::HtOperations::SetPrimaryChannel | ( | uint8_t | ctrl | ) |
Set the Primary Channel field in the HT Operations information element.
ctrl | the Primary Channel field in the HT Operations information element |
Definition at line 85 of file ht-operations.cc.
References m_primaryChannel.
Referenced by DeserializeInformationField().
void ns3::HtOperations::SetRifsMode | ( | uint8_t | rifsmode | ) |
Definition at line 103 of file ht-operations.cc.
References m_rifsMode.
Referenced by ns3::operator>>().
void ns3::HtOperations::SetRxHighestSupportedDataRate | ( | uint16_t | maxsupportedrate | ) |
Definition at line 169 of file ht-operations.cc.
References m_rxHighestSupportedDataRate.
void ns3::HtOperations::SetRxMcsBitmask | ( | uint8_t | index | ) |
Definition at line 163 of file ht-operations.cc.
References m_rxMcsBitmask.
void ns3::HtOperations::SetSecondaryChannelOffset | ( | uint8_t | secondarychanneloffset | ) |
Definition at line 91 of file ht-operations.cc.
References m_secondaryChannelOffset.
void ns3::HtOperations::SetStaChannelWidth | ( | uint8_t | stachannelwidth | ) |
Definition at line 97 of file ht-operations.cc.
References m_staChannelWidth.
Referenced by ns3::operator>>().
void ns3::HtOperations::SetStbcBeacon | ( | uint8_t | stbcbeacon | ) |
Definition at line 139 of file ht-operations.cc.
References m_stbcBeacon.
void ns3::HtOperations::SetTxMaxNSpatialStreams | ( | uint8_t | maxtxspatialstreams | ) |
Definition at line 187 of file ht-operations.cc.
References m_txMaxNSpatialStreams.
void ns3::HtOperations::SetTxMcsSetDefined | ( | uint8_t | txmcssetdefined | ) |
Definition at line 175 of file ht-operations.cc.
References m_txMcsSetDefined.
void ns3::HtOperations::SetTxRxMcsSetUnequal | ( | uint8_t | txrxmcssetunequal | ) |
Definition at line 181 of file ht-operations.cc.
References m_txRxMcsSetUnequal.
void ns3::HtOperations::SetTxUnequalModulation | ( | uint8_t | txunequalmodulation | ) |
Definition at line 193 of file ht-operations.cc.
References m_txUnequalModulation.
|
private |
Definition at line 215 of file ht-operations.h.
Referenced by GetDualBeacon(), GetInformationSubset3(), SetDualBeacon(), and SetInformationSubset3().
|
private |
Definition at line 216 of file ht-operations.h.
Referenced by GetDualCtsProtection(), GetInformationSubset3(), SetDualCtsProtection(), and SetInformationSubset3().
|
private |
Definition at line 207 of file ht-operations.h.
Referenced by GetHtProtection(), GetInformationSubset2(), SetHtProtection(), and SetInformationSubset2().
|
private |
Definition at line 235 of file ht-operations.h.
Referenced by GetInformationFieldSize(), GetSerializedSize(), Serialize(), SerializeInformationField(), and SetHtSupported().
|
private |
Definition at line 218 of file ht-operations.h.
Referenced by GetInformationSubset3(), GetLSigTxopProtectionFullSupport(), SetInformationSubset3(), and SetLSigTxopProtectionFullSupport().
|
private |
Definition at line 208 of file ht-operations.h.
Referenced by GetInformationSubset2(), GetNonGfHtStasPresent(), SetInformationSubset2(), and SetNonGfHtStasPresent().
|
private |
Definition at line 210 of file ht-operations.h.
Referenced by GetInformationSubset2(), GetObssNonHtStasPresent(), SetInformationSubset2(), and SetObssNonHtStasPresent().
|
private |
Definition at line 219 of file ht-operations.h.
Referenced by GetInformationSubset3(), GetPcoActive(), SetInformationSubset3(), and SetPcoActive().
|
private |
Definition at line 220 of file ht-operations.h.
Referenced by GetInformationSubset3(), GetPhase(), SetInformationSubset3(), and SetPhase().
|
private |
Definition at line 198 of file ht-operations.h.
Referenced by GetPrimaryChannel(), and SetPrimaryChannel().
|
private |
Definition at line 204 of file ht-operations.h.
Referenced by GetInformationSubset1(), and SetInformationSubset1().
|
private |
Definition at line 209 of file ht-operations.h.
Referenced by GetInformationSubset2(), and SetInformationSubset2().
|
private |
Definition at line 211 of file ht-operations.h.
|
private |
Definition at line 214 of file ht-operations.h.
Referenced by GetInformationSubset3(), and SetInformationSubset3().
|
private |
Definition at line 221 of file ht-operations.h.
Referenced by GetInformationSubset3(), and SetInformationSubset3().
|
private |
Definition at line 224 of file ht-operations.h.
Referenced by GetBasicMcsSet2(), and SetBasicMcsSet().
|
private |
Definition at line 226 of file ht-operations.h.
Referenced by GetBasicMcsSet2(), and SetBasicMcsSet().
|
private |
Definition at line 231 of file ht-operations.h.
Referenced by GetBasicMcsSet2(), and SetBasicMcsSet().
|
private |
Definition at line 203 of file ht-operations.h.
Referenced by GetInformationSubset1(), GetRifsMode(), SetInformationSubset1(), and SetRifsMode().
|
private |
Definition at line 225 of file ht-operations.h.
Referenced by GetBasicMcsSet2(), GetRxHighestSupportedDataRate(), SetBasicMcsSet(), and SetRxHighestSupportedDataRate().
|
private |
Definition at line 232 of file ht-operations.h.
Referenced by GetBasicMcsSet1(), GetBasicMcsSet2(), HtOperations(), IsSupportedMcs(), SetBasicMcsSet(), and SetRxMcsBitmask().
|
private |
Definition at line 201 of file ht-operations.h.
Referenced by GetInformationSubset1(), GetSecondaryChannelOffset(), SetInformationSubset1(), and SetSecondaryChannelOffset().
|
private |
Definition at line 202 of file ht-operations.h.
Referenced by GetInformationSubset1(), GetStaChannelWidth(), SetInformationSubset1(), and SetStaChannelWidth().
|
private |
Definition at line 217 of file ht-operations.h.
Referenced by GetInformationSubset3(), GetStbcBeacon(), SetInformationSubset3(), and SetStbcBeacon().
|
private |
Definition at line 229 of file ht-operations.h.
Referenced by GetBasicMcsSet2(), GetTxMaxNSpatialStreams(), SetBasicMcsSet(), and SetTxMaxNSpatialStreams().
|
private |
Definition at line 227 of file ht-operations.h.
Referenced by GetBasicMcsSet2(), GetTxMcsSetDefined(), SetBasicMcsSet(), and SetTxMcsSetDefined().
|
private |
Definition at line 228 of file ht-operations.h.
Referenced by GetBasicMcsSet2(), GetTxRxMcsSetUnequal(), SetBasicMcsSet(), and SetTxRxMcsSetUnequal().
|
private |
Definition at line 230 of file ht-operations.h.
Referenced by GetBasicMcsSet2(), GetTxUnequalModulation(), SetBasicMcsSet(), and SetTxUnequalModulation().