EapHostPeerGetResponseAttributes (Compact 2013)
3/26/2014
Obtains an array of EAP authentication attributes from EAPHost. After calling EapHostPeerGetResponseAttributes and finishing the processing of EAP attributes, the supplicant should call EapHostPeerSetResponseAttributes.
Syntax
DWORD APIENTRY EapHostPeerGetResponseAttributes(
__in EAP_SESSIONID sessionHandle,
__out EapAttributes* pAttribs,
__out EAP_ERROR** ppEapError
);
Parameters
- sessionHandle
A pointer to an EAP_SESSIONID structure that contains the unique handle for this EAP authentication session on the EAPHost server. This handle is returned in the pSessionId parameter in a previous call to EapHostPeerBeginSession.
- pAttribs
A pointer to an EAP_ATTRIBUTES structure that contains an array of EAP authentication response attributes for the supplicant.
- ppEapError
A pointer to the address of an EAP_ERROR structure. The address should be set to NULL before the code calls this function. If error data is available, a pointer to the address of an EAP_ERROR structure that contains any errors raised during the execution of this function call is received. After using the error data, free this memory by calling EapHostPeerFreeEapError.
See Also
Reference
EAPHost Supplicant Run-time Functions
EapHostPeerSetResponseAttributes