#include "amsdu-subframe-header.h"
#include "wifi-mac-header.h"
#include "wifi-mac-queue-elem.h"
#include "ns3/packet.h"
#include <list>
#include <optional>
Go to the source code of this file.
Classes | |
class | ns3::WifiMpdu |
WifiMpdu stores (const) packets along with their Wifi MAC headers and the time when they were enqueued. More... | |
class | ns3::WmqIteratorTag |
Tag used to allow (only) WifiMacQueue to access the queue iterator stored by a WifiMpdu. More... | |
Namespaces | |
namespace | 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... | |