Implement the header for management frames of type beacon. More...
#include <mgt-headers.h>
Additional Inherited Members | |
![]() | |
MgtProbeResponseHeader () | |
~MgtProbeResponseHeader () | |
virtual uint32_t | Deserialize (Buffer::Iterator start) |
uint64_t | GetBeaconIntervalUs (void) const |
Return the beacon interval in microseconds unit. More... | |
HtCapabilities | GetHtCapabilities (void) const |
Return the HT capabilities. More... | |
virtual TypeId | GetInstanceTypeId (void) const |
virtual uint32_t | GetSerializedSize (void) const |
Ssid | GetSsid (void) const |
Return the Service Set Identifier (SSID). More... | |
SupportedRates | GetSupportedRates (void) const |
Return the supported rates. More... | |
uint64_t | GetTimestamp () |
Return the time stamp. More... | |
virtual void | Print (std::ostream &os) const |
virtual void | Serialize (Buffer::Iterator start) const |
void | SetBeaconIntervalUs (uint64_t us) |
Set the beacon interval in microseconds unit. More... | |
void | SetHtCapabilities (HtCapabilities htcapabilities) |
Set the HT capabilities. More... | |
void | SetSsid (Ssid ssid) |
Set the Service Set Identifier (SSID). More... | |
void | SetSupportedRates (SupportedRates rates) |
Set the supported rates. More... | |
![]() | |
virtual | ~Header () |
![]() | |
virtual | ~ObjectBase () |
Virtual destructor. More... | |
void | GetAttribute (std::string name, AttributeValue &value) const |
bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
void | SetAttribute (std::string name, const AttributeValue &value) |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
![]() | |
static TypeId | GetTypeId (void) |
![]() | |
static TypeId | GetTypeId (void) |
![]() | |
static TypeId | GetTypeId (void) |
![]() | |
static TypeId | GetTypeId (void) |
Get the type ID. More... | |
![]() | |
void | ConstructSelf (const AttributeConstructionList &attributes) |
virtual void | NotifyConstructionCompleted (void) |
This method is invoked once all member attributes have been initialized. More... | |
Implement the header for management frames of type beacon.
Definition at line 321 of file mgt-headers.h.