struttura WWAN_AUTH_RESPONSE (wwan.h)
La struttura WWAN_AUTH_RESPONSE rappresenta una risposta alla richiesta di autenticazione.
Sintassi
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;
Members
AuthMethod
Metodo di verifica dell'autenticazione usato.
u
Unione dei contenitori per i diversi metodi di verifica dell'autenticazione.
u.AuthSim
Risposta dal metodo di autenticazione SIM. Se AuthMethod è impostato su WwanAuthSim, usare questo membro.
u.AuthAka
Risposta dal metodo di autenticazione AKA. Se AuthMethod è impostato su WwanAuthAka, usare questo membro.
u.AuthAkap
Risposta dal metodo di autenticazione AKA. Se AuthMethod è impostato su WwanAuthAkap, usare questo membro.
Commenti
La struttura NDIS_WWAN_AUTH_RESPONSE utilizza questa struttura.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Supportato a partire da Windows 8. |
Intestazione | wwan.h (include Wwan.h) |