// wwan.h
typedef enum _WWAN_AUTH_METHOD {
WwanAuthSim,
WwanAuthAka,
WwanAuthAkaPrime,
WwanAuthMethodMax
} WWAN_AUTH_METHOD, *PWWAN_AUTH_METHOD;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_AUTH_METHOD enumeration lists supported authentication methods.
WwanAuthSimAuthenticate using the SIM method.
WwanAuthAkaAuthenticate using the AKA method.
WwanAuthAkaPrimeAuthenticate using the AKA' (AKA Prime) method.
WwanAuthMethodMaxThis value is reserved. Do not use.
The WWAN_AUTH_CHALLENGE and WWAN_AUTH_RESPONSE structures use this enumeration.