Share via


DOT11_TEMP_TYPE (Compact 2013)

3/26/2014

This enumeration specifies the operating temperature range of a PHY on the 802.11 station.

Syntax

typedef enum _DOT11_TEMP_TYPE {
  dot11_temp_type_unknown,
  dot11_temp_type_1,
  dot11_temp_type_2,
} DOT11_TEMP_TYPE, *PDOT11_TEMP_TYPE;

Members

  • 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 commercial temperature range from -30 through 70 degrees Celsius

Remarks

Various operating temperature requirements depend on the expected environmental conditions. The DOT11_TEMP_TYPE enumeration describes a PHY's operating temperature range capability.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
DOT11_PHY_ATTRIBUTES
OID_DOT11_TEMP_TYPE
Native 802.11 Wireless LAN Reference