wlan-decoder-java  1.0
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Static Public Attributes | List of all members
fr.bmartel.protocol.wlan.frame.management.element.impl.SSIDElement Class Reference
Inheritance diagram for fr.bmartel.protocol.wlan.frame.management.element.impl.SSIDElement:
Inheritance graph
[legend]
Collaboration diagram for fr.bmartel.protocol.wlan.frame.management.element.impl.SSIDElement:
Collaboration graph
[legend]

Public Member Functions

 SSIDElement (byte[] data)
 
byte getElementId ()
 
String getSsid ()
 
- Public Member Functions inherited from fr.bmartel.protocol.wlan.frame.management.element.WlanElementAbstr
 WlanElementAbstr (byte[] data)
 
byte[] getData ()
 

Static Public Attributes

static final int id = 0
 

Detailed Description

SSID element indicates the identity of an ESS or IBSS.

The length of the SSID field is between 0 and 32 octets. A SSID field of length 0 is used within Probe Request management frames to indicate the wildcard SSID. The wildcard SSID is also used in Beacon and Probe Response frames transmitted by mesh STAs

Author
Bertrand Martel

Constructor & Destructor Documentation

fr.bmartel.protocol.wlan.frame.management.element.impl.SSIDElement.SSIDElement ( byte[]  data)

Build SSID object

Parameters
length
data

Member Function Documentation

byte fr.bmartel.protocol.wlan.frame.management.element.impl.SSIDElement.getElementId ( )

retrieve element id

Returns

Implements fr.bmartel.protocol.wlan.frame.management.element.IWlanElement.


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