Share via


ONEX_AUTH_STATUS (Compact 2013)

3/26/2014

This enumeration specifies the 802.1X authentication status.

Syntax

typedef enum _ONEX_AUTH_STATUS {
  OneXAuthNotStarted,
  OneXAuthInProgress,
  OneXAuthNoAuthenticatorFound,
  OneXAuthSuccess,
  OneXAuthFailure,
  OneXAuthInvalid} ONEX_AUTH_STATUS, *PONEX_AUTH_STATUS;

Values

  • OneXAuthNotStarted
    The 802.1X authentication has not started
  • OneXAuthInProgress
    The 802.1X authentication is in progress
  • OneXAuthNoAuthenticatorFound
    The 802.1X authentication was attempted, but no 802.1X peer was found. In this case the network probably does not support the 802.1X standard.
  • OneXAuthSuccess
    The 802.1X authentication completed successfully
  • OneXAuthFailure
    The 802.1X authentication failed
  • OneXAuthInvalid
    The 802.1X authentication was invalid

Requirements

Header

dot1x.h

See Also

Reference

Native 802.11 Data Types
Native 802.11 Wireless LAN Reference