|
@@ -98,8 +98,25 @@ ssid=test
|
|
# Country code (ISO/IEC 3166-1). Used to set regulatory domain.
|
|
# Country code (ISO/IEC 3166-1). Used to set regulatory domain.
|
|
# Set as needed to indicate country in which device is operating.
|
|
# Set as needed to indicate country in which device is operating.
|
|
# This can limit available channels and transmit power.
|
|
# This can limit available channels and transmit power.
|
|
|
|
+# These two octets are used as the first two octets of the Country String
|
|
|
|
+# (dot11CountryString)
|
|
#country_code=US
|
|
#country_code=US
|
|
|
|
|
|
|
|
+# The third octet of the Country String (dot11CountryString)
|
|
|
|
+# This parameter is used to set the third octet of the country string.
|
|
|
|
+#
|
|
|
|
+# All environments of the current frequency band and country (default)
|
|
|
|
+#country3=0x20
|
|
|
|
+# Outdoor environment only
|
|
|
|
+#country3=0x4f
|
|
|
|
+# Indoor environment only
|
|
|
|
+#country3=0x49
|
|
|
|
+# Noncountry entity (country_code=XX)
|
|
|
|
+#country3=0x58
|
|
|
|
+# IEEE 802.11 standard Annex E table indication: 0x01 .. 0x1f
|
|
|
|
+# Annex E, Table E-4 (Global operating classes)
|
|
|
|
+#country3=0x04
|
|
|
|
+
|
|
# Enable IEEE 802.11d. This advertises the country_code and the set of allowed
|
|
# Enable IEEE 802.11d. This advertises the country_code and the set of allowed
|
|
# channels and transmit power levels based on the regulatory limits. The
|
|
# channels and transmit power levels based on the regulatory limits. The
|
|
# country_code setting must be configured with the correct country for
|
|
# country_code setting must be configured with the correct country for
|