public final class Dot11HtControl extends Object implements Serializable
0 1 2 3 4 5 6 7 +----------+----------+----------+----------+----------+----------+----------+----------+ | | | | + Link Adaptation Control + | | | | +----------+----------+----------+----------+----------+----------+----------+----------+ | Calibration | Calibration | Reserved | CSI/Steering | | Position | Sequence | | | +----------+----------+----------+----------+----------+----------+----------+----------+ |NDP Annou-| Reserved |AC |RDG/More | |ncement | |Constraint|PPDU | +----------+----------+----------+----------+----------+----------+----------+----------+
Modifier and Type | Class and Description |
---|---|
static class |
Dot11HtControl.Builder |
static class |
Dot11HtControl.CalibrationPosition
Calibration Position subfield of HT Control field of an IEEE802.11 frame.
|
static class |
Dot11HtControl.CsiOrSteering
CSI/Steering subfield of HT Control field of an IEEE802.11 frame.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
getAcConstraint() |
boolean |
getBit20() |
boolean |
getBit21() |
boolean |
getBit25() |
boolean |
getBit26() |
boolean |
getBit27() |
boolean |
getBit28() |
boolean |
getBit29() |
Dot11HtControl.Builder |
getBuilder() |
Dot11HtControl.CalibrationPosition |
getCalibrationPosition() |
byte |
getCalibrationSequence() |
int |
getCalibrationSequenceAsInt() |
Dot11HtControl.CsiOrSteering |
getCsiOrSteering() |
Dot11LinkAdaptationControl |
getLinkAdaptationControl() |
boolean |
getNdpAnnouncement() |
byte[] |
getRawData() |
boolean |
getRdgOrMorePpdu() |
int |
hashCode() |
int |
length() |
static Dot11HtControl |
newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
String |
toString() |
String |
toString(String indent) |
public static Dot11HtControl 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 Dot11LinkAdaptationControl getLinkAdaptationControl()
public Dot11HtControl.CalibrationPosition getCalibrationPosition()
public byte getCalibrationSequence()
public int getCalibrationSequenceAsInt()
public boolean getBit20()
public boolean getBit21()
public Dot11HtControl.CsiOrSteering getCsiOrSteering()
public boolean getNdpAnnouncement()
public boolean getBit25()
public boolean getBit26()
public boolean getBit27()
public boolean getBit28()
public boolean getBit29()
public boolean getAcConstraint()
public boolean getRdgOrMorePpdu()
public Dot11HtControl.Builder getBuilder()
public byte[] getRawData()
public int length()
public String toString(String indent)
indent
- indentCopyright © 2011–2019 Pcap4J.org. All rights reserved.