Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 2.81 KB

ns-wwan-_wwan_auth_akap_response.md

File metadata and controls

88 lines (65 loc) · 2.81 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:wwan._WWAN_AUTH_AKAP_RESPONSE
_WWAN_AUTH_AKAP_RESPONSE (wwan.h)
The WWAN_AUTH_AKAP_RESPONSE structure represents a response to an AKA' (AKA Prime) authentication challenge.
netvista\wwan_auth_akap_response.htm
netvista
03/11/2022
WWAN_AUTH_AKAP_RESPONSE structure
*PWWAN_AUTH_AKAP_RESPONSE, PWWAN_AUTH_AKAP_RESPONSE, PWWAN_AUTH_AKAP_RESPONSE structure pointer [Network Drivers Starting with Windows Vista], WWAN_AUTH_AKAP_RESPONSE, WWAN_AUTH_AKAP_RESPONSE structure [Network Drivers Starting with Windows Vista], _WWAN_AUTH_AKAP_RESPONSE, netvista.wwan_auth_akap_response, wwan/PWWAN_AUTH_AKAP_RESPONSE, wwan/WWAN_AUTH_AKAP_RESPONSE
wwan.h
Wwan.h
Windows
Supported starting with Windows 8.
Windows
WWAN_AUTH_AKAP_RESPONSE, *PWWAN_AUTH_AKAP_RESPONSE
_WWAN_AUTH_AKAP_RESPONSE
wwan/_WWAN_AUTH_AKAP_RESPONSE
PWWAN_AUTH_AKAP_RESPONSE
wwan/PWWAN_AUTH_AKAP_RESPONSE
WWAN_AUTH_AKAP_RESPONSE
wwan/WWAN_AUTH_AKAP_RESPONSE
APIRef
kbSyntax
HeaderDef
wwan.h
_WWAN_AUTH_AKAP_RESPONSE
PWWAN_AUTH_AKAP_RESPONSE
WWAN_AUTH_AKAP_RESPONSE

_WWAN_AUTH_AKAP_RESPONSE structure

-description

The WWAN_AUTH_AKAP_RESPONSE structure represents a response to an AKA' (AKA Prime) authentication challenge.

-struct-fields

-field ResLength

The length of the response in the Res member.

-field Auts

A 112-bit value generated by the peer upon a synchronization failure. This member is valid only in case of failure. This member represents a multi-byte value in little-endian format.

-field CKP

The ciphering key. This member is valid only in case of success. This member represents a multi-byte value in little-endian format.

-field IKP

The integrating key. This member is valid only in case of success. This member represents a multi-byte value in little-endian format.

-field Res

A 128-bit authentication result from the peer, which, together with the RAND, authenticates the peer to the server. This member is valid only in case of success. This member represents a multi-byte value in little-endian format.

-remarks

The WWAN_AUTH_RESPONSE structure uses this structure.

-see-also

WWAN_AUTH_RESPONSE