#include "amsdu-subframe-header.h"
#include "wifi-mac-header.h"
#include "wifi-mac-queue-elem.h"
#include "ns3/packet.h"
#include "ns3/simulator.h"
#include <list>
#include <optional>
#include <set>
#include <variant>
Go to the source code of this file.
Classes | |
struct | ns3::WifiMpdu::OriginalInfo |
Information stored by the original copy only. More... | |
class | ns3::WifiMpdu |
WifiMpdu stores a (const) packet along with a MAC header. More... | |
class | ns3::WmqIteratorTag |
Tag used to allow (only) WifiMacQueue to access the queue iterator stored by a WifiMpdu. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiMpdu &item) |
Stream insertion operator. More... | |