structure that contains the subfields of the MCS field. More...
#include "radiotap-header.h"
Public Attributes | |
uint8_t | flags {MCS_FLAGS_NONE} |
flags field | |
uint8_t | known {MCS_KNOWN_NONE} |
known flags | |
uint8_t | mcs {0} |
MCS index value. | |
structure that contains the subfields of the MCS field.
Definition at line 212 of file radiotap-header.h.
uint8_t ns3::RadiotapHeader::McsFields::flags {MCS_FLAGS_NONE} |
flags field
Definition at line 215 of file radiotap-header.h.
Referenced by ns3::RadiotapHeader::DeserializeMcs(), ns3::RadiotapHeader::PrintMcs(), ns3::RadiotapHeader::SerializeMcs(), and ns3::RadiotapHeader::SetMcsFields().
uint8_t ns3::RadiotapHeader::McsFields::known {MCS_KNOWN_NONE} |
known flags
Definition at line 214 of file radiotap-header.h.
Referenced by ns3::RadiotapHeader::DeserializeMcs(), ns3::RadiotapHeader::PrintMcs(), ns3::RadiotapHeader::SerializeMcs(), and ns3::RadiotapHeader::SetMcsFields().
uint8_t ns3::RadiotapHeader::McsFields::mcs {0} |
MCS index value.
Definition at line 216 of file radiotap-header.h.
Referenced by ns3::RadiotapHeader::DeserializeMcs(), ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::RadiotapHeader::PrintMcs(), ns3::RadiotapHeader::SerializeMcs(), and ns3::RadiotapHeader::SetMcsFields().