DOT11_MD_CAPABILITY_ENTRY (Compact 2013)
3/26/2014
This structure defines the elements of the dot11MDCapabilityEntry array. For more information about this array, see DOT11_MD_CAPABILITY_ENTRY_LIST.
Syntax
typedef struct _DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY
{
ULONG uMultiDomainCapabilityIndex;
ULONG uFirstChannelNumber;
ULONG uNumberOfChannels;
LONG lMaximumTransmitPowerLevel;
} DOT11_MULTI_DOMAIN_CAPABILITY_ENTRY, *PDOT11_MULTI_DOMAIN_CAPABILITY_ENTRY;
Members
- uMultiDomainCapabilityIndex
Identifies this entry in the miniport driver’s supported regulatory domain list
- uFirstChannelNumber
The lowest channel number in the sub-band for the regulatory domain that is identified by the dot11CountryString MIB object
- uNumberOfChannels
Total number of channels allowed in the sub-band for the regulatory domain that is identified by the dot11CountryString MIB object
- lMaximumTransmitPowerLevel
The maximum transmit power, in dBm, allowed in the sub-band for the regulatory domain that is identified by the dot11CountryString MIB object
See Also
Reference
Native 802.11 Data Types
DOT11_MD_CAPABILITY_ENTRY_LIST
OID_DOT11_MULTI_DOMAIN_CAPABILITY
OID_DOT11_COUNTRY_STRING
Native 802.11 Wireless LAN Reference