1.1.6.3 WDRV_WINC_AuthCtxSetOpen Function
WDRV_WINC_STATUS WDRV_WINC_AuthCtxSetOpen (
WDRV_WINC_AUTH_CONTEXT *const pAuthCtx
)
C
Summary
Configure an authentication context for Open authentication.
Description
The type and state information are configured appropriately for Open authentication.
Precondition
None.
Param | Description |
pAuthCtx | Pointer 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.