PHY header for EHT TB PPDUs. More...
#include "eht-ppdu.h"
Public Attributes | |
uint8_t | m_bandwidth: 3 {0} |
Bandwidth field. | |
uint8_t | m_bssColor: 6 {0} |
BSS color field. | |
uint8_t | m_phyVersionId: 3 {0} |
PHY Version Identifier field. | |
uint8_t | m_ppduType: 2 {0} |
PPDU Type And Compressed Mode field. | |
PHY header for EHT TB PPDUs.
Definition at line 37 of file eht-ppdu.h.
uint8_t ns3::EhtPpdu::EhtTbPhyHeader::m_bandwidth |
Bandwidth field.
Definition at line 41 of file eht-ppdu.h.
Referenced by ns3::EhtPpdu::SetEhtPhyHeader().
uint8_t ns3::EhtPpdu::EhtTbPhyHeader::m_bssColor |
BSS color field.
Definition at line 42 of file eht-ppdu.h.
uint8_t ns3::EhtPpdu::EhtTbPhyHeader::m_phyVersionId |
PHY Version Identifier field.
Definition at line 40 of file eht-ppdu.h.
uint8_t ns3::EhtPpdu::EhtTbPhyHeader::m_ppduType |
PPDU Type And Compressed Mode field.
Definition at line 43 of file eht-ppdu.h.