structure WWAN_AUTH_RESPONSE (wwan.h)
La structure WWAN_AUTH_RESPONSE représente une réponse de défi d’authentification.
Syntaxe
typedef struct _WWAN_AUTH_RESPONSE {
WWAN_AUTH_METHOD AuthMethod;
union {
WWAN_AUTH_SIM_RESPONSE AuthSim;
WWAN_AUTH_AKA_RESPONSE AuthAka;
WWAN_AUTH_AKAP_RESPONSE AuthAkap;
} u;
} WWAN_AUTH_RESPONSE, *PWWAN_AUTH_RESPONSE;
Membres
AuthMethod
Méthode de défi d’authentification utilisée.
u
Union de conteneurs pour les différentes méthodes de défi d’authentification.
u.AuthSim
Réponse de la méthode d’authentification SIM. Si AuthMethod a la valeur WwanAuthSim, utilisez ce membre.
u.AuthAka
Réponse de la méthode d’authentification AKA. Si AuthMethod a la valeur WwanAuthAka, utilisez ce membre.
u.AuthAkap
Réponse de la méthode d’authentification AKA. Si AuthMethod a la valeur WwanAuthAkap, utilisez ce membre.
Remarques
La structure NDIS_WWAN_AUTH_RESPONSE utilise cette structure.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Pris en charge à partir de Windows 8. |
En-tête | wwan.h (inclure Wwan.h) |