DOT11_COUNTRY_OR_REGION_STRING_LIST (Compact 2013)
3/26/2014
This structure is used when the OID_DOT11_SUPPORTED_COUNTRY_OR_REGION_STRING identifier (OID) requests that the miniport driver return a list of the country/region strings that identify the regulatory domains supported by the 802.11 station.
Syntax
typedef struct DOT11_COUNTRY_OR_REGION_STRING_LIST {
NDIS_OBJECT_HEADER Header;
ULONG uNumOfEntries;
ULONG uTotalNumOfEntries;
DOT11_COUNTRY_OR_REGION_STRING CountryOrRegionStrings[1];
} DOT11_COUNTRY_OR_REGION_STRING_LIST, *PDOT11_COUNTRY_OR_REGION_STRING_LIST;
Members
Header
The type, revision, and size of the DOT11_COUNTRY_OR_REGION_STRING_LIST structure. This member is formatted as an NDIS_OBJECT_HEADER structure.The miniport driver must set the members of Header to the following values:
Type
This member must be set to NDIS_OBJECT_TYPE_DEFAULT
Revision
DOT11_COUNTRY_OR_REGION_STRING_LIST_REVISION_1
Size
This member must be set to sizeof(DOT11_COUNTRY_OR_REGION_STRING_LIST)
- uNumOfEntries
Number of entries in the CountryOrRegionStrings array. A zero value for this member indicates an empty country/region string list.
- uTotalNumOfEntries
Maximum number of entries that the CountryOrRegionStrings array can contain
- CountryOrRegionStrings
The list of supported 802.11 country/region strings. For more information about the data type of this member, see DOT11_COUNTRY_OR_REGION_STRING.
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
OID_DOT11_SUPPORTED_COUNTRY_OR_REGION_STRING
NDIS_OBJECT_HEADER
DOT11_COUNTRY_OR_REGION_STRING
Native 802.11 Wireless LAN Reference