#include <stdint.h>#include "ns3/callback.h"#include "ns3/event-id.h"#include "ns3/packet.h"#include "ns3/object.h"#include "ns3/traced-callback.h"#include "ns3/nstime.h"#include "ns3/ptr.h"#include "ns3/random-variable-stream.h"#include "ns3/mobility-model.h"#include "wifi-phy.h"#include "wifi-mode.h"#include "wifi-preamble.h"#include "wifi-phy-standard.h"#include "interference-helper.h"
Include dependency graph for yans-wifi-phy.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ns3::YansWifiPhy |
| 802.11 PHY layer modelThis PHY implements a model of 802.11a. 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 |
| #define HT_PHY 127 |
Definition at line 45 of file yans-wifi-phy.h.
Referenced by ns3::YansWifiPhy::Configure80211n(), ns3::YansWifiPhy::ConfigureHtDeviceMcsSet(), and ns3::YansWifiPhy::GetMembershipSelectorModes().
| #define VHT_PHY 126 |
Definition at line 44 of file yans-wifi-phy.h.
Referenced by ns3::YansWifiPhy::Configure80211ac(), and ns3::YansWifiPhy::GetMembershipSelectorModes().