Querying Supported Cipher 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) query the cipher algorithms that are supported by the 802.11 station.

Name Description

[OID_DOT11_SUPPORTED_UNICAST_ALGORITHM_PAIR](https://msdn.microsoft.com/library/windows/hardware/ff569430)

Queries the authentication and cipher algorithms supported for unicast packets sent or received by the 802.11 station.

[OID_DOT11_SUPPORTED_MULTICAST_ALGORITHM_PAIR](https://msdn.microsoft.com/library/windows/hardware/ff569424)

Queries the authentication and cipher algorithms supported for multicast or broadcast packets sent or received by the 802.11 station.

 

When these OIDs are queried, the miniport driver returns a list of supported cipher algorithms for each supported 802.11 authentication algorithm. For any authentication algorithm, the 802.11 station can support different cipher algorithms for unicast and multicast or broadcast packets.

The miniport driver only returns 802.11 authentication and cipher algorithms supported for the current desired basic service set (BSS) type, as specified through the value of the IEEE dot11DesiredBSSType management information base (MIB) object. For more information about this MIB object, see OID_DOT11_DESIRED_BSS_TYPE.