Class Dot11LinkAdaptationControl.Mai
java.lang.Object
org.pcap4j.packet.Dot11LinkAdaptationControl.Mai
- All Implemented Interfaces:
Serializable
- Enclosing class:
Dot11LinkAdaptationControl
MAI subfield
0 1 2 3 +---+---+---+---+ |MRQ| MSI | +---+---+---+---+
- Since:
- pcap4j 1.7.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final byteprivate static final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
mrq
private final boolean mrq -
msi
private final byte msi
-
-
Constructor Details
-
Mai
public Mai(boolean mrq, byte msi) - Parameters:
mrq- mrqmsi- msi
-
Mai
public Mai(byte rawData) - Parameters:
rawData- the raw data which the MRQ is encoded at the LSB.
-
-
Method Details
-
isMrq
public boolean isMrq()- Returns:
- mrq
-
getMsi
public byte getMsi()- Returns:
- msi
-
getRawData
public byte getRawData()- Returns:
- the raw data
-
toString
-
hashCode
-
equals
-