structure that contains the subfields of the A-MPDU status field. More...
#include "radiotap-header.h"
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. | |
structure that contains the subfields of the A-MPDU status field.
Definition at line 254 of file radiotap-header.h.
uint8_t ns3::RadiotapHeader::AmpduStatusFields::crc {1} |
CRC field.
Definition at line 259 of file radiotap-header.h.
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().
uint32_t ns3::RadiotapHeader::AmpduStatusFields::referenceNumber |
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().
uint8_t ns3::RadiotapHeader::AmpduStatusFields::reserved {0} |
Reserved field.
Definition at line 260 of file radiotap-header.h.