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

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

#include "radiotap-header.h"

+ Collaboration diagram for ns3::RadiotapHeader::EhtFields:

Public Attributes

std::array< uint32_t, 9 > data {}
 data fields.
 
uint32_t known {0}
 known field.
 
std::vector< uint32_tuserInfo {}
 user info fields.
 

Detailed Description

structure that contains the subfields of the EHT field.

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

Member Data Documentation

◆ data

std::array<uint32_t, 9> ns3::RadiotapHeader::EhtFields::data {}

data fields.

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

◆ known

uint32_t ns3::RadiotapHeader::EhtFields::known {0}

known field.

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

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

◆ userInfo

std::vector<uint32_t> ns3::RadiotapHeader::EhtFields::userInfo {}

user info fields.

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

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


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