@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-
| SC12 | SC13 | SC11 | SC1x3 | SC2x |
-
| n/a | n/a | n/a | V1.17 | V1.17 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|