Class Country


  • public class Country
    extends Object
    This information element (IE) appears in wifiscan entries. Refer to the 802.11 specification (section 9.4.2.8) for more details. Language in javadocs is taken from the specification.
    • Field Detail

      • country

        public final String country
        Country
      • constraints

        public final List<Country.CountryInfo> constraints
        Each constraint is a CountryInfo describing tx power constraints on one or more channels, for the current country.
    • Method Detail

      • parse

        public static Country parse​(com.google.gson.JsonObject contents)
        Parse Country IE from the appropriate Json object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object