Class RCPI
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.ies.RCPI
-
public class RCPI extends Object
This information element (IE) appears in wifiscan entries. It's called "RCPI" in 802.11 specs (section 9.4.2.37). Refer to the specification for more details. Language in javadocs is taken from the specification.
-
-
Constructor Summary
Constructors Constructor Description RCPI(short rcpi)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static RCPI
parse(com.google.gson.JsonObject contents)
Parse RCPI from JSON object
-
-
-
Field Detail
-
TYPE
public static final int TYPE
Defined in 802.11 table 9-92- See Also:
- Constant Field Values
-
rcpi
public final short rcpi
Unsigned 8 bits - indication of the received RF power in the selected channel for a received frame
-
-