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

structure that contains the subfields of the A-MPDU status field. More...

#include "radiotap-header.h"

+ Collaboration diagram for ns3::RadiotapHeader::AmpduStatusFields:

Public Attributes

uint8_t crc {1}
 CRC field.
 
uint16_t flags {A_MPDU_STATUS_NONE}
 flags field
 
uint32_t referenceNumber
 A-MPDU reference number to identify all subframes belonging to the same A-MPDU.
 
uint8_t reserved {0}
 Reserved field.
 

Detailed Description

structure that contains the subfields of the A-MPDU status field.

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

Member Data Documentation

◆ crc

uint8_t ns3::RadiotapHeader::AmpduStatusFields::crc {1}

◆ flags

◆ referenceNumber

uint32_t ns3::RadiotapHeader::AmpduStatusFields::referenceNumber
Initial value:
{
0}

A-MPDU reference number to identify all subframes belonging to the same A-MPDU.

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

Referenced by ns3::RadiotapHeader::DeserializeAmpduStatus(), ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::RadiotapHeader::SerializeAmpduStatus(), and ns3::RadiotapHeader::SetAmpduStatus().

◆ reserved

uint8_t ns3::RadiotapHeader::AmpduStatusFields::reserved {0}

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