#include <stdint.h>#include <map>#include "ns3/callback.h"#include "ns3/event-id.h"#include "ns3/packet.h"#include "ns3/object.h"#include "ns3/nstime.h"#include "ns3/ptr.h"#include "ns3/mobility-model.h"#include "ns3/random-variable-stream.h"#include "wifi-mode.h"#include "wifi-preamble.h"#include "wifi-phy-standard.h"#include "ns3/traced-callback.h"#include "wifi-tx-vector.h"#include "interference-helper.h"#include "ns3/net-device.h"#include "ns3/node.h"#include "wifi-channel.h"
Include dependency graph for wifi-phy.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ns3::mpduInfo |
| struct | ns3::signalNoiseDbm |
| class | ns3::WifiPhy |
| 802.11 PHY layer model More... | |
| class | ns3::WifiPhyListener |
| receive notifications about phy events. More... | |
Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
| #define | HT_PHY 127 |
| #define | VHT_PHY 126 |
Enumerations | |
| enum | ns3::mpduType { ns3::NORMAL_MPDU = 0, ns3::MPDU_IN_AGGREGATE, ns3::LAST_MPDU_IN_AGGREGATE } |
| This enumeration defines the type of an MPDU. More... | |
Functions | |
| std::ostream & | ns3::operator<< (std::ostream &os, enum WifiPhy::State state) |
| #define HT_PHY 127 |
Definition at line 49 of file wifi-phy.h.
Referenced by ns3::WifiPhy::Configure80211n(), ns3::WifiPhy::ConfigureHtDeviceMcsSet(), and ns3::WifiPhy::GetMembershipSelectorModes().
| #define VHT_PHY 126 |
Definition at line 48 of file wifi-phy.h.
Referenced by ns3::WifiPhy::Configure80211ac(), and ns3::WifiPhy::GetMembershipSelectorModes().