Enabling Authentication Algorithms

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 the miniport driver is operating in Extensible Station (ExtSTA) mode, the following object identifiers (OIDs) set or query the authentication algorithms that are enabled on the 802.11 station.

Name Description

[OID_DOT11_ENABLED_AUTHENTICATION_ALGORITHM](https://msdn.microsoft.com/library/windows/hardware/ff569356)

Sets or queries the authentication algorithms that are enabled on the 802.11 station.

[OID_DOT11_PMKID_LIST](https://msdn.microsoft.com/library/windows/hardware/ff569400)

Sets or queries the list of pairwise master key identifiers (PMKIDs) that are used by the 802.11 station for RSNA preauthentication.

 

Note  Set requests of these OIDs can only be made while the miniport driver is in the initialization (INIT) state of the ExtSTA operation mode. For more information about this state, see Extensible Station Operating States.

 

When OID_DOT11_CONNECT_REQUEST is set, the 802.11 station only attempts to connect to a BSS network whose 802.11 Beacon or Probe Response frames specify support for any of the enabled authentication algorithms and unicast and multicast or broadcast cipher algorithms. For more information about the connection operation, see Connection Operations.