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 254 of file radiotap-header.h.

Member Data Documentation

◆ crc

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

CRC field.

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

◆ flags

uint16_t ns3::RadiotapHeader::AmpduStatusFields::flags {A_MPDU_STATUS_NONE}

flags field

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

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

◆ 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 256 of file radiotap-header.h.

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

◆ reserved

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

Reserved field.

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


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