public final class Dot11LinkAdaptationControl extends Object implements 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(Object obj) |
Dot11LinkAdaptationControl.Aselc |
getAselc() |
Dot11LinkAdaptationControl.Builder |
getBuilder() |
Dot11LinkAdaptationControl.Mai |
getMai() |
Byte |
getMfb() |
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.
|
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()
ASELI
public Dot11LinkAdaptationControl.Mai getMai()
Dot11LinkAdaptationControl.Mai
object if isAselIndicated
returns false;
otherwise null.public byte getMfsi()
public int getMfsiAsInt()
public Byte getMfb()
isAselIndicated
returns false; otherwise
null.public 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()
Copyright © 2011–2019 Pcap4J.org. All rights reserved.