DOT11_MSONEX_RESULT (Compact 2013)

3/26/2014

This enumeration defines the results of the 802.1X authentication operation that are performed by the operating system through a call to the Dot11ExtOneXStart function.

Syntax

typedef enum _DOT11_MSONEX_RESULT {
  DOT11_MSONEX_SUCCESS,
  DOT11_MSONEX_FAILURE
  DOT11_MSONEX_IN_PROGRESS
  } DOT11_MSONEX_RESULT, *PDOT11_MSONEX_RESULT;

Values

  • DOT11_MSONEX_SUCCESS
    The 802.1X authentication operation succeeded
  • DOT11_MSONEX_FAILURE
    The 802.1X authentication operation failed
  • DOT11_MSONEX_IN_PROGRESS
    The 802.1X authentication operation is in progress

Remarks

After the IHV Extensions DLL starts an 802.1X authentication operation, the operating system calls the Dot11ExtIhvOneXIndicateResult IHV handler function to complete the operation. When it calls this function, the operating system passes a DOT11_MSONEX_RESULT value to the OneXResult parameter to specify the result of the authentication operation.

Requirements

Header

wlanihv.h

See Also

Reference

Native 802.11 Data Types
Dot11ExtIhvOneXIndicateResult
Native 802.11 Wireless LAN Reference