Information stored by the original copy only. More...
Public Attributes | |
DeaggregatedMsdus | m_msduList |
list of aggregated MSDUs included in this MPDU More... | |
Ptr< const Packet > | m_packet |
MSDU or A-MSDU contained in this queue item. More... | |
std::optional< Iterator > | m_queueIt |
Queue iterator pointing to this MPDU, if queued. More... | |
bool | m_seqNoAssigned |
whether a sequence number has been assigned More... | |
Time | m_timestamp |
construction time More... | |
Information stored by the original copy only.
Definition at line 286 of file wifi-mpdu.h.
DeaggregatedMsdus ns3::WifiMpdu::OriginalInfo::m_msduList |
list of aggregated MSDUs included in this MPDU
Definition at line 290 of file wifi-mpdu.h.
Referenced by ns3::WifiMpdu::begin(), and ns3::WifiMpdu::end().
MSDU or A-MSDU contained in this queue item.
Definition at line 288 of file wifi-mpdu.h.
Referenced by ns3::WifiMpdu::GetPacket().
std::optional<Iterator> ns3::WifiMpdu::OriginalInfo::m_queueIt |
Queue iterator pointing to this MPDU, if queued.
Definition at line 291 of file wifi-mpdu.h.
Referenced by ns3::WifiMpdu::GetQueueIt(), and ns3::WifiMpdu::IsQueued().
bool ns3::WifiMpdu::OriginalInfo::m_seqNoAssigned |
whether a sequence number has been assigned
Definition at line 292 of file wifi-mpdu.h.
Referenced by ns3::WifiMpdu::AssignSeqNo(), ns3::WifiMpdu::HasSeqNoAssigned(), and ns3::WifiMpdu::UnassignSeqNo().
Time ns3::WifiMpdu::OriginalInfo::m_timestamp |
construction time
Definition at line 289 of file wifi-mpdu.h.