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 246 of file radiotap-header.h.
uint8_t ns3::RadiotapHeader::AmpduStatusFields::crc {1} |
CRC field.
Definition at line 251 of file radiotap-header.h.
Referenced by ns3::RadiotapHeader::DeserializeAmpduStatus(), and ns3::RadiotapHeader::SerializeAmpduStatus().
uint16_t ns3::RadiotapHeader::AmpduStatusFields::flags {A_MPDU_STATUS_NONE} |
flags field
Definition at line 250 of file radiotap-header.h.
Referenced by ns3::RadiotapHeader::DeserializeAmpduStatus(), ns3::RadiotapHeader::PrintAmpduStatus(), ns3::RadiotapHeader::SerializeAmpduStatus(), 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 248 of file radiotap-header.h.
Referenced by ns3::RadiotapHeader::DeserializeAmpduStatus(), ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::RadiotapHeader::SerializeAmpduStatus(), and ns3::RadiotapHeader::SetAmpduStatus().
uint8_t ns3::RadiotapHeader::AmpduStatusFields::reserved {0} |
Reserved field.
Definition at line 252 of file radiotap-header.h.
Referenced by ns3::RadiotapHeader::DeserializeAmpduStatus(), and ns3::RadiotapHeader::SerializeAmpduStatus().