#include "wifi-types.h"
Public Attributes | |
uint32_t | mpduRefNumber |
MPDU ref number. | |
MpduType | type |
type of MPDU | |
MpduInfo structure.
Definition at line 64 of file wifi-types.h.
uint32_t ns3::MpduInfo::mpduRefNumber |
MPDU ref number.
Definition at line 67 of file wifi-types.h.
Referenced by ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::WifiPhy::NotifyMonitorSniffRx(), and ns3::WifiPhy::NotifyMonitorSniffTx().
MpduType ns3::MpduInfo::type |
type of MPDU
Definition at line 66 of file wifi-types.h.
Referenced by ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::WifiPhy::NotifyMonitorSniffRx(), ns3::WifiPhy::NotifyMonitorSniffTx(), and Bug2470TestCase::RxCallback().