#include "wifi-phy-band.h"#include "wifi-standards.h"#include "ns3/he-ru.h"#include <set>#include <tuple>
Include dependency graph for wifi-phy-operating-channel.h:
This graph shows which files directly or indirectly include this file: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... | |