#include "wifi-units.h"
Go to the source code of this file.
Classes | |
struct | ns3::MpduInfo |
MpduInfo structure. More... | |
struct | ns3::RxSignalInfo |
RxSignalInfo structure containing info on the received signal. More... | |
struct | ns3::SignalNoiseDbm |
SignalNoiseDbm structure. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum class | ns3::FrequencyChannelType : uint8_t { ns3::FrequencyChannelType::DSSS = 0 , ns3::FrequencyChannelType::OFDM , ns3::FrequencyChannelType::CH_80211P } |
Enumeration of frequency channel types. More... | |
enum | ns3::MpduType { ns3::NORMAL_MPDU , ns3::SINGLE_MPDU , ns3::FIRST_MPDU_IN_AGGREGATE , ns3::MIDDLE_MPDU_IN_AGGREGATE , ns3::LAST_MPDU_IN_AGGREGATE } |
The type of an MPDU. More... | |
enum class | ns3::WifiChannelWidthType : uint8_t { ns3::WifiChannelWidthType::UNKNOWN = 0 , ns3::WifiChannelWidthType::CW_20MHZ , ns3::WifiChannelWidthType::CW_22MHZ , ns3::WifiChannelWidthType::CW_5MHZ , ns3::WifiChannelWidthType::CW_10MHZ , ns3::WifiChannelWidthType::CW_40MHZ , ns3::WifiChannelWidthType::CW_80MHZ , ns3::WifiChannelWidthType::CW_160MHZ , ns3::WifiChannelWidthType::CW_80_PLUS_80MHZ , ns3::WifiChannelWidthType::CW_2160MHZ , ns3::WifiChannelWidthType::MAX } |
Enumeration of the possible channel widths. More... | |