// wlanihv.h
typedef struct _DOT11_EAP_RESULT {
UINT32 dwFailureReasonCode;
EAP_ATTRIBUTES *pAttribArray;
} DOT11_EAP_RESULT, *PDOT11_EAP_RESULT;
View the official Windows Driver Kit DDI referenceNo description available.
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_EAP_RESULT structure indicates results from an EAP method.
dwFailureReasonCodeThe reason code returned by the EAP method. The meaning of the code is specific to the EAP method.
pAttribArrayA pointer to an EAP_ATTRIBUTES array structure that contains the EAP attributes returned by the authentication session. For more information about EAP_ATTRIBUTES, see the Microsoft Windows SDK documentation.
typedef struct _DOT11_EAP_RESULT {
UINT32 dwFailureReasonCode;
EAP_ATTRIBUTES *pAttribArray;
} DOT11_EAP_RESULT, *PDOT11_EAP_RESULT;