#include "ns3/event-id.h"#include "ns3/error-model.h"#include "wifi-mpdu-type.h"#include "wifi-standards.h"#include "interference-helper.h"#include "wifi-phy-state-helper.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::HePreambleParameters |
| Parameters for receive HE preamble. More... | |
| struct | ns3::MpduInfo |
| MpduInfo structure. More... | |
| struct | ns3::SignalNoiseDbm |
| SignalNoiseDbm structure. More... | |
| class | ns3::WifiPhy |
| 802.11 PHY layer model More... | |
Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
| #define | HE_PHY 125 |
| #define | HT_PHY 127 |
| #define | VHT_PHY 126 |
Enumerations | |
| enum | ns3::WifiPhyRxfailureReason { ns3::UNKNOWN = 0, ns3::UNSUPPORTED_SETTINGS, ns3::CHANNEL_SWITCHING, ns3::RXING, ns3::TXING, ns3::SLEEPING, ns3::BUSY_DECODING_PREAMBLE, ns3::PREAMBLE_DETECT_FAILURE, ns3::RECEPTION_ABORTED_BY_TX, ns3::L_SIG_FAILURE, ns3::SIG_A_FAILURE, ns3::PREAMBLE_DETECTION_PACKET_SWITCH, ns3::FRAME_CAPTURE_PACKET_SWITCH, ns3::OBSS_PD_CCA_RESET } |
| Enumeration of the possible reception failure reasons. More... | |
Functions | |
| std::ostream & | ns3::operator<< (std::ostream &os, WifiPhyRxfailureReason reason) |
| Stream insertion operator. More... | |
| #define HE_PHY 125 |
Definition at line 34 of file wifi-phy.h.
Referenced by ns3::WifiPhy::Configure80211ax().
| #define HT_PHY 127 |
Definition at line 36 of file wifi-phy.h.
Referenced by ns3::WifiPhy::Configure80211n(), and ns3::WifiPhy::ConfigureHtDeviceMcsSet().
| #define VHT_PHY 126 |
Definition at line 35 of file wifi-phy.h.
Referenced by ns3::WifiPhy::Configure80211ac().