DOT11_MD_CAPABILITY_ENTRY_LIST (Compact 2013)

3/26/2014

This structure describes the returned list of supported regulatory domains.

Syntax

typedef struct _DOT11_MD_CAPABILITY_ENTRY_LIST 
{
  ULONG  uNumOfEntries;
  ULONG  uTotalNumOfEntries;
  DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY  dot11MDCapabilityEntry[1];
} DOT11_MD_CAPABILITY_ENTRY_LIST, *PDOT11_MD_CAPABILITY_ENTRY_LIST;

Members

  • uNumOfEntries
    Number of entries in the dot11MDCapabilityEntry array. A zero value for this member indicates an empty list of supported regulatory domains.
  • uTotalNumOfEntries
    Maximum number of entries that the dot11MDCapabilityEntry array requires
  • dot11MDCapabilityEntry
    The list of supported regulatory domains

The data type for the elements of the dot11MDCapabilityEntry array is the DOT11_MD_CAPABILITY_ENTRY structure.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
DOT11_MD_CAPABILITY_ENTRY
OID_DOT11_MULTI_DOMAIN_CAPABILITY
OID_DOT11_COUNTRY_STRING
Native 802.11 Wireless LAN Reference