

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 |
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
| fr.bmartel.protocol.wlan.frame.management.element.impl.SSIDElement.SSIDElement | ( | byte[] | data) |
Build SSID object
| length | |
| data |
| byte fr.bmartel.protocol.wlan.frame.management.element.impl.SSIDElement.getElementId | ( | ) |
retrieve element id
Implements fr.bmartel.protocol.wlan.frame.management.element.IWlanElement.
1.8.4