Public Member Functions

ns3::Ssid Class Reference

a IEEE 802.11 SSID More...

#include <ssid.h>

Inheritance diagram for ns3::Ssid:
Inheritance graph
[legend]
Collaboration diagram for ns3::Ssid:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Ssid (std::string s)
 Ssid (char const ssid[32], uint8_t length)
bool IsEqual (const Ssid &o) const
bool IsBroadcast (void) const
char * PeekString (void) const
WifiInformationElementId ElementId () const
 Own unique Element ID.
uint8_t GetInformationFieldSize () const
void SerializeInformationField (Buffer::Iterator start) const
uint8_t DeserializeInformationField (Buffer::Iterator start, uint8_t length)

Detailed Description

a IEEE 802.11 SSID


Member Function Documentation

uint8_t ns3::Ssid::DeserializeInformationField ( Buffer::Iterator  start,
uint8_t  length 
) [virtual]

Deserialize information (i.e., the body of the IE, not including the Element ID and length octets)

Implements ns3::WifiInformationElement.

uint8_t ns3::Ssid::GetInformationFieldSize (  )  const [virtual]

Length of serialized information (i.e., the length of the body of the IE, not including the Element ID and length octets. This is the value that will appear in the second octet of the entire IE - the length field)

Implements ns3::WifiInformationElement.

void ns3::Ssid::SerializeInformationField ( Buffer::Iterator  start  )  const [virtual]

Serialize information (i.e., the body of the IE, not including the Element ID and length octets)

Implements ns3::WifiInformationElement.


The documentation for this class was generated from the following file: