Go to the source code of this file.
Classes | |
struct | ns3::WifiStandardInfo |
hold PHY and MAC information based on the selected standard. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
uint16_t | ns3::GetDefaultChannelWidth (WifiPhyStandard standard, WifiPhyBand band) |
Get the default channel width for the given PHY standard and band. More... | |
FrequencyChannelType | ns3::GetFrequencyChannelType (WifiPhyStandard standard) |
Get the type of the frequency channel for the given PHY standard. More... | |
uint16_t | ns3::GetMaximumChannelWidth (WifiPhyStandard standard) |
Get the maximum channel width in MHz allowed for the given PHY standard. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, WifiMacStandard standard) |
Stream insertion operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, WifiPhyStandard standard) |
Stream insertion operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, WifiStandard standard) |
Stream insertion operator. More... | |
Variables | |
const std::map< WifiStandard, WifiStandardInfo > | ns3::wifiStandards |
map a given standard configured by the user to the corresponding WifiStandardInfo More... | |