A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::RadiotapHeader::McsFields Struct Reference

structure that contains the subfields of the MCS field. More...

#include "radiotap-header.h"

+ Collaboration diagram for ns3::RadiotapHeader::McsFields:

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.
 

Detailed Description

structure that contains the subfields of the MCS field.

Definition at line 212 of file radiotap-header.h.

Member Data Documentation

◆ flags

uint8_t ns3::RadiotapHeader::McsFields::flags {MCS_FLAGS_NONE}

flags field

Definition at line 215 of file radiotap-header.h.

Referenced by ns3::RadiotapHeader::SetMcsFields().

◆ known

uint8_t ns3::RadiotapHeader::McsFields::known {MCS_KNOWN_NONE}

known flags

Definition at line 214 of file radiotap-header.h.

Referenced by ns3::WifiPhyHelper::GetRadiotapHeader(), and ns3::RadiotapHeader::SetMcsFields().

◆ mcs

uint8_t ns3::RadiotapHeader::McsFields::mcs {0}

MCS index value.

Definition at line 216 of file radiotap-header.h.

Referenced by ns3::RadiotapHeader::SetMcsFields().


The documentation for this struct was generated from the following file: