Class BssAvgAccessDelay


  • public class BssAvgAccessDelay
    extends Object
    This information element (IE) appears in wifiscan entries. It's called "BSS Average Access Delay" in 802.11 specs (section 9.4.2.38). Refer to the specification for more details. Language in javadocs is taken from the specification.
    • Field Detail

      • apAvgAccessDelay

        public final short apAvgAccessDelay
        Unsigned 8 bits representing a scaled average medium access delay for all DCF and EDCAF frames transmitted, measured from the time it's ready for transmission to actual transmission start time.
    • Constructor Detail

      • BssAvgAccessDelay

        public BssAvgAccessDelay​(short apAvgAccessDelay)
        Constructor
    • Method Detail

      • parse

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

        public int hashCode()
        Overrides:
        hashCode in class Object