public final class Dot11RequestElement extends Dot11InformationElement
1 1 variable +----------+----------+------------------------ |Element ID| Length | Requested Element IDs +----------+----------+------------------------ Element ID: 10The Requested Element IDs are the list of elements that are requested to be included in the Probe Response frame. The Requested Element IDs are listed in order of increasing element ID.
Modifier and Type | Class and Description |
---|---|
static class |
Dot11RequestElement.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Dot11RequestElement.Builder |
getBuilder() |
byte[] |
getRawData() |
List<Dot11InformationElementId> |
getRequestedElementIds() |
int |
hashCode() |
int |
length() |
static Dot11RequestElement |
newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
String |
toString() |
String |
toString(String indent) |
getElementId, getLength, getLengthAsInt
public static Dot11RequestElement 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<Dot11InformationElementId> getRequestedElementIds()
public int length()
length
in class Dot11InformationElement
public byte[] getRawData()
getRawData
in class Dot11InformationElement
public Dot11RequestElement.Builder getBuilder()
public int hashCode()
hashCode
in class Dot11InformationElement
public boolean equals(Object obj)
equals
in class Dot11InformationElement
Copyright © 2011–2018 Pcap4J.org. All rights reserved.