#include <mgt-headers.h>
 Inheritance diagram for ns3::MgtBeaconHeader:
 Collaboration diagram for ns3::MgtBeaconHeader:Additional Inherited Members | |
  Public Member Functions inherited from ns3::MgtProbeResponseHeader | |
| MgtProbeResponseHeader () | |
| ~MgtProbeResponseHeader () | |
| virtual uint32_t | Deserialize (Buffer::Iterator start) | 
| uint64_t | GetBeaconIntervalUs (void) const | 
| HtCapabilities | GetHtCapabilities (void) const | 
| virtual TypeId | GetInstanceTypeId (void) const | 
| virtual uint32_t | GetSerializedSize (void) const | 
| Ssid | GetSsid (void) const | 
| SupportedRates | GetSupportedRates (void) const | 
| uint64_t | GetTimestamp () | 
| virtual void | Print (std::ostream &os) const | 
| virtual void | Serialize (Buffer::Iterator start) const | 
| void | SetBeaconIntervalUs (uint64_t us) | 
| void | SetHtCapabilities (HtCapabilities htcapabilities) | 
| void | SetSsid (Ssid ssid) | 
| void | SetSupportedRates (SupportedRates rates) | 
  Public Member Functions inherited from ns3::Header | |
| virtual | ~Header () | 
  Public Member Functions inherited from ns3::ObjectBase | |
| virtual | ~ObjectBase () | 
| 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 Public Member Functions inherited from ns3::MgtProbeResponseHeader | |
| static TypeId | GetTypeId (void) | 
  Static Public Member Functions inherited from ns3::Header | |
| static TypeId | GetTypeId (void) | 
  Static Public Member Functions inherited from ns3::Chunk | |
| static TypeId | GetTypeId (void) | 
  Static Public Member Functions inherited from ns3::ObjectBase | |
| static TypeId | GetTypeId (void) | 
  Protected Member Functions inherited from ns3::ObjectBase | |
| void | ConstructSelf (const AttributeConstructionList &attributes) | 
| virtual void | NotifyConstructionCompleted (void) | 
Implement the header for management frames of type beacon.
Definition at line 176 of file mgt-headers.h.