1.2.6.3 WDRV_WINC_AuthCtxSetOpen Function

C

WDRV_WINC_STATUS WDRV_WINC_AuthCtxSetOpen
(
WDRV_WINC_AUTH_CONTEXT *const pAuthCtx
)

Summary

Configure an authentication context for Open authentication.

Description

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

Precondition

None.

Parameters

ParamDescription
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.