1.3.5.8 WDRV_PIC32MZW_AuthCtxSetOpen Function
C
WDRV_PIC32MZW_STATUS WDRV_PIC32MZW_AuthCtxSetOpen ( WDRV_PIC32MZW_AUTH_CONTEXT *const pAuthCtx )
Summary
Configure an authentication context for Open authentication.
Description
The auth type and information are configured appropriately for Open authentication.
Precondition
None.
Parameters
Param | Description |
---|---|
pAuthCtx | Pointer to an authentication context. |
Returns
WDRV_PIC32MZW_STATUS_OK - The context has been configured.
WDRV_PIC32MZW_STATUS_INVALID_ARG - The parameters were incorrect.
Remarks
None.