DOT11_TEMP_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-windot11-_dot11_temp_type)

_DOT11_TEMP_TYPE enumeration

Description

[!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.

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.

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;

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.

See also

DOT11_PHY_ATTRIBUTES

OID_DOT11_TEMP_TYPE