#include "wifi-mode.h"
#include "wifi-phy-common.h"
#include "ns3/he-ru.h"
#include <list>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ns3::HeMuUserInfo |
HE MU specific user transmission parameters. More... | |
class | ns3::WifiTxVector |
This class mimics the TXVECTOR which is to be passed to the PHY in order to define the parameters which are to be used for a transmission. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
using | ns3::ContentChannelAllocation = std::vector< std::vector< uint16_t > > |
HE SIG-B Content Channels STA ID Allocation. More... | |
using | ns3::RuAllocation = std::vector< uint8_t > |
8 bit RU_ALLOCATION per 20 MHz More... | |
using | ns3::SubcarrierGroups = std::vector< HeRu::SubcarrierGroup > |
A vector of subcarrier group. More... | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiTxVector &v) |
Serialize WifiTxVector to the given ostream. More... | |
Variables | |
constexpr size_t | ns3::WIFI_MAX_NUM_HE_SIGB_CONTENT_CHANNELS = 2 |
Maximum number of HE-SIG-B content channels. More... | |