A Discrete-Event Network Simulator
API
ns3::HtOperations Class Reference

The HT Operations Information ElementThis class knows how to serialise and deserialise the HT Operations Information Element. More...

#include "ht-operations.h"

+ Inheritance diagram for ns3::HtOperations:
+ Collaboration diagram for ns3::HtOperations:

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)
 
- Public Member Functions inherited from ns3::WifiInformationElement
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...
 
- Public Member Functions inherited from ns3::SimpleRefCount< WifiInformationElement >
 SimpleRefCount ()
 Constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (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 Public Member Functions inherited from ns3::SimpleRefCount< WifiInformationElement >
static void Cleanup (void)
 Noop. More...
 

Detailed Description

The HT Operations Information Element

This class knows how to serialise and deserialise the HT Operations Information Element.

See also
attribute_HtOperations

Definition at line 54 of file ht-operations.h.

Constructor & Destructor Documentation

ns3::HtOperations::HtOperations ( )

Definition at line 29 of file ht-operations.cc.

References m_rxMcsBitmask, and MAX_SUPPORTED_MCS.

Member Function Documentation

uint8_t ns3::HtOperations::DeserializeInformationField ( Buffer::Iterator  start,
uint8_t  length 
)
virtual

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.
length
Returns
the number of bytes read

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().

+ Here is the call graph for this function:

WifiInformationElementId ns3::HtOperations::ElementId ( ) const
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().

+ Here is the caller graph for this function:

uint64_t ns3::HtOperations::GetBasicMcsSet2 ( void  ) const
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<<().

+ Here is the caller graph for this function:

uint8_t ns3::HtOperations::GetHtProtection ( void  ) const

Definition at line 223 of file ht-operations.cc.

References m_htProtection.

uint8_t ns3::HtOperations::GetInformationFieldSize ( ) const
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)

Returns
the length of serialized information

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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

uint16_t ns3::HtOperations::GetInformationSubset3 ( void  ) const
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().

+ Here is the caller graph for this function:

uint8_t ns3::HtOperations::GetRifsMode ( void  ) const

Definition at line 217 of file ht-operations.cc.

References m_rifsMode.

Referenced by ns3::operator<<().

+ Here is the caller graph for this function:

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.

Returns
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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uint8_t ns3::HtOperations::GetStaChannelWidth ( void  ) const

Definition at line 211 of file ht-operations.cc.

References m_staChannelWidth.

Referenced by ns3::operator<<().

+ Here is the caller graph for this function:

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.

Parameters
start
Returns
an iterator

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ns3::HtOperations::SerializeInformationField ( Buffer::Iterator  start) const
virtual

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 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().

+ Here is the call graph for this function:

void ns3::HtOperations::SetBasicMcsSet ( uint64_t  ctrl1,
uint64_t  ctrl2 
)

Set the Basic MCS Set field in the HT Operations information element.

Parameters
ctrl1the first 64 bytes of the Basic MCS Set field in the HT Operations information element
ctrl2the 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().

+ Here is the caller graph for this function:

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>>().

+ Here is the caller graph for this function:

void ns3::HtOperations::SetHtProtection ( uint8_t  htprotection)

Definition at line 109 of file ht-operations.cc.

References m_htProtection.

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

+ Here is the caller graph for this function:

void ns3::HtOperations::SetHtSupported ( uint8_t  htsupported)

Definition at line 71 of file ht-operations.cc.

References m_htSupported.

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

+ Here is the caller graph for this function:

void ns3::HtOperations::SetInformationSubset1 ( uint8_t  ctrl)

Set the Information Subset 1 field in the HT Operations information element.

Parameters
ctrlthe 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().

+ Here is the caller graph for this function:

void ns3::HtOperations::SetInformationSubset2 ( uint16_t  ctrl)

Set the Information Subset 2 field in the HT Operations information element.

Parameters
ctrlthe 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().

+ Here is the caller graph for this function:

void ns3::HtOperations::SetInformationSubset3 ( uint16_t  ctrl)

