WWAN_AUTH_AKA_CHALLENGE structure (wwan.h)

The WWAN_AUTH_AKA_CHALLENGE structure represents an authentication challenge using the AKA method.

Syntax

typedef struct _WWAN_AUTH_AKA_CHALLENGE {
  BYTE Rand[WWAN_AUTH_RAND_LEN];
  BYTE Autn[WWAN_AUTH_AUTN_LEN];
} WWAN_AUTH_AKA_CHALLENGE, *PWWAN_AUTH_AKA_CHALLENGE;

Members

Rand[WWAN_AUTH_RAND_LEN]

128-bit random number challenge. This member represents a multi-byte value in little-endian format.

Autn[WWAN_AUTH_AUTN_LEN]

128-bit authentication value generated by the AuC, which, together with the value of the Rand member authenticates the server to the peer. This member represents a multi-byte value in little-endian format.

Remarks

The WWAN_AUTH_CHALLENGE structure uses this structure.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows 8 and later versions of Windows.
Header wwan.h (include Wwan.h)

See also

WWAN_AUTH_CHALLENGE