DOT11_COUNTRY_OR_REGION_STRING (Compact 2013)
3/26/2014
This array defines an 802.11 regulatory domain. For more information about country/region strings and regulatory domains, refer to the IEEE 802.11d-2001 standard.
Syntax
typedef UCHAR DOT11_COUNTRY_OR_REGION_STRING[3];
Members
- DOT11_COUNTRY_OR_REGION_STRING
A 3-byte string that identifies the country/region in which the 802.11 station is operating
Remarks
The first two bytes of the DOT11_COUNTRY_OR_REGION_STRING array are the country/region code as described in the ISO/IEC 3166-1 standard. The third byte must be one of the following:
- An ASCII space character (0x20) if the regulations under which the 802.11 station is operating includes all environments in the country/region
- An ASCII ‘O’ character (0x4F) if the regulations under which the 802.11 station is operating are for an outdoor environment only
- An ASCII ‘I’ character (0x49) if the regulations under which the 802.11 station is operating are for an indoor environment only
A DOT11_COUNTRY_OR_REGION_STRING array with a value of all zeros is used to specify a null country/region string.
The PDOT11_COUNTRY_OR_REGION_STRING type is defined as a pointer to the DOT11_COUNTRY_OR_REGION_STRING type as follows:
typedef DOT11_COUNTRY_OR_REGION_STRING *PDOT11_COUNTRY_OR_REGION_STRING;
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
OID_DOT11_DESIRED_COUNTRY_OR_REGION_STRING
OID_DOT11_SUPPORTED_COUNTRY_OR_REGION_STRING
Native 802.11 Wireless LAN Reference