OID_DOT11_SUPPORTED_DSSS_CHANNEL_LIST

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_DSSS_CHANNEL_LIST OID requests that the miniport driver returns the list of frequency channels that the 802.11 station can operate with.

The data type for this OID is the DOT11_SUPPORTED_DSSS_CHANNEL_LIST structure.

You can use this OID to indicate to the operating system any frequency channels that should be scanned for conformance with performance specifications. The operating system does not use these OIDs during routine operation of the 802.11 station.

The OID MIB object is only valid for the following PHY types:

  • Direct-sequence spread spectrum (DSSS) PHY.

  • High-rate DSSS (HRDSSS) PHY.

  • Extended-rate PHY (ERP).

  • High-throughput (HT) 802.11n PHY when operating in the 2.4-GHz band.

If the current PHY type is not set to dot11_phy_type_dsss, dot11_phy_type_hrdsss, dot11_phy_type_erp, or dot11_phy_type_ht, the miniport driver must fail the query request by returning NDIS_STATUS_INVALID_DATA from its MiniportOidRequest function.

Support for this OID is optional, unless the station reports to the operating system that it supports one or more of the dot11_phy_type_dsss, dot11_phy_type_hrdsss, and dot11_phy_type_erp PHY types. In this case support for this OID is mandatory.

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 7 and later versions of the Windows operating systems.

Header

Windot11.h (include Ndis.h)

See also

Native 802.11 MIB OIDs

Native 802.11 Wireless LAN OIDs