#include <stdint.h>
#include "ns3/buffer.h"
#include "ns3/attribute-helper.h"
#include "ns3/wifi-information-element.h"
Go to the source code of this file.
Classes | |
class | ns3::HtCapabilities |
The Ht Capabilities Information ElementThis class knows how to serialise and deserialise the Ht Capabilities Information Element. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
#define | MAX_SUPPORTED_MCS (77) |
This defines the maximum number of supported MCSs that a STA is allowed to have. More... | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, const HtCapabilities &htcapabilities) |
std::istream & | ns3::operator>> (std::istream &is, HtCapabilities &htcapabilities) |
#define MAX_SUPPORTED_MCS (77) |
This defines the maximum number of supported MCSs that a STA is allowed to have.
Currently this number is set for IEEE 802.11n
Definition at line 32 of file ht-capabilities.h.
Referenced by ns3::HtCapabilities::HtCapabilities().