1.1.14.5 WDRV_WINC_SSLCTXCipherSuitesSet Function

WDRV_WINC_STATUS WDRV_WINC_SSLCTXCipherSuitesSet (

WDRV_WINC_CIPHER_SUITE_CONTEXT *pSSLCipherSuiteCtx, uint16_t *pCipherSuiteList,

uint8_t numCipherSuites

)

C

Summary

Set the cipher suites enabled in a context.

Description

Sets the list of enabled cipher suites within a cipher suite context using IANA defined IDs.

Precondition

None.

Parameters

Param

Description

pSSLCipherSuiteCtx

Pointer to cipher suite context.

pCipherSuiteList

Pointer to list of cipher suites to enable.

numCipherSuites

Number of cipher suites to enable.

Returns

WDRV_WINC_STATUS_OK - The operation was performed.

WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.