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

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

#include "radiotap-header.h"

+ Collaboration diagram for ns3::RadiotapHeader::VhtFields:

Public Attributes

uint8_t bandwidth {0}
 bandwidth field
 
uint8_t coding {0}
 coding field
 
uint8_t flags {VHT_FLAGS_NONE}
 flags field
 
uint8_t groupId {0}
 group_id field
 
uint16_t known {VHT_KNOWN_NONE}
 known flags field
 
std::array< uint8_t, 4 > mcsNss {}
 mcs_nss field
 
uint16_t partialAid {0}
 partial_aid field
 

Detailed Description

structure that contains the subfields of the VHT field.

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

Member Data Documentation

◆ bandwidth

uint8_t ns3::RadiotapHeader::VhtFields::bandwidth {0}

bandwidth field

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

◆ coding

uint8_t ns3::RadiotapHeader::VhtFields::coding {0}

coding field

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

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

◆ flags

uint8_t ns3::RadiotapHeader::VhtFields::flags {VHT_FLAGS_NONE}

flags field

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

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

◆ groupId

uint8_t ns3::RadiotapHeader::VhtFields::groupId {0}

group_id field

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

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

◆ known

uint16_t ns3::RadiotapHeader::VhtFields::known {VHT_KNOWN_NONE}

known flags field

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

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

◆ mcsNss

std::array<uint8_t, 4> ns3::RadiotapHeader::VhtFields::mcsNss {}

mcs_nss field

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

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

◆ partialAid

uint16_t ns3::RadiotapHeader::VhtFields::partialAid {0}

partial_aid field

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

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


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