// windot11.h
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;
View the official Windows Driver Kit DDI reference
No description available.
[!Important] WiFiCx is the new Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features. The WDI driver model is now in maintenance mode and will only receive high priority fixes.
The DOT11_TEMP_TYPE enumeration specifies the operating temperature range of a PHY on the 802.11 station.
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.
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;
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.