WWAN_AUTH_METHOD enumeration (wwan.h)
The WWAN_AUTH_METHOD enumeration lists supported authentication methods.
Syntax
typedef enum _WWAN_AUTH_METHOD {
WwanAuthSim,
WwanAuthAka,
WwanAuthAkaPrime,
WwanAuthMethodMax
} WWAN_AUTH_METHOD, *PWWAN_AUTH_METHOD;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported starting with Windows 8. |
Header | wwan.h |