Basic EHT-MCS and NSS Set subfield IEEE 802.11be D2.0 Figure 9-1002ai. More...
#include "eht-operation.h"
Public Member Functions | |
uint16_t | Deserialize (Buffer::Iterator start) |
Deserialize the Basic EHT-MCS and NSS Set subfield. | |
void | Serialize (Buffer::Iterator &start) const |
Serialize the Basic EHT-MCS and NSS Set subfield. | |
Public Attributes | |
std::vector< uint8_t > | maxRxNss {} |
Max Rx NSS per MCS. | |
std::vector< uint8_t > | maxTxNss {} |
Max Tx NSS per MCS. | |
Basic EHT-MCS and NSS Set subfield IEEE 802.11be D2.0 Figure 9-1002ai.
Definition at line 129 of file eht-operation.h.
uint16_t ns3::EhtOperation::EhtBasicMcsNssSet::Deserialize | ( | Buffer::Iterator | start | ) |
Deserialize the Basic EHT-MCS and NSS Set subfield.
start | iterator pointing to where the subfield should be read from |
Definition at line 118 of file eht-operation.cc.
References ns3::SetMaxNss(), and ns3::WIFI_EHT_BASIC_MCS_NSS_SET_SIZE_B.
Referenced by ns3::EhtOperation::DeserializeInformationField().
void ns3::EhtOperation::EhtBasicMcsNssSet::Serialize | ( | Buffer::Iterator & | start | ) | const |
Serialize the Basic EHT-MCS and NSS Set subfield.
start | iterator pointing to where the subfield should be written to |
Definition at line 108 of file eht-operation.cc.
References ns3::GetMaxNss().
Referenced by ns3::EhtOperation::SerializeInformationField().
std::vector<uint8_t> ns3::EhtOperation::EhtBasicMcsNssSet::maxRxNss {} |
Max Rx NSS per MCS.
Definition at line 131 of file eht-operation.h.
Referenced by ns3::EhtOperation::EhtOperation(), ns3::EhtOperation::Print(), and ns3::EhtOperation::SetMaxRxNss().
std::vector<uint8_t> ns3::EhtOperation::EhtBasicMcsNssSet::maxTxNss {} |
Max Tx NSS per MCS.
Definition at line 132 of file eht-operation.h.
Referenced by ns3::EhtOperation::EhtOperation(), ns3::EhtOperation::Print(), and ns3::EhtOperation::SetMaxTxNss().