1.1.14.8 WDRV_WINC_SSLECCReqCallbackSet Function

WDRV_WINC_STATUS WDRV_WINC_SSLECCReqCallbackSet (

DRV_HANDLE handle, WDRV_WINC_REQ_ECC_CALLBACK pfECCREQCallback

)

C

Summary

Set the ECC request callback.

Description

Registers the ECC request callback with the driver.

Precondition

WDRV_WINC_Initialize should have been called. WDRV_WINC_Open should have been called to obtain a valid handle.

Parameters

Param

Description

handle

Client handle obtained by a call to WDRV_WINC_Open.

pfECCREQCallback

Pointer to callback function to receive ECC request information from WINC This value can be NULL if ECC is not required.

Returns

WDRV_WINC_STATUS_OK - The operation was performed. WDRV_WINC_STATUS_NOT_OPEN - The driver instance is not open. WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.