DOT11_SUPPORTED_POWER_LEVELS (Compact 2013)
3/26/2014
This structure describes the power level data that is returned for the current PHY type on the 802.11 station.
Syntax
typedef struct _DOT11_SUPPORTED_POWER_LEVELS
{
ULONG uNumOfSupportedPowerLevels;
ULONG uTxPowerLevelValues[8];
} DOT11_SUPPORTED_POWER_LEVELS, *PDOT11_SUPPORTED_POWER_LEVELS;
Members
- uNumOfSupportedPowerLevels
Number of supported power levels. This member must have a value from 1 through 8.
- uTxPowerLevelValues
An array of the supported transmit power levels in units of milliwatts (mWs). Each power level must be a value from 0 through 1000.
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
OID_DOT11_SUPPORTED_POWER_LEVELS
Native 802.11 Wireless LAN Reference