A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
eht-capabilities.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 DERONNE SOFTWARE ENGINEERING
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Sébastien Deronne <sebastien.deronne@gmail.com>
7 */
8
9#ifndef EHT_CAPABILITIES_H
10#define EHT_CAPABILITIES_H
11
12#include "ns3/he-capabilities.h"
13#include "ns3/wifi-information-element.h"
14
15#include <map>
16#include <optional>
17#include <vector>
18
19namespace ns3
20{
21
22class HeCapabilities;
23
24/**
25 * EHT MAC Capabilities Info subfield.
26 * See IEEE 802.11be D1.5 9.4.2.313.2 EHT MAC Capabilities Information subfield
27 */
29{
30 uint8_t epcsPriorityAccessSupported : 1; //!< EPCS Priority Access Supported
31 uint8_t ehtOmControlSupport : 1; //!< EHT OM Control Support
32 uint8_t triggeredTxopSharingMode1Support : 1; //!< Triggered TXOP Sharing Mode 1 Support
33 uint8_t triggeredTxopSharingMode2Support : 1; //!< Triggered TXOP Sharing Mode 2 Support
34 uint8_t restrictedTwtSupport : 1; //!< Restricted TWT Support
35 uint8_t scsTrafficDescriptionSupport : 1; //!< SCS Traffic Description Support
36 uint8_t maxMpduLength : 2; //!< Maximum MPDU Length
37 uint8_t maxAmpduLengthExponentExtension : 1; //!< Maximum A-MPDU length exponent extension
38
39 /**
40 * Get the size of the serialized EHT MAC capabilities subfield
41 *
42 * @return the size of the serialized EHT MAC capabilities subfield
43 */
44 uint16_t GetSize() const;
45 /**
46 * Serialize the EHT MAC capabilities subfield
47 *
48 * @param start iterator pointing to where the EHT MAC capabilities subfield should be written
49 * to
50 */
51 void Serialize(Buffer::Iterator& start) const;
52 /**
53 * Deserialize the EHT MAC capabilities subfield
54 *
55 * @param start iterator pointing to where the EHT MAC capabilities subfield should be read from
56 * @return the number of bytes read
57 */
58 uint16_t Deserialize(Buffer::Iterator start);
59};
60
61/**
62 * EHT PHY Capabilities Info subfield.
63 * See IEEE 802.11be D1.5 9.4.2.313.3 EHT PHY Capabilities Information subfield
64 */
66{
67 uint8_t support320MhzIn6Ghz : 1; //!< Support For 320 MHz In 6 GHz
68 uint8_t support242ToneRuInBwLargerThan20Mhz : 1; //!< Support For 242-tone RU In BW Wider Than
69 //!< 20 MHz
70 uint8_t ndpWith4TimesEhtLtfAnd32usGi : 1; //!< NDP With 4x EHT-LTF And 3.2 μs GI
71 uint8_t partialBandwidthUlMuMimo : 1; //!< Partial Bandwidth UL MU-MIMO
72 uint8_t suBeamformer : 1; //!< SU Beamformer
73 uint8_t suBeamformee : 1; //!< SU Beamformee
74 uint8_t beamformeeSsBwNotLargerThan80Mhz : 3; //!< Beamformee SS (≤ 80 MHz)
75 uint8_t beamformeeSs160Mhz : 3; //!< Beamformee SS (= 160 MHz)
76 uint8_t beamformeeSs320Mhz : 3; //!< Beamformee SS (= 320 MHz)
77 uint8_t nSoundingDimensionsBwNotLargerThan80Mhz : 3; //!< Beamformee SS (≤ 80 MHz)
78 uint8_t nSoundingDimensions160Mhz : 3; //!< Beamformee SS (= 160 MHz)
79 uint8_t nSoundingDimensions320Mhz : 3; //!< Beamformee SS (= 320 MHz)
80 uint8_t ng16SuFeedback : 1; //!< Support for subcarrier grouping of 16 for SU feedback
81 uint8_t ng16MuFeedback : 1; //!< Support for subcarrier grouping of 16 for MU feedback
82 uint8_t codebooksizeSuFeedback : 1; //!< Support for a codebook size for SU feedback.
83 uint8_t codebooksizeMuFeedback : 1; //!< Support for a codebook size for MU feedback.
84 uint8_t triggeredSuBeamformingFeedback : 1; //!< Triggered SU Beamforming Feedback
85 uint8_t triggeredMuBeamformingPartialBwFeedback : 1; //!< Triggered MU Beamforming Partial BW
86 //!< Feedback
87 uint8_t triggeredCqiFeedback : 1; //!< Triggered CQI Feedback
88 uint8_t partialBandwidthDlMuMimo : 1; //!< Partial Bandwidth DL MU-MIMO
89 uint8_t psrBasedSpatialReuseSupport : 1; //!< EHT PSR-Based SR Support
90 uint8_t powerBoostFactorSupport : 1; //!< Power Boost Factor Support
91 uint8_t muPpdu4xEhtLtfAnd800nsGi : 1; //!< EHT MU PPDU With 4x EHT-LTF And 0.8 μs GI
92 uint8_t maxNc : 4; //!< Max Nc
93 uint8_t nonTriggeredCqiFeedback : 1; //!< Non-Triggered CQI Feedback
94 uint8_t supportTx1024And4096QamForRuSmallerThan242Tones : 1; //!< Tx 1024-QAM And 4096-QAM <
95 //!< 242-tone RU Support
96 uint8_t supportRx1024And4096QamForRuSmallerThan242Tones : 1; //!< Rx 1024-QAM And 4096-QAM <
97 //!< 242-tone RU Support
98 uint8_t ppeThresholdsPresent : 1; //!< PPE Thresholds Present
99 uint8_t commonNominalPacketPadding : 2; //!< Common Nominal Packet Padding
100 uint8_t maxNumSupportedEhtLtfs : 5; //!< Maximum Number Of Supported EHT-LTFs
101 uint8_t supportMcs15 : 4; //!< Support Of MCS 15
102 uint8_t supportEhtDupIn6GHz : 1; //!< Support Of EHT DUP (MCS 14) In 6 GHz
103 uint8_t
104 support20MhzOperatingStaReceivingNdpWithWiderBw : 1; //!< Support For 20 MHz Operating STA
105 //!< Receiving NDP With Wider Bandwidth
106
107 uint8_t nonOfdmaUlMuMimoBwNotLargerThan80Mhz : 1; //!< Non-OFDMA UL MU-MIMO (BW ≤ 80 MHz)
108 uint8_t nonOfdmaUlMuMimo160Mhz : 1; //!< Non-OFDMA UL MU-MIMO (BW = 160 MHz)
109 uint8_t nonOfdmaUlMuMimo320Mhz : 1; //!< Non-OFDMA UL MU-MIMO (BW = 320 MHz)
110 uint8_t muBeamformerBwNotLargerThan80Mhz : 1; //!< MU Beamformer (BW ≤ 80 MHz)
111 uint8_t muBeamformer160Mhz : 1; //!< MU Beamformer (BW = 160 MHz)
112 uint8_t muBeamformer320Mhz : 1; //!< MU Beamformer (BW = 320 MHz)
113 uint8_t tbSoundingFeedbackRateLimit : 1; //!< TB Sounding Feedback Rate Limit
114 uint8_t
115 rx1024QamInWiderBwDlOfdmaSupport : 1; //!< Rx 1024-QAM In Wider Bandwidth DL OFDMA Support
116 uint8_t
117 rx4096QamInWiderBwDlOfdmaSupport : 1; //!< Rx 4096-QAM In Wider Bandwidth DL OFDMA Support
118
119 /**
120 * Get the size of the serialized EHT PHY capabilities subfield
121 *
122 * @return the size of the serialized EHT PHY capabilities subfield
123 */
124 uint16_t GetSize() const;
125 /**
126 * Serialize the EHT PHY capabilities subfield
127 *
128 * @param start iterator pointing to where the EHT PHY capabilities subfield should be written
129 * to
130 */
131 void Serialize(Buffer::Iterator& start) const;
132 /**
133 * Deserialize the EHT PHY capabilities subfield
134 *
135 * @param start iterator pointing to where the EHT PHY capabilities subfield should be read from
136 * @return the number of bytes read
137 */
138 uint16_t Deserialize(Buffer::Iterator start);
139};
140
141/**
142 * EHT MCS and NSS Set subfield.
143 * See IEEE 802.11be D1.5 9.4.2.313.4 Supported EHT-MCS And NSS Set subfield
144 */
146{
147 /**
148 * The different EHT-MCS map types as defined in 9.4.2.313.4 Supported EHT-MCS And NSS Set
149 * field.
150 */
159
160 std::map<EhtMcsMapType, std::vector<uint8_t>>
161 supportedEhtMcsAndNssSet; //!< Supported EHT-MCS And NSS Set
162
163 /**
164 * Get the size of the serialized Supported EHT-MCS And NSS Set subfield
165 *
166 * @return the size of the serialized Supported EHT-MCS And NSS Set subfield
167 */
168 uint16_t GetSize() const;
169 /**
170 * Serialize the Supported EHT-MCS And NSS Set subfield
171 *
172 * @param start iterator pointing to where the Supported EHT-MCS And NSS Set subfield should be
173 * written to
174 */
175 void Serialize(Buffer::Iterator& start) const;
176 /**
177 * Deserialize the Supported EHT-MCS And NSS Set subfield
178 *
179 * @param start iterator pointing to where the Supported EHT-MCS And NSS Set subfield should be
180 * read from \param is2_4Ghz indicating whether PHY is operating in 2.4 GHz based on previously
181 * serialized IEs \param heSupportedChannelWidthSet supported channel width set based on
182 * previously deserialized HE capabilities IE \param support320MhzIn6Ghz flag whether 320 MHz is
183 * supported in 6 GHz band based on EHT PHY capabilities subfield \return the number of bytes
184 * read
185 */
186 uint16_t Deserialize(Buffer::Iterator start,
187 bool is2_4Ghz,
188 uint8_t heSupportedChannelWidthSet,
189 bool support320MhzIn6Ghz);
190};
191
192/**
193 * EHT PPE Thresholds subfield.
194 * See IEEE 802.11be D1.5 9.4.2.313.5 EHT PPE Thresholds subfield
195 */
197{
198 /**
199 * EHT PPE Thresholds Info
200 */
202 {
203 uint8_t ppetMax : 3; //!< PPETmax
204 uint8_t ppet8 : 3; //!< PPE8
205 };
206
207 uint8_t nssPe : 4; //!< NSS_PE
208 uint8_t ruIndexBitmask : 5; //!< RU Index Bitmask
209 std::vector<EhtPpeThresholdsInfo> ppeThresholdsInfo; //!< PPE Thresholds Info
210
211 /**
212 * Get the size of the serialized EHT PPE Thresholds subfield
213 *
214 * @return the size of the serialized EHT PPE Thresholds subfield
215 */
216 uint16_t GetSize() const;
217 /**
218 * Serialize the EHT PPE Thresholds subfield
219 *
220 * @param start iterator pointing to where the EHT PPE Thresholds subfield should be written to
221 */
222 void Serialize(Buffer::Iterator& start) const;
223 /**
224 * Deserialize the EHT PPE Thresholds subfield
225 *
226 * @param start iterator pointing to where the EHT PPE Thresholds subfield should be read from
227 * @return the number of bytes read
228 */
229 uint16_t Deserialize(Buffer::Iterator start);
230};
231
232/**
233 * @ingroup wifi
234 *
235 * The IEEE 802.11be EHT Capabilities
236 */
238{
239 public:
240 /**
241 * Constructor
242 */
244 /**
245 * Constructor
246 *
247 * @param is2_4Ghz indicating whether PHY is operating in 2.4 GHz based on previously serialized
248 * IEs
249 * @param heCapabilities the optional HE capabilities contained in the same management frame
250 */
251 EhtCapabilities(bool is2_4Ghz, const std::optional<HeCapabilities>& heCapabilities);
252 // Implementations of pure virtual methods, or overridden from base class.
253 WifiInformationElementId ElementId() const override;
254 WifiInformationElementId ElementIdExt() const override;
255 void Print(std::ostream& os) const override;
256
257 /**
258 * Set the maximum MPDU length.
259 *
260 * @param length the maximum MPDU length (3895, 7991 or 11454)
261 */
262 void SetMaxMpduLength(uint16_t length);
263
264 /**
265 * Set the maximum A-MPDU length.
266 *
267 * @param maxAmpduLength 2^(23 + x) - 1, x in the range 0 to 1
268 */
269 void SetMaxAmpduLength(uint32_t maxAmpduLength);
270
271 /**
272 * Return the maximum A-MPDU length.
273 *
274 * @return the maximum A-MPDU length
275 */
277
278 /**
279 * Get the maximum MPDU length.
280 *
281 * @return the maximum MPDU length in bytes
282 */
283 uint16_t GetMaxMpduLength() const;
284
285 /**
286 * Set a subfield of the Supported EHT-MCS And NSS Set.
287 *
288 * @param mapType the type of the subfield
289 * @param upperMcs the upper MCS of the range
290 * @param maxNss the maximum NSS supported for transmission in the MCS range
291 */
293 uint8_t upperMcs,
294 uint8_t maxNss);
295 /**
296 * Set a subfield of the Supported EHT-MCS And NSS Set.
297 *
298 * @param mapType the type of the subfield
299 * @param upperMcs the upper MCS of the range
300 * @param maxNss the maximum NSS supported for reception in the MCS range
301 */
303 uint8_t upperMcs,
304 uint8_t maxNss);
305
306 /**
307 * Get the highest supported RX MCS for a given EHT-MCS map type.
308 *
309 * @param mapType the EHT-MCS map type
310 * @return the highest supported RX MCS for the given EHT-MCS map type
311 */
313 /**
314 * Get the highest supported TX MCS for a given EHT-MCS map type.
315 *
316 * @param mapType the EHT-MCS map type
317 * @return the highest supported TX MCS for the given EHT-MCS map type
318 */
320
321 /**
322 * Set the EHT PPE threshold info subfield
323 *
324 * @param nssPe the NSS_PE subfield
325 * @param ruIndexBitmask the RU Index Bitmask subfield
326 * @param ppeThresholds the PPE thresholds made of pairs (PPETmax, PPET8)
327 */
328 void SetPpeThresholds(uint8_t nssPe,
329 uint8_t ruIndexBitmask,
330 const std::vector<std::pair<uint8_t, uint8_t>>& ppeThresholds);
331
332 EhtMacCapabilities m_macCapabilities; //!< EHT MAC Capabilities Info subfield
333 EhtPhyCapabilities m_phyCapabilities; //!< EHT PHY Capabilities Info subfield
334 EhtMcsAndNssSet m_supportedEhtMcsAndNssSet; //!< Supported EHT-MCS And NSS Set subfield
335 EhtPpeThresholds m_ppeThresholds; //!< EHT PPE Threshold Info subfield
336
337 private:
338 uint16_t GetInformationFieldSize() const override;
339 void SerializeInformationField(Buffer::Iterator start) const override;
340 uint16_t DeserializeInformationField(Buffer::Iterator start, uint16_t length) override;
341
342 bool m_is2_4Ghz; //!< flag indicating whether PHY is operating in 2.4 GHz based on other IEs
343 //!< contained in the same management frame
344 std::optional<HeCapabilities>
345 m_heCapabilities; //!< HE capabilities contained in the same management frame if present
346};
347
348} // namespace ns3
349
350#endif /* EHT_CAPABILITIES_H */
iterator in a Buffer instance
Definition buffer.h:89
The IEEE 802.11be EHT Capabilities.
uint8_t GetHighestSupportedTxMcs(EhtMcsAndNssSet::EhtMcsMapType mapType) const
Get the highest supported TX MCS for a given EHT-MCS map type.
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)
void SetPpeThresholds(uint8_t nssPe, uint8_t ruIndexBitmask, const std::vector< std::pair< uint8_t, uint8_t > > &ppeThresholds)
Set the EHT PPE threshold info subfield.
void SerializeInformationField(Buffer::Iterator start) const override
Serialize information (i.e., the body of the IE, not including the Element ID and length octets)
void SetMaxMpduLength(uint16_t length)
Set the maximum MPDU length.
void SetSupportedTxEhtMcsAndNss(EhtMcsAndNssSet::EhtMcsMapType mapType, uint8_t upperMcs, uint8_t maxNss)
Set a subfield of the Supported EHT-MCS And NSS Set.
bool m_is2_4Ghz
flag indicating whether PHY is operating in 2.4 GHz based on other IEs contained in the same manageme...
WifiInformationElementId ElementIdExt() const override
Get the wifi information element ID extension.
EhtCapabilities()
Constructor.
void Print(std::ostream &os) const override
Generate human-readable form of IE.
EhtMcsAndNssSet m_supportedEhtMcsAndNssSet
Supported EHT-MCS And NSS Set subfield.
uint16_t GetInformationFieldSize() const override
Length of serialized information (i.e., the length of the body of the IE, not including the Element I...
EhtPpeThresholds m_ppeThresholds
EHT PPE Threshold Info subfield.
EhtPhyCapabilities m_phyCapabilities
EHT PHY Capabilities Info subfield.
WifiInformationElementId ElementId() const override
Get the wifi information element ID.
uint32_t GetMaxAmpduLength() const
Return the maximum A-MPDU length.
uint8_t GetHighestSupportedRxMcs(EhtMcsAndNssSet::EhtMcsMapType mapType) const
Get the highest supported RX MCS for a given EHT-MCS map type.
EhtMacCapabilities m_macCapabilities
EHT MAC Capabilities Info subfield.
uint16_t GetMaxMpduLength() const
Get the maximum MPDU length.
void SetMaxAmpduLength(uint32_t maxAmpduLength)
Set the maximum A-MPDU length.
void SetSupportedRxEhtMcsAndNss(EhtMcsAndNssSet::EhtMcsMapType mapType, uint8_t upperMcs, uint8_t maxNss)
Set a subfield of the Supported EHT-MCS And NSS Set.
std::optional< HeCapabilities > m_heCapabilities
HE capabilities contained in the same management frame if present.
Information element, as defined in 802.11-2007 standard.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
uint8_t WifiInformationElementId
This type is used to represent an Information Element ID.
EHT MAC Capabilities Info subfield.
uint16_t GetSize() const
Get the size of the serialized EHT MAC capabilities subfield.
uint8_t maxMpduLength
Maximum MPDU Length.
uint8_t epcsPriorityAccessSupported
EPCS Priority Access Supported.
uint8_t triggeredTxopSharingMode1Support
Triggered TXOP Sharing Mode 1 Support.
uint8_t restrictedTwtSupport
Restricted TWT Support.
uint8_t ehtOmControlSupport
EHT OM Control Support.
void Serialize(Buffer::Iterator &start) const
Serialize the EHT MAC capabilities subfield.
uint16_t Deserialize(Buffer::Iterator start)
Deserialize the EHT MAC capabilities subfield.
uint8_t scsTrafficDescriptionSupport
SCS Traffic Description Support.
uint8_t maxAmpduLengthExponentExtension
Maximum A-MPDU length exponent extension.
uint8_t triggeredTxopSharingMode2Support
Triggered TXOP Sharing Mode 2 Support.
EHT MCS and NSS Set subfield.
uint16_t Deserialize(Buffer::Iterator start, bool is2_4Ghz, uint8_t heSupportedChannelWidthSet, bool support320MhzIn6Ghz)
Deserialize the Supported EHT-MCS And NSS Set subfield.
uint16_t GetSize() const
Get the size of the serialized Supported EHT-MCS And NSS Set subfield.
void Serialize(Buffer::Iterator &start) const
Serialize the Supported EHT-MCS And NSS Set subfield.
std::map< EhtMcsMapType, std::vector< uint8_t > > supportedEhtMcsAndNssSet
Supported EHT-MCS And NSS Set.
EhtMcsMapType
The different EHT-MCS map types as defined in 9.4.2.313.4 Supported EHT-MCS And NSS Set field.
EHT PHY Capabilities Info subfield.
uint8_t support242ToneRuInBwLargerThan20Mhz
Support For 242-tone RU In BW Wider Than 20 MHz.
uint8_t triggeredSuBeamformingFeedback
Triggered SU Beamforming Feedback.
uint8_t ndpWith4TimesEhtLtfAnd32usGi
NDP With 4x EHT-LTF And 3.2 μs GI.
uint8_t ppeThresholdsPresent
PPE Thresholds Present.
uint8_t muBeamformer320Mhz
MU Beamformer (BW = 320 MHz)
uint8_t nSoundingDimensions160Mhz
Beamformee SS (= 160 MHz)
uint8_t rx1024QamInWiderBwDlOfdmaSupport
Rx 1024-QAM In Wider Bandwidth DL OFDMA Support.
uint8_t supportMcs15
Support Of MCS 15.
uint8_t beamformeeSsBwNotLargerThan80Mhz
Beamformee SS (≤ 80 MHz)
uint8_t partialBandwidthDlMuMimo
Partial Bandwidth DL MU-MIMO.
uint8_t nonOfdmaUlMuMimo320Mhz
Non-OFDMA UL MU-MIMO (BW = 320 MHz)
uint8_t muBeamformerBwNotLargerThan80Mhz
MU Beamformer (BW ≤ 80 MHz)
uint8_t triggeredCqiFeedback
Triggered CQI Feedback.
uint8_t nonOfdmaUlMuMimoBwNotLargerThan80Mhz
Non-OFDMA UL MU-MIMO (BW ≤ 80 MHz)
uint16_t GetSize() const
Get the size of the serialized EHT PHY capabilities subfield.
uint8_t nSoundingDimensions320Mhz
Beamformee SS (= 320 MHz)
uint8_t beamformeeSs320Mhz
Beamformee SS (= 320 MHz)
uint8_t partialBandwidthUlMuMimo
Partial Bandwidth UL MU-MIMO.
uint8_t psrBasedSpatialReuseSupport
EHT PSR-Based SR Support.
uint8_t nonOfdmaUlMuMimo160Mhz
Non-OFDMA UL MU-MIMO (BW = 160 MHz)
uint8_t suBeamformee
SU Beamformee.
uint8_t rx4096QamInWiderBwDlOfdmaSupport
Rx 4096-QAM In Wider Bandwidth DL OFDMA Support.
uint8_t tbSoundingFeedbackRateLimit
TB Sounding Feedback Rate Limit.
uint8_t muPpdu4xEhtLtfAnd800nsGi
EHT MU PPDU With 4x EHT-LTF And 0.8 μs GI.
uint8_t muBeamformer160Mhz
MU Beamformer (BW = 160 MHz)
uint8_t support320MhzIn6Ghz
Support For 320 MHz In 6 GHz.
uint8_t support20MhzOperatingStaReceivingNdpWithWiderBw
Support For 20 MHz Operating STA Receiving NDP With Wider Bandwidth.
uint8_t beamformeeSs160Mhz
Beamformee SS (= 160 MHz)
uint8_t codebooksizeSuFeedback
Support for a codebook size for SU feedback.
uint8_t triggeredMuBeamformingPartialBwFeedback
Triggered MU Beamforming Partial BW Feedback.
uint8_t nonTriggeredCqiFeedback
Non-Triggered CQI Feedback.
uint8_t powerBoostFactorSupport
Power Boost Factor Support.
uint16_t Deserialize(Buffer::Iterator start)
Deserialize the EHT PHY capabilities subfield.
uint8_t supportEhtDupIn6GHz
Support Of EHT DUP (MCS 14) In 6 GHz.
uint8_t ng16MuFeedback
Support for subcarrier grouping of 16 for MU feedback.
uint8_t ng16SuFeedback
Support for subcarrier grouping of 16 for SU feedback.
uint8_t commonNominalPacketPadding
Common Nominal Packet Padding.
uint8_t codebooksizeMuFeedback
Support for a codebook size for MU feedback.
void Serialize(Buffer::Iterator &start) const
Serialize the EHT PHY capabilities subfield.
uint8_t supportTx1024And4096QamForRuSmallerThan242Tones
Tx 1024-QAM And 4096-QAM < 242-tone RU Support.
uint8_t suBeamformer
SU Beamformer.
uint8_t nSoundingDimensionsBwNotLargerThan80Mhz
Beamformee SS (≤ 80 MHz)
uint8_t supportRx1024And4096QamForRuSmallerThan242Tones
Rx 1024-QAM And 4096-QAM < 242-tone RU Support.
uint8_t maxNumSupportedEhtLtfs
Maximum Number Of Supported EHT-LTFs.
EHT PPE Thresholds subfield.
uint16_t Deserialize(Buffer::Iterator start)
Deserialize the EHT PPE Thresholds subfield.
std::vector< EhtPpeThresholdsInfo > ppeThresholdsInfo
PPE Thresholds Info.
void Serialize(Buffer::Iterator &start) const
Serialize the EHT PPE Thresholds subfield.
uint8_t ruIndexBitmask
RU Index Bitmask.
uint16_t GetSize() const
Get the size of the serialized EHT PPE Thresholds subfield.