802.11 PHY Configuration

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 IEEE physical (PHY) layer of the Native 802.11 station is configured through a set of object identifiers (OIDs) that are based on 802.11 management information base (MIB) objects. For more information about the 802.11 MIB objects, refer to Annex D of the IEEE 802.11 standards listed in Background Reading on 802.11.

The following OIDs query the configuration for all types of PHYs.

Name Description

[OID_DOT11_CURRENT_TX_POWER_LEVEL](https://msdn.microsoft.com/library/windows/hardware/ff569138)

Queries the power level of the PHY.

[OID_DOT11_DIVERSITY_SELECTION_RX](https://msdn.microsoft.com/library/windows/hardware/ff569148)

Queries the list of antennas on the PHY that are available for receive (RX) diversity operations.

[OID_DOT11_DIVERSITY_SUPPORT](https://msdn.microsoft.com/library/windows/hardware/ff569149)

Queries the type of antenna diversity that is supported by the PHY.

[OID_DOT11_SUPPORTED_DATA_RATES_VALUE](https://msdn.microsoft.com/library/windows/hardware/ff569422)

Queries the transmit and receive data rates that are supported by the Physical Layer Convergence Procedure (PLCP) and Physical Media Dependent (PMD) sublayer of the PHY.

[OID_DOT11_SUPPORTED_POWER_LEVELS](https://msdn.microsoft.com/library/windows/hardware/ff569427)

Queries the number of transmit power levels that are supported by the PMD sublayer of the PHY.

[OID_DOT11_TEMP_TYPE](https://msdn.microsoft.com/library/windows/hardware/ff569431)

Queries the operating temperature range of the PHY.

 

The following topics describe PHY-specific configuration:

DSSS, HRDSSS, and ERP PHY Configuration OFDM PHY Configuration FHSS PHY Configuration IR PHY Configuration Automatic PHY Configuration Note  When the miniport driver is operating in the Extensible Station (ExtSTA) mode, Native 802.11 OIDs that are used for PHY configurations affect the PHY on the 802.11 station that is referenced through the current PHY identifier (ID). The operating system sets or queries the current PHY ID through OID_DOT11_CURRENT_PHY_ID.