BSS Color Information field. More...
#include "he-operation.h"
Public Member Functions | |
uint16_t | Deserialize (Buffer::Iterator &start) |
Deserialize the BSS Color Information field. | |
uint16_t | GetSerializedSize () const |
void | Print (std::ostream &os) const |
Print the content of the BSS Color Information field. | |
void | Serialize (Buffer::Iterator &start) const |
Serialize the BSS Color Information field. | |
Public Attributes | |
uint8_t | m_bssColor: 6 {0} |
BSS Color. | |
uint8_t | m_bssColorDisabled: 1 {0} |
BSS Color Disabled. | |
uint8_t | m_partialBssColor: 1 {0} |
Partial BSS Color. | |
BSS Color Information field.
Definition at line 77 of file he-operation.h.
uint16_t ns3::HeOperation::BssColorInfo::Deserialize | ( | Buffer::Iterator & | start | ) |
Deserialize the BSS Color Information field.
start | an iterator which points to where the information should be read from |
Definition at line 96 of file he-operation.cc.
References ns3::Buffer::Iterator::ReadU8().
Referenced by ns3::HeOperation::DeserializeInformationField().
uint16_t ns3::HeOperation::BssColorInfo::GetSerializedSize | ( | ) | const |
Definition at line 83 of file he-operation.cc.
Referenced by ns3::HeOperation::GetInformationFieldSize().
void ns3::HeOperation::BssColorInfo::Print | ( | std::ostream & | os | ) | const |
Print the content of the BSS Color Information field.
os | output stream |
Definition at line 76 of file he-operation.cc.
Referenced by ns3::HeOperation::Print().
void ns3::HeOperation::BssColorInfo::Serialize | ( | Buffer::Iterator & | start | ) | const |
Serialize the BSS Color Information field.
start | an iterator which points to where the information should be written |
Definition at line 89 of file he-operation.cc.
Referenced by ns3::HeOperation::SerializeInformationField().
uint8_t ns3::HeOperation::BssColorInfo::m_bssColor |
BSS Color.
Definition at line 79 of file he-operation.h.
Referenced by HeOperationElementTest::DoRun(), and ns3::ApWifiMac::GetHeOperation().
uint8_t ns3::HeOperation::BssColorInfo::m_bssColorDisabled |
BSS Color Disabled.
Definition at line 81 of file he-operation.h.
Referenced by HeOperationElementTest::DoRun().
uint8_t ns3::HeOperation::BssColorInfo::m_partialBssColor |
Partial BSS Color.
Definition at line 80 of file he-operation.h.