Class LocalPowerConstraint
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.ies.LocalPowerConstraint
-
public class LocalPowerConstraint extends Object
This information element (IE) appears in wifiscan entries. It is called "Local Power Constraint" in these entries, and just "Power Constraint" in the 802.11 specification (section 9.4.2.13). Refer to the specification for more details. Language in javadocs is taken from the specification.
-
-
Field Summary
Fields Modifier and Type Field Description short
localPowerConstraint
Unsigned 8 bits - units are dB.static int
TYPE
Defined in 802.11 table 9-92
-
Constructor Summary
Constructors Constructor Description LocalPowerConstraint(short localPowerConstraint)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static LocalPowerConstraint
parse(com.google.gson.JsonObject contents)
Parse LocalPowerConstraint IE from appropriate Json object.
-
-
-
Field Detail
-
TYPE
public static final int TYPE
Defined in 802.11 table 9-92- See Also:
- Constant Field Values
-
localPowerConstraint
public final short localPowerConstraint
Unsigned 8 bits - units are dB.The local maximum transmit power for a channel is defined as the maximum transmit power level specified for the channel in the Country IE minus this variable for the given channel.
-
-
Method Detail
-
parse
public static LocalPowerConstraint parse(com.google.gson.JsonObject contents)
Parse LocalPowerConstraint IE from appropriate Json object.
-
-