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
Members | Description |
---|---|
idxInUse | Flag indicating if context is in use. |
setCmdReqHandle | Set operation command request handle. |
Remarks
None.