#include "wifi-phy-band.h"
#include "wifi-types.h"
#include "wifi-units.h"
#include "ns3/abort.h"
#include <list>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum | ns3::WifiStandard { ns3::WIFI_STANDARD_UNSPECIFIED , ns3::WIFI_STANDARD_80211a , ns3::WIFI_STANDARD_80211b , ns3::WIFI_STANDARD_80211g , ns3::WIFI_STANDARD_80211p , ns3::WIFI_STANDARD_80211n , ns3::WIFI_STANDARD_80211ac , ns3::WIFI_STANDARD_80211ad , ns3::WIFI_STANDARD_80211ax , ns3::WIFI_STANDARD_80211be , ns3::WIFI_STANDARD_COUNT } |
Identifies the IEEE 802.11 specifications that a Wifi device can be configured to use. More... | |
Functions | |
MHz_u | ns3::GetDefaultChannelWidth (WifiStandard standard, WifiPhyBand band) |
Get the default channel width for the given PHY standard and band. | |
WifiPhyBand | ns3::GetDefaultPhyBand (WifiStandard standard) |
Get the default PHY band for the given standard. | |
std::string | ns3::GetFrameExchangeManagerTypeIdName (WifiStandard standard, bool qosSupported) |
Get the TypeId name for the FrameExchangeManager corresponding to the given standard. | |
FrequencyChannelType | ns3::GetFrequencyChannelType (WifiStandard standard) |
Get the type of the frequency channel for the given standard. | |
std::ostream & | ns3::operator<< (std::ostream &os, WifiStandard standard) |
Stream insertion operator. | |