public final class Dot11SsidListElement extends Dot11InformationElement
1 1 variable +----------+----------+------------- |Element ID| Length | SSID List +----------+----------+------------- Element ID: 84The SSID List field is a list of SSID elements, each including the element ID, length field and SSID information field for which the STA is requesting information.
Modifier and Type | Class and Description |
---|---|
static class |
Dot11SsidListElement.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Dot11SsidListElement.Builder |
getBuilder() |
byte[] |
getRawData() |
List<Dot11SsidElement> |
getSsidList() |
int |
hashCode() |
int |
length() |
static Dot11SsidListElement |
newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
String |
toString() |
String |
toString(String indent) |
getElementId, getLength, getLengthAsInt
public static Dot11SsidListElement newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
ByteArrays.validateBounds(byte[], int, int)
,
which may throw exceptions undocumented here.rawData
- rawDataoffset
- offsetlength
- lengthIllegalRawDataException
- if parsing the raw data fails.public List<Dot11SsidElement> getSsidList()
public int length()
length
in class Dot11InformationElement
public byte[] getRawData()
getRawData
in class Dot11InformationElement
public Dot11SsidListElement.Builder getBuilder()
public int hashCode()
hashCode
in class Dot11InformationElement
public boolean equals(Object obj)
equals
in class Dot11InformationElement
Copyright © 2011–2017 Pcap4J.org. All rights reserved.