WWAN_AUTH_SIM_RESPONSE Struktur (wwan.h)
Die WWAN_AUTH_SIM_RESPONSE-Struktur stellt eine Antwort auf eine SIM-Authentifizierungsabfrage dar.
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;
Sres1[WWAN_AUTH_SRES_LEN]
Antwort 1 von 32 Bit. Dieses Element stellt einen Multibytewert im little-endian-Format dar.
Kc1[WWAN_AUTH_KC_LEN]
Verschlüsselungsschlüssel 1 von 64 Bit. Dieses Element stellt einen Multibytewert im little-endian-Format dar.
Sres2[WWAN_AUTH_SRES_LEN]
Antwort 2 von 32 Bit. Dieses Element stellt einen Multibytewert im little-endian-Format dar.
Kc2[WWAN_AUTH_KC_LEN]
Verschlüsselungsschlüssel 2 von 64 Bit. Dieses Element stellt einen Multibytewert im little-endian-Format dar.
Sres3[WWAN_AUTH_SRES_LEN]
Antwort 3 von 32 Bit. Dieses Element stellt einen Multibytewert im little-endian-Format dar.
Kc3[WWAN_AUTH_KC_LEN]
Verschlüsselungsschlüssel 3 von 64 Bit. Dieses Element stellt einen Multibytewert im little-endian-Format dar.
n
Die Anzahl der Antworten.
Das n Mitglied kann entweder 2 oder 3laut RFC 4186 sein. Wenn sie auf 2festgelegt ist, verwenden Sie die Sres1/Kc1- und Sres2-/Kc2--Member. Wenn sie auf 3festgelegt ist, verwenden Sie Sres1/Kc1, Sres2/Kc2und Sres3/Kc3 Member.
Die WWAN_AUTH_RESPONSE-Struktur verwendet diese Struktur.
Anforderung | Wert |
---|---|
mindestens unterstützte Client- | Wird ab Windows 8 unterstützt. |
Header- | wwan.h (include Wwan.h) |