Share via


DOT11_REG_DOMAINS_SUPPORT_VALUE (Compact 2013)

3/26/2014

This structure describes the returned list of regulatory domains that are supported by the Physical Layer Convergence Procedure (PLCP) and Physical Media Dependent sublayers of the current PHY type on the 802.11 station.

Syntax

typedef struct _DOT11_REG_DOMAINS_SUPPORT_VALUE
{
  ULONG  uNumOfEntries;
  ULONG  uTotalNumOfEntries;
  DOT11_REG_DOMAIN_VALUE  dot11RegDomainValue[1];
} DOT11_REG_DOMAINS_SUPPORT_VALUE, *PDOT11_REG_DOMAINS_SUPPORT_VALUE;

Members

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

The data type for the elements of the dot11RegDomainValue array is the DOT11_REG_DOMAIN_VALUE structure.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
DOT11_REG_DOMAIN_VALUE
OID_DOT11_REG_DOMAINS_SUPPORT_VALUE
Native 802.11 Wireless LAN Reference