A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-psdu.h File Reference
#include "wifi-mac-header.h"
#include "wifi-mpdu.h"
#include "ns3/nstime.h"
#include <set>
#include <vector>
+ Include dependency graph for wifi-psdu.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::WifiPsdu
 WifiPsdu stores an MPDU, S-MPDU or A-MPDU, by keeping header(s) and payload(s) separate for each constituent MPDU. 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 WifiPsdu &psdu)
 Stream insertion operator.