OID_DOT11_CURRENT_PHY_ID (Compact 2013)

3/26/2014

When set, the OID_DOT11_CURRENT_PHY_ID object identifier (OID) requests that the miniport driver set the value of the Extensible Station (ExtSTA) msDot11CurrentPhyID management information base (MIB) object to the specified value.

When queried, OID**_DOT11_CURRENT_PHY_ID** requests that the miniport driver return the value of the msDot11CurrentPhyID MIB object.

The msDot11CurrentPhyID MIB object specifies the PHY identifier (ID) that the miniport driver uses when PHY-layer OIDs are set or queried. Examples of PHY-layer OIDs are as follows:

A PHY ID is an index into the table of supported PHYS as defined by the Native 802.11 Operational msDot11SupportedPhyTypes MIB object. For more information about PHY IDs and the msDot11SupportedPhyTypes MIB object, see OID_DOT11_SUPPORTED_PHY_TYPES.

When OID_DOT11_CURRENT_PHY_ID is set, the miniport driver must fail the request if the specified PHY ID is greater than or equal to the number of entries defined by the msDot11SupportedPhyTypes MIB object. In this situation, the miniport driver must return NDIS_STATUS_INVALID_DATA from its MiniportOidRequest function.

The default value of the msDot11CurrentPhyID MIB object is zero. The miniport driver must set this MIB object to its default if any of the following occurs:

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Extensible Station OIDs
OID_DOT11_HARDWARE_PHY_STATE
OID_DOT11_CURRENT_CHANNEL
OID_DOT11_DIVERSITY_SUPPORT
OID_DOT11_SUPPORTED_PHY_TYPES
MiniportOidRequest
MiniportInitializeEx
OID_DOT11_RESET_REQUEST
DOT11_RESET_REQUEST
Native 802.11 Wireless LAN OIDs