1.1.7.10 WDRV_WINC_AuthCtxSetOpen

C

WDRV_WINC_STATUS WDRV_WINC_AuthCtxSetOpen
(
    WDRV_WINC_AUTH_CONTEXT *const pAuthCtx
)

Description

The auth type and information are configured appropriately for Open authentication.

Precondition

None.

Parameters

ParametersDescription
pAuthCtxPointer to an authentication context.

Returns

  • WDRV_WINC_STATUS_OK - The context has been configured.

  • WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.