ONEX_AUTH_IDENTITY (Compact 2013)

3/26/2014

This enumeration specifies the type of identity that the 802.1X module uses for authentication.

Syntax

typedef V1_ENUM enum _ONEX_AUTH_IDENTITY {
  OneXAuthIdentityNone,
  OneXAuthIdentityMachine,
  OneXAuthIdentityUser,
  OneXAuthIdentityExplicitUser,
  OneXAuthIdentityGuest,
  OneXAuthIdentityInvalid} ONEX_AUTH_IDENTITY, *PONEX_AUTH_IDENTITY;

Members

  • OneXAuthIdentityNone
    The 802.1X module has no identity specified
  • OneXAuthIdentityMachine
    The 802.1X module uses system credentials
  • OneXAuthIdentityUser
    The 802.1X module uses credentials of the logged-in user
  • OneXAuthIdentityExplicitUser
    The 802.1X module uses explicit user-specified credentials
  • OneXAuthIdentityGuest
    The 802.1X module uses guest credentials
  • OneXAuthIdentityInvalid
    The 802.1X module has an invalid identity specified

Remarks

The identify of the 802.1X module is a function of the 802.1X authentication mode and system triggers, such as user logon or logoff.

Requirements

Header

dot1x.h

See Also

Reference

Native 802.11 Data Types
Native 802.11 Wireless LAN Reference