WWAN_AUTH_METHOD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_AUTH_METHOD {
  WwanAuthSim,
  WwanAuthAka,
  WwanAuthAkaPrime,
  WwanAuthMethodMax
} WWAN_AUTH_METHOD, *PWWAN_AUTH_METHOD;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_auth_method)

_WWAN_AUTH_METHOD enumeration

Description

The WWAN_AUTH_METHOD enumeration lists supported authentication methods.

Constants

WwanAuthSim

Authenticate using the SIM method.

WwanAuthAka

Authenticate using the AKA method.

WwanAuthAkaPrime

Authenticate using the AKA' (AKA Prime) method.

WwanAuthMethodMax

This value is reserved. Do not use.

Remarks

The WWAN_AUTH_CHALLENGE and WWAN_AUTH_RESPONSE structures use this enumeration.

See also

WWAN_AUTH_CHALLENGE

WWAN_AUTH_RESPONSE