Class BssIntolerantChannelReport
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.ies.BssIntolerantChannelReport
-
public class BssIntolerantChannelReport extends Object
This information element (IE) appears in wifiscan entries. It's called "20/40 BSS Intolerant Channel Report" in 802.11 specs (section 9.4.2.57). Refer to the specification for more details. Language in javadocs is taken from the specification.
-
-
Field Summary
Fields Modifier and Type Field Description List<Short>
channelList
List of unsigned 8 bits, representing the channel numbersshort
operatingClass
Unsigned 8 bits representing the operating class in which the channel list is validstatic int
TYPE
Defined in 802.11 table 9-92
-
Constructor Summary
Constructors Constructor Description BssIntolerantChannelReport(short operatingClass, List<Short> channelList)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static BssIntolerantChannelReport
parse(com.google.gson.JsonObject contents)
Parse BssIntolerantChannelReport from JSON object
-
-
-
Field Detail
-
TYPE
public static final int TYPE
Defined in 802.11 table 9-92- See Also:
- Constant Field Values
-
operatingClass
public final short operatingClass
Unsigned 8 bits representing the operating class in which the channel list is valid
-
-