public final class Dot11LinkAdaptationControl
extends java.lang.Object
implements java.io.Serializable
0 1 2 3 4 5 6 7
+--------+--------+--------+--------+--------+--------+--------+--------+
|VHT_MFB | TRQ | MAI | MFSI |
+--------+--------+--------+--------+--------+--------+--------+--------+
| MFSI | MFB/ASELC |
+--------+--------+--------+--------+--------+--------+--------+--------+
| Modifier and Type | Class and Description |
|---|---|
static class |
Dot11LinkAdaptationControl.Aselc
ASELC subfield
0 1 2 3 4 5
+----+----+----+----+----+----+----+
| ASEL Command | ASEL Data |
+----+----+----+----+----+----+----+ |
static class |
Dot11LinkAdaptationControl.AselCommand |
static class |
Dot11LinkAdaptationControl.Builder |
static class |
Dot11LinkAdaptationControl.Mai
MAI subfield
0 1 2 3 +---+---+---+---+ |MRQ| MSI | +---+---+---+---+ |
| Modifier and Type | Field and Description |
|---|---|
static byte |
ASELI
ASELI
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Dot11LinkAdaptationControl.Aselc |
getAselc() |
Dot11LinkAdaptationControl.Builder |
getBuilder() |
Dot11LinkAdaptationControl.Mai |
getMai() |
java.lang.Byte |
getMfb() |
java.lang.Integer |
getMfbAsInteger() |
byte |
getMfsi() |
int |
getMfsiAsInt() |
byte[] |
getRawData() |
int |
hashCode() |
boolean |
isAselIndicated() |
boolean |
isTrq() |
boolean |
isVhtMfb() |
int |
length() |
static Dot11LinkAdaptationControl |
newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
java.lang.String |
toString() |
public static final byte ASELI
public static Dot11LinkAdaptationControl 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 boolean isVhtMfb()
public boolean isTrq()
public boolean isAselIndicated()
ASELIpublic Dot11LinkAdaptationControl.Mai getMai()
Dot11LinkAdaptationControl.Mai object if isAselIndicated returns false;
otherwise null.public byte getMfsi()
public int getMfsiAsInt()
public java.lang.Byte getMfb()
isAselIndicated returns false;
otherwise null.public java.lang.Integer getMfbAsInteger()
isAselIndicated returns false;
otherwise null.public Dot11LinkAdaptationControl.Aselc getAselc()
Dot11LinkAdaptationControl.Aselc object if isAselIndicated returns true;
otherwise null.public Dot11LinkAdaptationControl.Builder getBuilder()
public byte[] getRawData()
public int length()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.