public final class Dot11InterworkingElement extends Dot11InformationElement
1 1 1 0 or 2 0 or 6 +--------------+--------------+--------------+--------------+--------------+ | Element ID | Length |Access Network| Venue Info | HESSID | | | |Options | (optional) | (optional) | +--------------+--------------+--------------+--------------+--------------+ Element ID: 107 Access Network Options field: B0 B1 B2 B3 B4 B5 B6 B7 +--------+--------+--------+--------+--------+--------+--------+--------+ | Access Network Type |Internet| ASRA | ESR | UESA | +--------+--------+--------+--------+--------+--------+--------+--------+The Interworking element contains information about the interworking service capabilities of a STA.
Modifier and Type | Class and Description |
---|---|
static class |
Dot11InterworkingElement.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Dot11AccessNetworkType |
getAccessnetworkType() |
Dot11InterworkingElement.Builder |
getBuilder() |
byte[] |
getHessid() |
byte[] |
getRawData() |
Dot11VenueInfo |
getVenueInfo() |
int |
hashCode() |
boolean |
isAsra() |
boolean |
isEsr() |
boolean |
isInternetAccessible() |
boolean |
isUesa() |
int |
length() |
static Dot11InterworkingElement |
newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
String |
toString() |
String |
toString(String indent) |
getElementId, getLength, getLengthAsInt
public static Dot11InterworkingElement 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 Dot11AccessNetworkType getAccessnetworkType()
public boolean isInternetAccessible()
public boolean isAsra()
public boolean isEsr()
public boolean isUesa()
public Dot11VenueInfo getVenueInfo()
public byte[] getHessid()
public int length()
length
in class Dot11InformationElement
public byte[] getRawData()
getRawData
in class Dot11InformationElement
public Dot11InterworkingElement.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.