1.1.6.5 WDRV_WINC_AuthCtxSetWPA Function
WDRV_WINC_STATUS WDRV_WINC_AuthCtxSetWPA (
WDRV_WINC_AUTH_CONTEXT *const pAuthCtx, uint8_t *const pPSK,
uint8_t size
)
C
Summary
Configure an authentication context for WPA-PSK authentication.
Description
The type and state information are configured appropriately for WPA-PSK authentication.
Precondition
None.
Parameters
Param | Description |
pAuthCtx | Pointer to an authentication context. |
pPSK | Pointer to WPA-PSK key. |
size | Size of WPA-PSK key. |
Returns
WDRV_WINC_STATUS_OK - The context has been configured.
WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.
Remarks
None.