WWAN_AUTH_SIM_RESPONSE struttura (wwan.h)
La struttura WWAN_AUTH_SIM_RESPONSE rappresenta una risposta a una sfida di autenticazione SIM.
Sintassi
typedef struct _WWAN_AUTH_SIM_RESPONSE {
BYTE Sres1[WWAN_AUTH_SRES_LEN];
BYTE Kc1[WWAN_AUTH_KC_LEN];
BYTE Sres2[WWAN_AUTH_SRES_LEN];
BYTE Kc2[WWAN_AUTH_KC_LEN];
BYTE Sres3[WWAN_AUTH_SRES_LEN];
BYTE Kc3[WWAN_AUTH_KC_LEN];
ULONG n;
} WWAN_AUTH_SIM_RESPONSE, *PWWAN_AUTH_SIM_RESPONSE;
Members
Sres1[WWAN_AUTH_SRES_LEN]
Risposta 1 di 32 bit. Questo membro rappresenta un valore multi-byte in formato little-endian.
Kc1[WWAN_AUTH_KC_LEN]
Chiave di crittografia 1 di 64 bit. Questo membro rappresenta un valore multi-byte in formato little-endian.
Sres2[WWAN_AUTH_SRES_LEN]
Risposta 2 di 32 bit. Questo membro rappresenta un valore multi-byte in formato little-endian.
Kc2[WWAN_AUTH_KC_LEN]
Chiave di crittografia 2 di 64 bit. Questo membro rappresenta un valore multi-byte in formato little-endian.
Sres3[WWAN_AUTH_SRES_LEN]
Risposta 3 di 32 bit. Questo membro rappresenta un valore multi-byte in formato little-endian.
Kc3[WWAN_AUTH_KC_LEN]
Chiave di crittografia 3 di 64 bit. Questo membro rappresenta un valore multi-byte in formato little-endian.
n
Numero di risposte.
Commenti
Il n membro può essere 2 o 3, secondo RFC 4186. Se è impostato su 2, usare i membri Sres1/Kc1 e Sres2/Kc2 . Se è impostato su 3,usare I membri Sres1/Kc1, Sres2/Kc2 e Sres3/Kc3 .
La struttura WWAN_AUTH_RESPONSE usa questa struttura.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Supportato a partire da Windows 8. |
Intestazione | wwan.h (include Wwan.h) |