Set the Information Subset 3 field in the HT Operations information element.

Parameters
ctrlthe 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().

+ Here is the caller graph for this function:

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.

Parameters
ctrlthe Primary Channel field in the HT Operations information element

Definition at line 85 of file ht-operations.cc.

References m_primaryChannel.

Referenced by DeserializeInformationField().

+ Here is the caller graph for this function:

void ns3::HtOperations::SetRifsMode ( uint8_t  rifsmode)

Definition at line 103 of file ht-operations.cc.

References m_rifsMode.

Referenced by ns3::operator>>().

+ Here is the caller graph for this function:

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>>().

+ Here is the caller graph for this function:

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.

Member Data Documentation

uint8_t ns3::HtOperations::m_dualBeacon
private
uint8_t ns3::HtOperations::m_dualCtsProtection
private
uint8_t ns3::HtOperations::m_htProtection
private
uint8_t ns3::HtOperations::m_htSupported
private
uint8_t ns3::HtOperations::m_lSigTxopProtectionFullSupport
private
uint8_t ns3::HtOperations::m_nonGfHtStasPresent
private
uint8_t ns3::HtOperations::m_obssNonHtStasPresent
private
uint8_t ns3::HtOperations::m_pcoActive
private
uint8_t ns3::HtOperations::m_pcoPhase
private

Definition at line 220 of file ht-operations.h.

Referenced by GetInformationSubset3(), GetPhase(), SetInformationSubset3(), and SetPhase().

uint8_t ns3::HtOperations::m_primaryChannel
private

Definition at line 198 of file ht-operations.h.

Referenced by GetPrimaryChannel(), and SetPrimaryChannel().

uint8_t ns3::HtOperations::m_reservedInformationSubset1
private

Definition at line 204 of file ht-operations.h.

Referenced by GetInformationSubset1(), and SetInformationSubset1().

uint8_t ns3::HtOperations::m_reservedInformationSubset2_1
private

Definition at line 209 of file ht-operations.h.

Referenced by GetInformationSubset2(), and SetInformationSubset2().

uint8_t ns3::HtOperations::m_reservedInformationSubset2_2
private

Definition at line 211 of file ht-operations.h.

uint8_t ns3::HtOperations::m_reservedInformationSubset3_1
private

Definition at line 214 of file ht-operations.h.

Referenced by GetInformationSubset3(), and SetInformationSubset3().

uint8_t ns3::HtOperations::m_reservedInformationSubset3_2
private

Definition at line 221 of file ht-operations.h.

Referenced by GetInformationSubset3(), and SetInformationSubset3().

uint8_t ns3::HtOperations::m_reservedMcsSet1
private

Definition at line 224 of file ht-operations.h.

Referenced by GetBasicMcsSet2(), and SetBasicMcsSet().

uint8_t ns3::HtOperations::m_reservedMcsSet2
private

Definition at line 226 of file ht-operations.h.

Referenced by GetBasicMcsSet2(), and SetBasicMcsSet().

uint32_t ns3::HtOperations::m_reservedMcsSet3
private

Definition at line 231 of file ht-operations.h.

Referenced by GetBasicMcsSet2(), and SetBasicMcsSet().

uint8_t ns3::HtOperations::m_rifsMode
private
uint16_t ns3::HtOperations::m_rxHighestSupportedDataRate
private
uint8_t ns3::HtOperations::m_rxMcsBitmask[MAX_SUPPORTED_MCS]
private
uint8_t ns3::HtOperations::m_secondaryChannelOffset
private
uint8_t ns3::HtOperations::m_staChannelWidth
private
uint8_t ns3::HtOperations::m_stbcBeacon
private
uint8_t ns3::HtOperations::m_txMaxNSpatialStreams
private
uint8_t ns3::HtOperations::m_txMcsSetDefined
private
uint8_t ns3::HtOperations::m_txRxMcsSetUnequal
private
uint8_t ns3::HtOperations::m_txUnequalModulation
private

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