Native 802.11 Extensible Station OIDs

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 Native 802.11 Extensible Station (ExtSTA) object identifiers (OIDs) are applicable to miniport drivers that support the Native 802.11 ExtSTA operation mode. For more information about the ExtSTA operation mode, see Extensible Station Operation Mode.

In the following table, these abbreviations are used to specify the requirements for Native 802.11 ExtSTA OID query (Q), set (S), and NDIS 6.0 method (M) requests:

  • R
    Indicates that support for the object is required. The miniport driver must not fail set or query requests for the object by returning NDIS_STATUS_NOT_SUPPORTED from its MiniportOidRequest function.
  • C
    Indicates that support for the object is conditionally required for certain hardware or software functionality. If the 802.11 station supports the functionality, the miniport driver must support query or set requests for the object. Otherwise, the miniport driver must fail the set or query requests by returning NDIS_STATUS_NOT_SUPPORTED from its MiniportOidRequest function.
  • O
    Indicates that support for the object is optional. The miniport driver can either support query or set requests for the object, or the driver can fail the request by returning NDIS_STATUS_NOT_SUPPORTED from its MiniportOidRequest function.
  • X
    Indicates that the specified state of a Native 802.11 operating mode supports a set request for the object. If the miniport driver is not in the specified state, the miniport driver must fail the set request by returning NDIS_STATUS_INVALID_STATE from its MiniportOidRequest function.

OIDs that support query requests can be queried from any state of the miniport driver's operation mode.

For more information about Native 802.11 operation modes, see Native 802.11 Operation Modes. For more information about Native 802.11 operating states, see Native 802.11 Operating States.

Name Q S M ExtSTA INIT ExtSTA OP
OID_DOT11_ACTIVE_PHY_LIST R
OID_DOT11_ASSOCIATION_PARAMS R X
OID_DOT11_AUTO_CONFIG_ENABLED R R X
OID_DOT11_CIPHER_DEFAULT_KEY C X X
OID_DOT11_CIPHER_DEFAULT_KEY_ID C C X X
OID_DOT11_CIPHER_KEY_MAPPING_KEY R X X
OID_DOT11_CONNECT_REQUEST R X
OID_DOT11_CURRENT_PHY_ID R R X X
OID_DOT11_DESIRED_BSS_TYPE R R X
OID_DOT11_DESIRED_BSSID_LIST R R X
OID_DOT11_DESIRED_COUNTRY_OR_REGION_STRING C C X
OID_DOT11_DESIRED_PHY_LIST R R X
OID_DOT11_DESIRED_SSID_LIST R R X
OID_DOT11_DISCONNECT_REQUEST R X
OID_DOT11_ENABLED_AUTHENTICATION_ALGORITHM R R X
OID_DOT11_ENABLED_MULTICAST_CARRIER_CIPHER_ALGORITHM C C X
OID_DOT11_ENABLED_UNICAST_CARRIER_CIPHER_ALGORITHM C C X
OID_DOT11_ENUM_ASSOCIATION_INFO R
OID_DOT11_ENUM_BSS_LIST R
OID_DOT11_EXCLUDE_UNENCRYPTED C C X
OID_DOT11_EXCLUDED_MAC_ADDRESS_LIST R R X X
OID_DOT11_EXTSTA_CAPABILITY O
OID_DOT11_FLUSH_BSS_LIST R X
OID_DOT11_HARDWARE_PHY_STATE O
OID_DOT11_HIDDEN_NETWORK_ENABLED R R X
OID_DOT11_IBSS_PARAMS R R X
OID_DOT11_MEDIA_STREAMING_ENABLED R R X X
OID_DOT11_PMKID_LIST C C X X
OID_DOT11_PORT_STATE_NOTIFICATION O X
OID_DOT11_POWER_MGMT_REQUEST R R X X
OID_DOT11_PRIVACY_EXEMPTION_LIST C C X
OID_DOT11_QOS_PARAMS C C X
OID_DOT11_SAFE_MODE_ENABLED R R X
OID_DOT11_STATISTICS R
OID_DOT11_SUPPORTED_COUNTRY_OR_REGION_STRING O
OID_DOT11_SUPPORTED_MULTICAST_ALGORITHM_PAIR O
OID_DOT11_SUPPORTED_UNICAST_ALGORITHM_PAIR O
OID_DOT11_UNICAST_USE_GROUP_ENABLED C C X
OID_DOT11_UNREACHABLE_DETECTION_THRESHOLD R R X X

Some of the ExtSTA OIDs are used to reference IEEE 802.11 management information base (MIB) objects. The following table lists the ExtSTA OID name, the corresponding IEEE 802.11 MIB object name, and the IEEE 802.11 standard that defines the MIB object. For more information about an MIB object, refer to Annex D of the specified IEEE 802.11 Standard.

ExtSTA OID name IEEE 802.11 MIB object name IEEE 802.11 standard
OID_DOT11_CIPHER_DEFAULT_KEY_ID dot11DefaultKeyID IEEE 802.11-2012
OID_DOT11_DESIRED_BSS_TYPE dot11DesiredBSSType IEEE 802.11-2012
OID_DOT11_EXCLUDE_UNENCRYPTED dot11ExcludeUnencrypted IEEE 802.11-2012