The IEEE 802.11ax HE Capabilities. More...
#include "he-capabilities.h"
Public Member Functions | |
HeCapabilities () | |
WifiInformationElementId | ElementId () const override |
Get the wifi information element ID. | |
WifiInformationElementId | ElementIdExt () const override |
Get the wifi information element ID extension. | |
uint8_t | GetChannelWidthSet () const |
Get channel width set. | |
uint32_t | GetHeMacCapabilitiesInfo1 () const |
Return the 4 first octets of the HE MAC Capabilities Info field in the HE Capabilities information element. | |
uint16_t | GetHeMacCapabilitiesInfo2 () const |
Return the last 2 octets of the HE MAC Capabilities Info field in the HE Capabilities information element. | |
uint64_t | GetHePhyCapabilitiesInfo1 () const |
Return the 8 first octets of the HE PHY Capabilities Info field in the HE Capabilities information element. | |
uint16_t | GetHePhyCapabilitiesInfo2 () const |
Return the octets 9-10 of the HE PHY Capabilities Info field in the HE Capabilities information element. | |
uint8_t | GetHePhyCapabilitiesInfo3 () const |
Return the last octet of the HE PHY Capabilities Info field in the HE Capabilities information element. | |
bool | GetHePpdu4xHeLtf800nsGi () const |
Get 4xHE-LTF and 800ns GI in HE SU PPDU and HE MU PPDU reception support. | |
bool | GetHeSuPpdu1xHeLtf800nsGi () const |
Get 1xHE-LTF and 800ns GI in HE SU PPDU reception support. | |
uint8_t | GetHighestMcsSupported () const |
Get highest MCS supported. | |
uint8_t | GetHighestNssSupported () const |
Get highest NSS supported. | |
uint8_t | GetLdpcCodingInPayload () const |
Indicates support for the transmission and reception of LDPC encoded packets. | |
uint32_t | GetMaxAmpduLength () const |
Return the maximum A-MPDU length. | |
uint16_t | GetSupportedMcsAndNss () const |
Return the MCS and NSS field in the HE Capabilities information element. | |
bool | IsSupportedRxMcs (uint8_t mcs) const |
Is RX MCS supported. | |
bool | IsSupportedTxMcs (uint8_t mcs) const |
Is RX MCS supported. | |
void | Print (std::ostream &os) const override |
Generate human-readable form of IE. | |
void | SetChannelWidthSet (uint8_t channelWidthSet) |
Set channel width set. | |
void | SetHeMacCapabilitiesInfo (uint32_t ctrl1, uint16_t ctrl2) |
Set the HE MAC Capabilities Info field in the HE Capabilities information element. | |
void | SetHePhyCapabilitiesInfo (uint64_t ctrl1, uint16_t ctrl2, uint8_t ctrl3) |
Set the HE PHY Capabilities Info field in the HE Capabilities information element. | |
void | SetHePpdu4xHeLtf800nsGi (bool heSuPpdu4xHeLtf800nsGi) |
Set 4xHE-LTF and 800ns GI in HE SU PPDU and HE MU PPDU reception support. | |
void | SetHeSuPpdu1xHeLtf800nsGi (bool heSuPpdu1xHeLtf800nsGi) |
Set 1xHE-LTF and 800ns GI in HE SU PPDU reception support. | |
void | SetHighestMcsSupported (uint8_t mcs) |
Set highest MCS supported. | |
void | SetHighestNssSupported (uint8_t nss) |
Set highest NSS supported. | |
void | SetLdpcCodingInPayload (uint8_t ldpcCodingInPayload) |
Set indication whether the transmission and reception of LDPC encoded packets is supported. | |
void | SetMaxAmpduLength (uint32_t maxAmpduLength) |
Set the maximum AMPDU length. | |
void | SetSupportedMcsAndNss (uint16_t ctrl) |
Set the MCS and NSS field in the HE Capabilities 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. | |
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. | |
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. | |
SimpleRefCount & | operator= (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 | |
uint8_t | m_32bitBaBitmapSupport |
32-bit BA bitmap support | |
uint8_t | m_ackEnabledAggregationSupport |
ack enabled aggregation support | |
uint8_t | m_allAckSupport |
all Ack support | |
uint8_t | m_amsduFragmentationSupport |
A-MSDU fragmentation support. | |
uint8_t | m_amsduNotUnderBaInAmpduSupport |
AMSDU not under BA in Ack enabled A-MPDU support. | |
uint8_t | m_beamformeeStsForLargerThan80Mhz |
beamformee STS for > 80MHz | |
uint8_t | m_beamformeeStsForSmallerOrEqualThan80Mhz |
beam formee STS for < 80 MHz | |
uint8_t | m_bqrSupport |
BQR support. | |
uint8_t | m_broadcastTwtSupport |
broadcast TXT support | |
uint8_t | m_bsrpBqrpAmpduAggregation |
BSRP BQRP A-MPDU aggregation. | |
uint8_t | m_bsrSupport |
BSR support. | |
uint8_t | m_channelWidthSet |
channel width set | |
uint8_t | m_codebookSize42SuFeedback |
Codebook Size = {4, 2} SU feedback. | |
uint8_t | m_codebookSize75MuFeedback |
Codebook Size = {7, 5} MU feedback. | |
uint8_t | m_dcmMaxConstellationRx |
DCM Max Constellation Rx. | |
uint8_t | m_dcmMaxConstellationTx |
DCM Max Constellation Tx. | |
uint8_t | m_dcmMaxNssRx |
DCM Max NSS Rx. | |
uint8_t | m_dcmMaxNssTx |
DCM Max NSS Tx. | |
uint8_t | m_dcmMaxRu |
DCM Max RU. | |
uint8_t | m_deviceClass |
device class | |
uint8_t | m_dlMuMimoOnPartialBandwidth |
DL MU-MIMO on partial bandwidth. | |
uint8_t | m_dopplerRx |
Doppler Rx. | |
uint8_t | m_dopplerTx |
Doppler Tx. | |
uint8_t | m_erPartialBandwidth |
Extended range partial bandwidth. | |
uint8_t | m_flexibleTwtScheduleSupport |
flexible TWT schedule support | |
uint8_t | m_fragmentationSupport |
fragmentation support | |
uint8_t | m_fullBwUlMuMimo |
Full Bandwidth UL MU-MIMO. | |
uint8_t | m_heDynamicSmPowerSave |
HE dynamic SM power save. | |
uint8_t | m_heErSuPpdu1xHeLtf08Gi |
HE ER SU PPDU with 1x HE LTF and 0.8us GI. | |
uint8_t | m_heErSuPpdu4xHeLtf08sGi |
HE ER SU PPDU with 4x HE LTF and 0.8us GI. | |
uint8_t | m_heLinkAdaptation |
HE link adaptation. | |
uint8_t | m_hePpdu20MHzIn160MHz |
20MHz in 160/80+80MHz HE PPDU | |
uint8_t | m_hePpdu20MHzIn40MHz24GHz |
20MHz in 40MHz HE PPDU in 2.4GHz band | |
uint8_t | m_hePpdu4xHeLtf800nsGi |
4 times HE-LFT and 800ns GI support for HE-PPDUs | |
uint8_t | m_hePpdu80MHzIn160MHz |
80MHz in 160/80+80MHz HE PPDU | |
uint8_t | m_heSubchannelSelectiveTxSupport |
HE subchannel selective transmission support. | |
uint8_t | m_heSuPpdu1xHeLtf800nsGi |
HE SU PPDU with 1x HE LTF and 0.8us GI. | |
uint8_t | m_heVhtTriggerFrameRxSupport |
HE and VHT trigger frame RX support. | |
uint8_t | m_highestMcsSupported |
highest MCS support | |
uint8_t | m_highestNssSupportedM1 |
highest NSS support M1 | |
uint8_t | m_ldpcCodingInPayload |
LDPC coding in payload. | |
uint8_t | m_longerThan16HeSigbOfdm |
Longer than 16 HE SIG-=B OFDM symbols support. | |
uint8_t | m_maxAmpduLengthExponent |
maximum A-MPDU length exponent extension | |
uint8_t | m_maxHeLtfRxInHeMuMoreThanOneRu |
max HE-LTF symbols STA can Rx in HE MU PPDU with more than one RU | |
uint8_t | m_maximumNumberOfFragmentedMsdus |
maximum number of fragmentation MSDUs | |
uint8_t | m_maxNc |
Max Nc for HE compressed beamforming/CQI report. | |
uint8_t | m_midamble2xAnd1xHeLtf |
Midamble TX/RX 2x and 1x HE-LTF. | |
uint8_t | m_midambleRxMaxNsts |
Midamble TX/RX max NSTS. | |
uint8_t | m_minimumFragmentSize |
minimum fragment size | |
uint8_t | m_muBeamformer |
MU beamformer. | |
uint8_t | m_muCascadeSupport |
MU cascade support. | |
uint8_t | m_multiTidAggregationRxSupport |
multi-TID aggregation Rx support | |
uint8_t | m_multiTidAggregationTxSupport |
Multi-TID aggregation TX support. | |
uint8_t | m_ndp4xHeLtfAnd32msGi |
NDP with 4x HE-LTF and 3.2us GI. | |
uint8_t | m_ndpFeedbackReportSupport |
NDP feedback report support. | |
uint8_t | m_ngEqual16ForMuFeedbackSupport |
equal 16 for MU feedback | |
uint8_t | m_ngEqual16ForSuFeedbackSupport |
equal 16 for SU feedback | |
uint8_t | m_nominalPacketPadding |
Nominal packet padding. | |
uint8_t | m_nonTriggeredCqiFeedback |
Non-Triggered CQI feedback. | |
uint8_t | m_numberOfSoundingDimensionsForLargerThan80Mhz |
uint8_t | m_numberOfSoundingDimensionsForSmallerOrEqualThan80Mhz |
uint8_t | m_ofdmaRaSupport |
OFDMA RA support. | |
uint8_t | m_omControlSupport |
operation mode control support | |
uint8_t | m_omControlUlMuDataDisableRxSupport |
OM control UL MU data disable RX support. | |
uint8_t | m_opsSupport |
OPS support. | |
uint8_t | m_partialBwUlMuMimo |
Partial Bandwidth UL MU-MIMO. | |
uint8_t | m_plusHtcHeSupport |
HTC HE support. | |
uint8_t | m_powerBoostFactorAlphaSupport |
power boost factor alpha support | |
uint8_t | m_ppeThresholdPresent |
PPE threshold present. | |
uint8_t | m_psrBasedSrSupport |
PSR based SR support. | |
uint8_t | m_psrResponder |
PSR responder. | |
uint8_t | m_puncturedPreambleRx |
Punctured preamble Rx. | |
uint8_t | m_puncturedSoundingSupport |
punctured sounding support | |
uint8_t | m_qtpSupport |
QTP support. | |
uint8_t | m_rx1024QamLt242Ru |
TX 1024 QAM < 242 =-tone RU support. | |
std::vector< uint8_t > | m_rxBwMap |
receive BW map | |
uint8_t | m_rxControlFrameToMultiBss |
receive control frame to multi-BSS | |
uint8_t | m_rxFullBwSuInHeMuCompressedSigB |
RX full BW SU using HE MU PPDU with compressed SIGB. | |
uint8_t | m_rxFullBwSuInHeMuNonCompressedSigB |
RX full BW SU using HE MU PPDU with non-compressed SIGB. | |
uint8_t | m_rxPartialBwSuInHeMu |
Rx Partial BW SU in 20 MHz HE MU PPDU. | |
uint8_t | m_stbcRxGt80MHz |
STBC RX > 80MHz. | |
uint8_t | m_stbcRxLeq80MHz |
STBC RX <= 80Mhz. | |
uint8_t | m_stbcTxGt80MHz |
STBC Tx > 80MHz. | |
uint8_t | m_stbcTxLeq80MHz |
STBC TX <= 80MHz. | |
uint8_t | m_suBeamformee |
SU beamformee. | |
uint8_t | m_suBeamformer |
SU beamformer. | |
uint8_t | m_triggeredCqiFeedback |
Triggered CQI feedback. | |
uint8_t | m_triggeredMuBfFeedback |
Triggered MU beamforming feedback. | |
uint8_t | m_triggeredSuBfFeedback |
Triggered SU beamforming feedback. | |
uint8_t | m_triggerFrameMacPaddingDuration |
trigger frame MAC padding duration | |
uint8_t | m_trsSupport |
TRS support. | |
uint8_t | m_twtRequesterSupport |
TWT requester support. | |
uint8_t | m_twtResponderSupport |
TWT responder support. | |
uint8_t | m_tx1024QamLt242Ru |
TX 1024 QAM < 242 =-tone RU support. | |
std::vector< uint8_t > | m_txBwMap |
transmit BW map | |
uint8_t | m_ul2x996ToneRuSupport |
UL 2x996 tone RU support. | |
The IEEE 802.11ax HE Capabilities.
Definition at line 22 of file he-capabilities.h.
ns3::HeCapabilities::HeCapabilities | ( | ) |
Definition at line 16 of file he-capabilities.cc.
|
overrideprivatevirtual |
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 | the expected number of bytes to read |
Implements ns3::WifiInformationElement.
Definition at line 162 of file he-capabilities.cc.
References ns3::Buffer::Iterator::ReadLsbtohU16(), ns3::Buffer::Iterator::ReadLsbtohU32(), ns3::Buffer::Iterator::ReadLsbtohU64(), ns3::Buffer::Iterator::ReadU32(), ns3::Buffer::Iterator::ReadU8(), SetHeMacCapabilitiesInfo(), SetHePhyCapabilitiesInfo(), and SetSupportedMcsAndNss().
|
overridevirtual |
Get the wifi information element ID.
Implements ns3::WifiInformationElement.
Definition at line 117 of file he-capabilities.cc.
References IE_EXTENSION.
|
overridevirtual |
Get the wifi information element ID extension.
Reimplemented from ns3::WifiInformationElement.
Definition at line 123 of file he-capabilities.cc.
References IE_EXT_HE_CAPABILITIES.
uint8_t ns3::HeCapabilities::GetChannelWidthSet | ( | ) | const |
Get channel width set.
Definition at line 568 of file he-capabilities.cc.
References m_channelWidthSet.
Referenced by ns3::WifiRemoteStationManager::AddStationHeCapabilities().
uint32_t ns3::HeCapabilities::GetHeMacCapabilitiesInfo1 | ( | ) | const |
Return the 4 first octets of the HE MAC Capabilities Info field in the HE Capabilities information element.
Definition at line 223 of file he-capabilities.cc.
References m_32bitBaBitmapSupport, m_ackEnabledAggregationSupport, m_allAckSupport, m_amsduFragmentationSupport, m_broadcastTwtSupport, m_bsrSupport, m_flexibleTwtScheduleSupport, m_fragmentationSupport, m_heLinkAdaptation, m_maxAmpduLengthExponent, m_maximumNumberOfFragmentedMsdus, m_minimumFragmentSize, m_muCascadeSupport, m_multiTidAggregationRxSupport, m_ofdmaRaSupport, m_omControlSupport, m_plusHtcHeSupport, m_rxControlFrameToMultiBss, m_triggerFrameMacPaddingDuration, m_trsSupport, m_twtRequesterSupport, and m_twtResponderSupport.
Referenced by Print(), and SerializeInformationField().
uint16_t ns3::HeCapabilities::GetHeMacCapabilitiesInfo2 | ( | ) | const |
Return the last 2 octets of the HE MAC Capabilities Info field in the HE Capabilities information element.
Definition at line 254 of file he-capabilities.cc.
References m_amsduNotUnderBaInAmpduSupport, m_bqrSupport, m_bsrpBqrpAmpduAggregation, m_heDynamicSmPowerSave, m_heSubchannelSelectiveTxSupport, m_heVhtTriggerFrameRxSupport, m_multiTidAggregationTxSupport, m_ndpFeedbackReportSupport, m_omControlUlMuDataDisableRxSupport, m_opsSupport, m_psrResponder, m_puncturedSoundingSupport, m_qtpSupport, and m_ul2x996ToneRuSupport.
Referenced by Print(), and SerializeInformationField().
uint64_t ns3::HeCapabilities::GetHePhyCapabilitiesInfo1 | ( | ) | const |
Return the 8 first octets of the HE PHY Capabilities Info field in the HE Capabilities information element.
Definition at line 340 of file he-capabilities.cc.
References m_beamformeeStsForLargerThan80Mhz, m_beamformeeStsForSmallerOrEqualThan80Mhz, m_channelWidthSet, m_codebookSize42SuFeedback, m_codebookSize75MuFeedback, m_dcmMaxConstellationRx, m_dcmMaxConstellationTx, m_dcmMaxNssRx, m_dcmMaxNssTx, m_deviceClass, m_dlMuMimoOnPartialBandwidth, m_dopplerRx, m_dopplerTx, m_erPartialBandwidth, m_fullBwUlMuMimo, m_hePpdu4xHeLtf800nsGi, m_heSuPpdu1xHeLtf800nsGi, m_ldpcCodingInPayload, m_maxNc, m_midambleRxMaxNsts, m_muBeamformer, m_ndp4xHeLtfAnd32msGi, m_ngEqual16ForMuFeedbackSupport, m_ngEqual16ForSuFeedbackSupport, m_numberOfSoundingDimensionsForLargerThan80Mhz, m_numberOfSoundingDimensionsForSmallerOrEqualThan80Mhz, m_partialBwUlMuMimo, m_powerBoostFactorAlphaSupport, m_ppeThresholdPresent, m_psrBasedSrSupport, m_puncturedPreambleRx, m_rxPartialBwSuInHeMu, m_stbcRxGt80MHz, m_stbcRxLeq80MHz, m_stbcTxGt80MHz, m_stbcTxLeq80MHz, m_suBeamformee, m_suBeamformer, m_triggeredCqiFeedback, m_triggeredMuBfFeedback, and m_triggeredSuBfFeedback.
Referenced by Print(), and SerializeInformationField().
uint16_t ns3::HeCapabilities::GetHePhyCapabilitiesInfo2 | ( | ) | const |
Return the octets 9-10 of the HE PHY Capabilities Info field in the HE Capabilities information element.
Definition at line 391 of file he-capabilities.cc.
References m_dcmMaxRu, m_heErSuPpdu1xHeLtf08Gi, m_heErSuPpdu4xHeLtf08sGi, m_hePpdu20MHzIn160MHz, m_hePpdu20MHzIn40MHz24GHz, m_hePpdu80MHzIn160MHz, m_longerThan16HeSigbOfdm, m_midamble2xAnd1xHeLtf, m_nominalPacketPadding, m_nonTriggeredCqiFeedback, m_rx1024QamLt242Ru, m_rxFullBwSuInHeMuCompressedSigB, m_rxFullBwSuInHeMuNonCompressedSigB, and m_tx1024QamLt242Ru.
Referenced by Print(), and SerializeInformationField().
uint8_t ns3::HeCapabilities::GetHePhyCapabilitiesInfo3 | ( | ) | const |
Return the last octet of the HE PHY Capabilities Info field in the HE Capabilities information element.
Definition at line 412 of file he-capabilities.cc.
References m_maxHeLtfRxInHeMuMoreThanOneRu.
Referenced by Print(), and SerializeInformationField().
bool ns3::HeCapabilities::GetHePpdu4xHeLtf800nsGi | ( | ) | const |
Get 4xHE-LTF and 800ns GI in HE SU PPDU and HE MU PPDU reception support.
Definition at line 586 of file he-capabilities.cc.
References m_hePpdu4xHeLtf800nsGi.
bool ns3::HeCapabilities::GetHeSuPpdu1xHeLtf800nsGi | ( | ) | const |
Get 1xHE-LTF and 800ns GI in HE SU PPDU reception support.
Definition at line 580 of file he-capabilities.cc.
References m_heSuPpdu1xHeLtf800nsGi.
Referenced by ns3::WifiRemoteStationManager::AddStationHeCapabilities().
uint8_t ns3::HeCapabilities::GetHighestMcsSupported | ( | ) | const |
Get highest MCS supported.
Definition at line 592 of file he-capabilities.cc.
References m_highestMcsSupported.
Referenced by ns3::WifiRemoteStationManager::AddStationHeCapabilities().
uint8_t ns3::HeCapabilities::GetHighestNssSupported | ( | ) | const |
Get highest NSS supported.
Definition at line 598 of file he-capabilities.cc.
References m_highestNssSupportedM1.
|
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)
Implements ns3::WifiInformationElement.
Definition at line 137 of file he-capabilities.cc.
uint8_t ns3::HeCapabilities::GetLdpcCodingInPayload | ( | ) | const |
Indicates support for the transmission and reception of LDPC encoded packets.
Definition at line 574 of file he-capabilities.cc.
References m_ldpcCodingInPayload.
uint32_t ns3::HeCapabilities::GetMaxAmpduLength | ( | ) | const |
Return the maximum A-MPDU length.
Definition at line 604 of file he-capabilities.cc.
References m_maxAmpduLengthExponent.
uint16_t ns3::HeCapabilities::GetSupportedMcsAndNss | ( | ) | const |
Return the MCS and NSS field in the HE Capabilities information element.
Definition at line 440 of file he-capabilities.cc.
References m_highestMcsSupported, m_highestNssSupportedM1, m_rxBwMap, and m_txBwMap.
Referenced by Print(), and SerializeInformationField().
bool ns3::HeCapabilities::IsSupportedRxMcs | ( | uint8_t | mcs | ) | const |
Is RX MCS supported.
mcs | the MCS |
Definition at line 488 of file he-capabilities.cc.
References m_highestMcsSupported, and NS_ASSERT.
bool ns3::HeCapabilities::IsSupportedTxMcs | ( | uint8_t | mcs | ) | const |
Is RX MCS supported.
mcs | the MCS |
Definition at line 461 of file he-capabilities.cc.
References m_highestMcsSupported, and NS_ASSERT.
|
overridevirtual |
Generate human-readable form of IE.
os | output stream |
Reimplemented from ns3::WifiInformationElement.
Definition at line 129 of file he-capabilities.cc.
References GetHeMacCapabilitiesInfo1(), GetHeMacCapabilitiesInfo2(), GetHePhyCapabilitiesInfo1(), GetHePhyCapabilitiesInfo2(), GetHePhyCapabilitiesInfo3(), and GetSupportedMcsAndNss().
|
overrideprivatevirtual |
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 148 of file he-capabilities.cc.
References GetHeMacCapabilitiesInfo1(), GetHeMacCapabilitiesInfo2(), GetHePhyCapabilitiesInfo1(), GetHePhyCapabilitiesInfo2(), GetHePhyCapabilitiesInfo3(), and GetSupportedMcsAndNss().
void ns3::HeCapabilities::SetChannelWidthSet | ( | uint8_t | channelWidthSet | ) |
Set channel width set.
channelWidthSet | the channel width set |
Definition at line 515 of file he-capabilities.cc.
References m_channelWidthSet, and NS_ASSERT.
Referenced by ns3::WifiMac::GetHeCapabilities(), and WifiEhtCapabilitiesIeTest::GetHeCapabilities().
void ns3::HeCapabilities::SetHeMacCapabilitiesInfo | ( | uint32_t | ctrl1, |
uint16_t | ctrl2 ) |
Set the HE MAC Capabilities Info field in the HE Capabilities information element.
ctrl1 | the HE MAC Capabilities Info field 1 in the HE Capabilities information element |
ctrl2 | the HE MAC Capabilities Info field 2 in the HE Capabilities information element |
Definition at line 180 of file he-capabilities.cc.
References m_32bitBaBitmapSupport, m_ackEnabledAggregationSupport, m_allAckSupport, m_amsduFragmentationSupport, m_amsduNotUnderBaInAmpduSupport, m_bqrSupport, m_broadcastTwtSupport, m_bsrpBqrpAmpduAggregation, m_bsrSupport, m_flexibleTwtScheduleSupport, m_fragmentationSupport, m_heDynamicSmPowerSave, m_heLinkAdaptation, m_heSubchannelSelectiveTxSupport, m_heVhtTriggerFrameRxSupport, m_maxAmpduLengthExponent, m_maximumNumberOfFragmentedMsdus, m_minimumFragmentSize, m_muCascadeSupport, m_multiTidAggregationRxSupport, m_multiTidAggregationTxSupport, m_ndpFeedbackReportSupport, m_ofdmaRaSupport, m_omControlSupport, m_omControlUlMuDataDisableRxSupport, m_opsSupport, m_plusHtcHeSupport, m_psrResponder, m_puncturedSoundingSupport, m_qtpSupport, m_rxControlFrameToMultiBss, m_triggerFrameMacPaddingDuration, m_trsSupport, m_twtRequesterSupport, m_twtResponderSupport, and m_ul2x996ToneRuSupport.
Referenced by DeserializeInformationField().
void ns3::HeCapabilities::SetHePhyCapabilitiesInfo | ( | uint64_t | ctrl1, |
uint16_t | ctrl2, | ||
uint8_t | ctrl3 ) |
Set the HE PHY Capabilities Info field in the HE Capabilities information element.
ctrl1 | the HE PHY Capabilities Info field 1 in the HE Capabilities information element |
ctrl2 | the HE PHY Capabilities Info field 2 in the HE Capabilities information element |
ctrl3 | the HE PHY Capabilities Info field 3 in the HE Capabilities information element |
Definition at line 275 of file he-capabilities.cc.
References m_beamformeeStsForLargerThan80Mhz, m_beamformeeStsForSmallerOrEqualThan80Mhz, m_channelWidthSet, m_codebookSize42SuFeedback, m_codebookSize75MuFeedback, m_dcmMaxConstellationRx, m_dcmMaxConstellationTx, m_dcmMaxNssRx, m_dcmMaxNssTx, m_dcmMaxRu, m_deviceClass, m_dlMuMimoOnPartialBandwidth, m_dopplerRx, m_dopplerTx, m_erPartialBandwidth, m_fullBwUlMuMimo, m_heErSuPpdu1xHeLtf08Gi, m_heErSuPpdu4xHeLtf08sGi, m_hePpdu20MHzIn160MHz, m_hePpdu20MHzIn40MHz24GHz, m_hePpdu4xHeLtf800nsGi, m_hePpdu80MHzIn160MHz, m_heSuPpdu1xHeLtf800nsGi, m_ldpcCodingInPayload, m_longerThan16HeSigbOfdm, m_maxHeLtfRxInHeMuMoreThanOneRu, m_maxNc, m_midamble2xAnd1xHeLtf, m_midambleRxMaxNsts, m_muBeamformer, m_ndp4xHeLtfAnd32msGi, m_ngEqual16ForMuFeedbackSupport, m_ngEqual16ForSuFeedbackSupport, m_nominalPacketPadding, m_nonTriggeredCqiFeedback, m_numberOfSoundingDimensionsForLargerThan80Mhz, m_numberOfSoundingDimensionsForSmallerOrEqualThan80Mhz, m_partialBwUlMuMimo, m_powerBoostFactorAlphaSupport, m_ppeThresholdPresent, m_psrBasedSrSupport, m_puncturedPreambleRx, m_rx1024QamLt242Ru, m_rxFullBwSuInHeMuCompressedSigB, m_rxFullBwSuInHeMuNonCompressedSigB, m_rxPartialBwSuInHeMu, m_stbcRxGt80MHz, m_stbcRxLeq80MHz, m_stbcTxGt80MHz, m_stbcTxLeq80MHz, m_suBeamformee, m_suBeamformer, m_triggeredCqiFeedback, m_triggeredMuBfFeedback, m_triggeredSuBfFeedback, and m_tx1024QamLt242Ru.
Referenced by DeserializeInformationField().
void ns3::HeCapabilities::SetHePpdu4xHeLtf800nsGi | ( | bool | heSuPpdu4xHeLtf800nsGi | ) |
Set 4xHE-LTF and 800ns GI in HE SU PPDU and HE MU PPDU reception support.
heSuPpdu4xHeLtf800nsGi | 4xHE-LTF and 800ns GI in HE SU PPDU and HE MU PPDU reception support |
Definition at line 534 of file he-capabilities.cc.
References m_hePpdu4xHeLtf800nsGi.
Referenced by ns3::WifiMac::GetHeCapabilities().
void ns3::HeCapabilities::SetHeSuPpdu1xHeLtf800nsGi | ( | bool | heSuPpdu1xHeLtf800nsGi | ) |
Set 1xHE-LTF and 800ns GI in HE SU PPDU reception support.
heSuPpdu1xHeLtf800nsGi | 1xHE-LTF and 800ns GI in HE SU PPDU reception support |
Definition at line 528 of file he-capabilities.cc.
References m_heSuPpdu1xHeLtf800nsGi.
Referenced by ns3::WifiMac::GetHeCapabilities().
void ns3::HeCapabilities::SetHighestMcsSupported | ( | uint8_t | mcs | ) |
Set highest MCS supported.
mcs | the MCS |
Definition at line 554 of file he-capabilities.cc.
References m_highestMcsSupported, and NS_ASSERT.
Referenced by ns3::WifiMac::GetHeCapabilities().
void ns3::HeCapabilities::SetHighestNssSupported | ( | uint8_t | nss | ) |
Set highest NSS supported.
nss | the NSS |
Definition at line 561 of file he-capabilities.cc.
References m_highestNssSupportedM1, and NS_ASSERT.
Referenced by ns3::WifiMac::GetHeCapabilities().
void ns3::HeCapabilities::SetLdpcCodingInPayload | ( | uint8_t | ldpcCodingInPayload | ) |
Set indication whether the transmission and reception of LDPC encoded packets is supported.
ldpcCodingInPayload | indication whether the transmission and reception of LDPC encoded packets is supported |
Definition at line 522 of file he-capabilities.cc.
References m_ldpcCodingInPayload.
Referenced by ns3::WifiMac::GetHeCapabilities().
void ns3::HeCapabilities::SetMaxAmpduLength | ( | uint32_t | maxAmpduLength | ) |
Set the maximum AMPDU length.
maxAmpduLength | 2^(20 + x) - 1, x in the range 0 to 3 |
Definition at line 540 of file he-capabilities.cc.
References m_maxAmpduLengthExponent, and NS_ABORT_MSG.
Referenced by AmpduAggregationTest::DoSetup(), and ns3::WifiMac::GetHeCapabilities().
void ns3::HeCapabilities::SetSupportedMcsAndNss | ( | uint16_t | ctrl | ) |
Set the MCS and NSS field in the HE Capabilities information element.
ctrl | the MCS and NSS field in the HE Capabilities information element |
Definition at line 422 of file he-capabilities.cc.
References m_highestMcsSupported, m_highestNssSupportedM1, m_rxBwMap, m_txBwMap, and NS_ASSERT.
Referenced by DeserializeInformationField().
|
private |
32-bit BA bitmap support
Definition at line 231 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
ack enabled aggregation support
Definition at line 233 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
all Ack support
Definition at line 227 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
A-MSDU fragmentation support.
Definition at line 237 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
AMSDU not under BA in Ack enabled A-MPDU support.
Definition at line 246 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
beamformee STS for > 80MHz
Definition at line 279 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
beam formee STS for < 80 MHz
Definition at line 278 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
BQR support.
Definition at line 242 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
broadcast TXT support
Definition at line 230 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
BSRP BQRP A-MPDU aggregation.
Definition at line 240 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
BSR support.
Definition at line 229 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
channel width set
Definition at line 257 of file he-capabilities.h.
Referenced by GetChannelWidthSet(), GetHePhyCapabilitiesInfo1(), SetChannelWidthSet(), and SetHePhyCapabilitiesInfo().
|
private |
Codebook Size = {4, 2} SU feedback.
Definition at line 286 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
Codebook Size = {7, 5} MU feedback.
Definition at line 287 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
DCM Max Constellation Rx.
Definition at line 272 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
DCM Max Constellation Tx.
Definition at line 270 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
DCM Max NSS Rx.
Definition at line 273 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
DCM Max NSS Tx.
Definition at line 271 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
DCM Max RU.
Definition at line 306 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
device class
Definition at line 259 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
DL MU-MIMO on partial bandwidth.
Definition at line 292 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
Doppler Rx.
Definition at line 267 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
Doppler Tx.
Definition at line 266 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
Extended range partial bandwidth.
Definition at line 291 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
flexible TWT schedule support
Definition at line 238 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
fragmentation support
Definition at line 221 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
Full Bandwidth UL MU-MIMO.
Definition at line 268 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
HE dynamic SM power save.
Definition at line 251 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
HE ER SU PPDU with 1x HE LTF and 0.8us GI.
Definition at line 304 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
HE ER SU PPDU with 4x HE LTF and 0.8us GI.
Definition at line 300 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
HE link adaptation.
Definition at line 226 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
20MHz in 160/80+80MHz HE PPDU
Definition at line 302 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
20MHz in 40MHz HE PPDU in 2.4GHz band
Definition at line 301 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
4 times HE-LFT and 800ns GI support for HE-PPDUs
Definition at line 296 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), GetHePpdu4xHeLtf800nsGi(), SetHePhyCapabilitiesInfo(), and SetHePpdu4xHeLtf800nsGi().
|
private |
80MHz in 160/80+80MHz HE PPDU
Definition at line 303 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
HE subchannel selective transmission support.
Definition at line 248 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
HE SU PPDU with 1x HE LTF and 0.8us GI.
Definition at line 261 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), GetHeSuPpdu1xHeLtf800nsGi(), SetHePhyCapabilitiesInfo(), and SetHeSuPpdu1xHeLtf800nsGi().
|
private |
HE and VHT trigger frame RX support.
Definition at line 253 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
highest MCS support
Definition at line 321 of file he-capabilities.h.
Referenced by GetHighestMcsSupported(), GetSupportedMcsAndNss(), IsSupportedRxMcs(), IsSupportedTxMcs(), SetHighestMcsSupported(), and SetSupportedMcsAndNss().
|
private |
highest NSS support M1
Definition at line 320 of file he-capabilities.h.
Referenced by GetHighestNssSupported(), GetSupportedMcsAndNss(), SetHighestNssSupported(), and SetSupportedMcsAndNss().
|
private |
LDPC coding in payload.
Definition at line 260 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), GetLdpcCodingInPayload(), SetHePhyCapabilitiesInfo(), and SetLdpcCodingInPayload().
|
private |
Longer than 16 HE SIG-=B OFDM symbols support.
Definition at line 307 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
maximum A-MPDU length exponent extension
Definition at line 236 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), GetMaxAmpduLength(), SetHeMacCapabilitiesInfo(), and SetMaxAmpduLength().
|
private |
max HE-LTF symbols STA can Rx in HE MU PPDU with more than one RU
Definition at line 316 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo3(), and SetHePhyCapabilitiesInfo().
|
private |
maximum number of fragmentation MSDUs
Definition at line 222 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
Max Nc for HE compressed beamforming/CQI report.
Definition at line 297 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
Midamble TX/RX 2x and 1x HE-LTF.
Definition at line 305 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
Midamble TX/RX max NSTS.
Definition at line 262 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
minimum fragment size
Definition at line 223 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
MU beamformer.
Definition at line 277 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
MU cascade support.
Definition at line 232 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
multi-TID aggregation Rx support
Definition at line 225 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
Multi-TID aggregation TX support.
Definition at line 247 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
NDP with 4x HE-LTF and 3.2us GI.
Definition at line 263 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
NDP feedback report support.
Definition at line 244 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
equal 16 for MU feedback
Definition at line 285 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
equal 16 for SU feedback
Definition at line 284 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
Nominal packet padding.
Definition at line 315 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
Non-Triggered CQI feedback.
Definition at line 308 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
Definition at line 283 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
for < 80 MHz
Definition at line 280 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
OFDMA RA support.
Definition at line 235 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
operation mode control support
Definition at line 234 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
OM control UL MU data disable RX support.
Definition at line 250 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
OPS support.
Definition at line 245 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
Partial Bandwidth UL MU-MIMO.
Definition at line 269 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
HTC HE support.
Definition at line 218 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
power boost factor alpha support
Definition at line 295 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
PPE threshold present.
Definition at line 293 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
PSR based SR support.
Definition at line 294 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
PSR responder.
Definition at line 243 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
Punctured preamble Rx.
Definition at line 258 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
punctured sounding support
Definition at line 252 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
QTP support.
Definition at line 241 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().
|
private |
TX 1024 QAM < 242 =-tone RU support.
Definition at line 310 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
receive BW map
Definition at line 323 of file he-capabilities.h.
Referenced by HeCapabilities(), GetSupportedMcsAndNss(), and SetSupportedMcsAndNss().
|
private |
receive control frame to multi-BSS
Definition at line 239 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
RX full BW SU using HE MU PPDU with compressed SIGB.
Definition at line 312 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
RX full BW SU using HE MU PPDU with non-compressed SIGB.
Definition at line 313 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
Rx Partial BW SU in 20 MHz HE MU PPDU.
Definition at line 274 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
STBC RX > 80MHz.
Definition at line 299 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
STBC RX <= 80Mhz.
Definition at line 265 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
STBC Tx > 80MHz.
Definition at line 298 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
STBC TX <= 80MHz.
Definition at line 264 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
SU beamformee.
Definition at line 276 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
SU beamformer.
Definition at line 275 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
Triggered CQI feedback.
Definition at line 290 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
Triggered MU beamforming feedback.
Definition at line 289 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
Triggered SU beamforming feedback.
Definition at line 288 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo1(), and SetHePhyCapabilitiesInfo().
|
private |
trigger frame MAC padding duration
Definition at line 224 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
TRS support.
Definition at line 228 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
TWT requester support.
Definition at line 219 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
TWT responder support.
Definition at line 220 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo1(), and SetHeMacCapabilitiesInfo().
|
private |
TX 1024 QAM < 242 =-tone RU support.
Definition at line 309 of file he-capabilities.h.
Referenced by GetHePhyCapabilitiesInfo2(), and SetHePhyCapabilitiesInfo().
|
private |
transmit BW map
Definition at line 322 of file he-capabilities.h.
Referenced by HeCapabilities(), GetSupportedMcsAndNss(), and SetSupportedMcsAndNss().
|
private |
UL 2x996 tone RU support.
Definition at line 249 of file he-capabilities.h.
Referenced by GetHeMacCapabilitiesInfo2(), and SetHeMacCapabilitiesInfo().