www.beck-ipc.com

@CHIP-RTOS C Library - TCP/IP API


SSL_GetConnState

Get status data of the specified SSL socket connection

int SSL_GetConnState(int sd, void far * * connStatePtr, int *error);

Parameters

sd

Socket descriptor

error

Output parameter:  Failure code, 0 on success.

connStatePtr

Output parameter: Points to internal SSL connection data.

Return Value

0: success, *connStatePtr points to the internal SSL socket connection data
-1: failed

Comments

Currently this function is only required for the driver of the wireless module WL01. The driver requires the internal informations, when using the EAP_TLS protocol.

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.

Supported since or modified in @CHIP-RTOS version

    SC12SC13SC11SC1x3SC2x
    n/an/an/aV1.17V1.17

Supported by @CHIP-RTOS C Library since version

    CLIB
    V2.12

This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document