#include <algorithm>#include "ns3/simulator.h"#include "ns3/log.h"#include "ns3/pointer.h"#include "ns3/mobility-model.h"#include "ns3/random-variable-stream.h"#include "ns3/error-model.h"#include "wifi-phy.h"#include "ampdu-tag.h"#include "wifi-utils.h"#include "sta-wifi-mac.h"#include "frame-capture-model.h"#include "preamble-detection-model.h"#include "wifi-radio-energy-model.h"#include "error-rate-model.h"#include "wifi-net-device.h"#include "ht-configuration.h"#include "he-configuration.h"#include "mpdu-aggregator.h"#include "wifi-psdu.h"
Include dependency graph for wifi-phy.cc:Go to the source code of this file.
Classes | |
| class | anonymous_namespace{wifi-phy.cc}::Constructor |
| Constructor class. More... | |
Namespaces | |
| anonymous_namespace{wifi-phy.cc} | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Variables | |
| static class anonymous_namespace{wifi-phy.cc}::Constructor | anonymous_namespace{wifi-phy.cc}::g_constructor |
| the constructor More... | |