#include "ns3/net-device.h"
#include "wifi-standards.h"
#include "wifi-remote-station-manager.h"
#include "qos-utils.h"
Go to the source code of this file.
Classes | |
class | ns3::WifiMac |
base class for all MAC-level wifi objects. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum | ns3::TypeOfStation { ns3::STA , ns3::AP , ns3::ADHOC_STA , ns3::MESH , ns3::OCB } |
Enumeration for type of station. More... | |
enum | ns3::WifiMacDropReason : uint8_t { ns3::WIFI_MAC_DROP_FAILED_ENQUEUE = 0 , ns3::WIFI_MAC_DROP_EXPIRED_LIFETIME , ns3::WIFI_MAC_DROP_REACHED_RETRY_LIMIT } |
The reason why an MPDU was dropped. More... | |