DOT11_PMKID_VALUE
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 DOT11_PMKID_VALUE array defines a pairwise master key identifier (PMKID).
typedef UCHAR DOT11_PMKID_VALUE[16];
DOT11_PMKID_VALUE
The PMKID value. For more information about the format of the PMKID value, refer to Clause 8.5.1.2 of the IEEE 802.11i-2004 standard.
Remarks
An 802.11 station that supports RSNA authentication algorithms uses PMKID values for pre-authentication when it connects to an infrastructure basic service set (BSS) network.
For more information about the PMKID, refer to Clause 8.5.1.2 of the IEEE 802.11i-2004 standard.
Requirements
Version |
Available in Windows Vista and later versions of the Windows operating systems. |
Header |
Windot11.h (include Ndis.h) |
See also