OID_DOT11_SUPPORTED_DATA_RATES_VALUE

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.

 

When queried, the OID_DOT11_SUPPORTED_DATA_RATES_VALUE OID requests that the miniport driver return the following for the current PHY type on the 802.11 station:

  • The transmit data rates supported by the Physical Layer Convergence Procedure (PLCP) and Physical Media Dependent (PMD) sublayer of the PHY.

  • The receive data rates supported by the PLCP and PMD of the PHY.

The data type for OID_DOT11_SUPPORTED_DATA_RATES_VALUE is the DOT11_SUPPORTED_DATA_RATES_VALUE_V2 structure.

If the miniport driver is operating in Extensible Station (ExtSTA) mode, the current PHY type is determined through the ExtSTA msDot11CurrentPhyID management information base (MIB) object. This MIB object specifies the index of the current PHY type within the 802.11 station's list of supported PHY types. For more information about msDot11CurrentPhyID, see OID_DOT11_CURRENT_PHY_ID.

Requirements

Version

Available in Windows Vista and later versions of the Windows operating systems.

Header

Windot11.h (include Ndis.h)

See also

Native 802.11 Wireless LAN OIDs