DOT11_TEMP_TYPE enumeration (windot11.h)

Important  The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
 
The DOT11_TEMP_TYPE enumeration specifies the operating temperature range of a PHY on the 802.11 station.

Syntax

typedef enum _DOT11_TEMP_TYPE {
  dot11_temp_type_unknown  = 0,
  dot11_temp_type_1        = 1,
  dot11_temp_type_2        = 2
} DOT11_TEMP_TYPE, *PDOT11_TEMP_TYPE;

Constants

 
dot11_temp_type_unknown
An uninitialized or unknown temperature type.
dot11_temp_type_1
The commercial temperature range from 0 through 40 degrees Celsius.
dot11_temp_type_2
The industrial temperature range from -30 through 70 degrees Celsius.

Remarks

There are different operating temperature requirements dependent on the anticipated environmental conditions. The DOT11_TEMP_TYPE enumeration describes a PHY's operating temperature range capability.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header windot11.h (include Ndis.h)

See also

DOT11_PHY_ATTRIBUTES

OID_DOT11_TEMP_TYPE