1.1.29.2.5 WDRV_WINC_TLSCSCTX_INFO Struct

C

typedef struct
{
    bool idxInUse;
    WINC_CMD_REQ_HANDLE setCmdReqHandle;
} WDRV_WINC_TLSCSCTX_INFO;

Description

Structure containing information about a TLS cipher suite.

Members

MembersDescription
idxInUseFlag indicating if context is in use.
setCmdReqHandleSet operation command request handle.

Remarks

None.