Class 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 Detail

      • operatingClass

        public final short operatingClass
        Unsigned 8 bits representing the operating class in which the channel list is valid
      • channelList

        public final List<Short> channelList
        List of unsigned 8 bits, representing the channel numbers
    • Constructor Detail

      • BssIntolerantChannelReport

        public BssIntolerantChannelReport​(short operatingClass,
                                          List<Short> channelList)
        Constructor
    • Method Detail

      • parse

        public static BssIntolerantChannelReport parse​(com.google.gson.JsonObject contents)
        Parse BssIntolerantChannelReport from JSON object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object