#include "ns3/object.h"
#include "ns3/mac48-address.h"
#include "ns3/packet.h"
#include "wifi-mode.h"
#include "wifi-mac-header.h"
#include "wifi-remote-station-manager.h"
#include "qos-utils.h"
#include "dcf.h"
#include "ctrl-headers.h"
#include "block-ack-manager.h"
#include <map>
#include <list>
Go to the source code of this file.
Classes | |
class | ns3::EdcaTxopN |
This queue contains packets for a particular access class. 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::HT_STA, ns3::HT_AP, ns3::HT_ADHOC_STA, ns3::OCB } |
Enumeration for type of station. More... | |