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

structure that contains the subfields of the HE-MU field. More...

#include "radiotap-header.h"

+ Collaboration diagram for ns3::RadiotapHeader::HeMuFields:

Public Attributes

uint16_t flags1 {0}
 flags1 field
 
uint16_t flags2 {0}
 flags2 field
 
std::array< uint8_t, 4 > ruChannel1 {}
 RU_channel1 field.
 
std::array< uint8_t, 4 > ruChannel2 {}
 RU_channel2 field.
 

Detailed Description

structure that contains the subfields of the HE-MU field.

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

Member Data Documentation

◆ flags1

uint16_t ns3::RadiotapHeader::HeMuFields::flags1 {0}

◆ flags2

uint16_t ns3::RadiotapHeader::HeMuFields::flags2 {0}

◆ ruChannel1

std::array<uint8_t, 4> ns3::RadiotapHeader::HeMuFields::ruChannel1 {}

RU_channel1 field.

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

Referenced by ns3::RadiotapHeader::DeserializeHeMu(), and ns3::RadiotapHeader::SerializeHeMu().

◆ ruChannel2

std::array<uint8_t, 4> ns3::RadiotapHeader::HeMuFields::ruChannel2 {}

RU_channel2 field.

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

Referenced by ns3::RadiotapHeader::DeserializeHeMu(), and ns3::RadiotapHeader::SerializeHeMu().


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