1.1.19.6 WDRV_WINC_TLSCtxClose
Function
void WDRV_WINC_TLSCtxClose(DRV_HANDLE handle, WDRV_WINC_TLS_HANDLE tlsHandle)
Summary
Closes a TLS context.
Description
Frees a TLS context handle for other uses.
Precondition
WDRV_WINC_Initialize should have been called. WDRV_WINC_Open should have been called to obtain a valid handle. WDRV_WINC_TLSCtxOpen should have been called to obtain a valid TLS handle.
Parameters
handle - Client handle obtained by a call to WDRV_WINC_Open.
tlsHandle - TLS handle obtained by a call to WDRV_WINC_TLSCtxOpen.
Returns
None.
Remarks
None.