#include "wifi-phy-band.h"
#include "wifi-standards.h"
#include "ns3/he-ru.h"
#include <set>
#include <tuple>
Go to the source code of this file.
Classes | |
class | ns3::WifiPhyOperatingChannel |
Class that keeps track of all information about the current PHY operating channel. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef std::tuple< uint8_t, uint16_t, uint16_t, FrequencyChannelType, WifiPhyBand > | ns3::FrequencyChannelInfo |
A tuple (number, frequency, width, type, band) identifying a frequency channel. More... | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiPhyOperatingChannel &channel) |
Stream insertion operator. More... | |