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 conteneur pour les différentes méthodes de défi d’authentification.
u.AuthSim
Réponse de la méthode d’authentification SIM. Si AuthMethod est défini sur WwanAuthSim, utilisez ce membre.
u.AuthAka
Réponse de la méthode d’authentification AKA. Si AuthMethod est défini sur WwanAuthAka, utiliser ce membre.
u.AuthAkap
Réponse de la méthode d’authentification AKA. Si AuthMethod est défini sur WwanAuthAkap, utiliser ce membre.
Remarques
La structure NDIS_WWAN_AUTH_RESPONSE utilise cette structure.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Prise en charge à partir de Windows 8. |
d’en-tête | wwan.h (include Wwan.h) |