DOT11_REG_DOMAIN_VALUE (Compact 2013)
3/26/2014
This structure defines the elements of the dot11RegDomainValue array. For more information about this array, see DOT11_REG_DOMAINS_SUPPORT_VALUE.
Syntax
typedef struct _DOT11_REG_DOMAIN_VALUE
{
ULONG uRegDomainsSupportIndex;
ULONG uRegDomainsSupportValue;
} DOT11_REG_DOMAIN_VALUE, *PDOT11_REG_DOMAIN_VALUE;
Members
- uRegDomainsSupportIndex
Identifies this entry in the miniport driver’s supported regulatory domain list
uRegDomainsSupportValue
The value of the regulatory domain, which is defined in the following table:Name
Value
Regulatory Domain
DOT11_REG_DOMAIN_OTHER
0x00000000
Defined by country/region code settings
DOT11_REG_DOMAIN_FCC
0x00000010
United States
DOT11_REG_DOMAIN_DOC
0x00000020
Canada
DOT11_REG_DOMAIN_ETSI
0x00000030
Most of Europe
DOT11_REG_DOMAIN_SPAIN
0x00000031
Spain
DOT11_REG_DOMAIN_FRANCE
0x00000032
France
DOT11_REG_DOMAIN_MKK
0x00000040
Japan
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
DOT11_REG_DOMAINS_SUPPORT_VALUE
OID_DOT11_REG_DOMAINS_SUPPORT_VALUE
Native 802.11 Wireless LAN Reference