#include "wifi-phy-band.h"
#include "wifi-phy-common.h"
#include "ns3/he-ru.h"
#include <optional>
#include <set>
#include <tuple>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ns3::WifiPhyOperatingChannel::Compare |
Comparison functor used to sort the segments by increasing frequencies. More... | |
struct | ns3::FrequencyChannelInfo |
A structure containing the information about a frequency channel. More... | |
class | ns3::WifiPhyOperatingChannel |
Class that keeps track of all information about the current PHY operating channel. 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 FrequencyChannelInfo &info) |
Stream insertion operator. | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiPhyOperatingChannel &channel) |
Stream insertion operator. | |