OID_DOT11_SUPPORTED_UNICAST_ALGORITHM_PAIR (Compact 2013)

3/26/2014

When queried, the OID_DOT11_SUPPORTED_UNICAST_ALGORITHM_PAIR object identifier (OID) requests that the miniport driver return a list of the 802.11 authentication and cipher algorithms that the 802.11 station supports for unicast packets.

The data type for this OID is the DOT11_AUTH_CIPHER_PAIR_LIST structure.

When OID_DOT11_SUPPORTED_UNICAST_ALGORITHM_PAIR is queried, the miniport driver returns only those 802.11 authentication and cipher algorithms that the 802.11 station supports for the current value of the IEEE dot11DesiredBSSType management information base (MIB) object. For more information about this MIB object, see OID_DOT11_DESIRED_BSS_TYPE.

Note

For each value of the dot11DesiredBSSType MIB object, the miniport driver must not change the list of the 802.11 authentication and cipher algorithms after the OID_DOT11_SUPPORTED_UNICAST_ALGORITHM_PAIR is queried.

At least one cipher algorithm must be defined for each supported authentication algorithm. If the miniport driver does not support any unicast cipher algorithms for a particular authentication algorithm, it must still create a list entry for the authentication algorithm and use DOT11_CIPHER_ALGO_NONE for the related cipher algorithm.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Extensible Station OIDs
DOT11_AUTH_CIPHER_PAIR_LIST
OID_DOT11_DESIRED_BSS_TYPE
Native 802.11 Wireless LAN OIDs