#include "wifi-mac-header.h"
#include "wifi-tx-vector.h"
#include "ns3/nstime.h"
#include <map>
#include <memory>
#include <optional>
#include <set>
Go to the source code of this file.
Classes | |
struct | ns3::WifiTxParameters::PsduInfo |
information about the frame being prepared for a specific receiver More... | |
class | ns3::WifiTxParameters |
This class stores the TX parameters (TX vector, protection mechanism, acknowledgment mechanism, TX duration, ...) for a frame of different types (MPDU, A-MPDU, multi-TID A-MPDU, MU PPDU, ...). 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 WifiTxParameters *txParams) |
Stream insertion operator. | |