1.1.8.5 WDRV_WINC_BSSCtxSetDefaults

C

WDRV_WINC_STATUS WDRV_WINC_BSSCtxSetDefaults
(
    WDRV_WINC_BSS_CONTEXT *const pBSSCtx
)

Description

Ensures that each element of the structure is configured into a legal state.

Precondition

None.

Parameters

ParametersDescription
pBSSCtxPointer to a BSS context.

Returns

  • WDRV_WINC_STATUS_OK - The context has been configured.

  • WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.