1.1.7.7 WDRV_WINC_AuthCtxConfigureMfp
C
WDRV_WINC_STATUS WDRV_WINC_AuthCtxConfigureMfp ( WDRV_WINC_AUTH_CONTEXT *const pAuthCtx, WDRV_WINC_AUTH_MFP_CONFIG config )
Description
The authentication context is updated with the Management Frame Protection configuration specified in the config parameter.
Precondition
None.
Parameters
Parameters | Description |
---|---|
pAuthCtx | Pointer to an authentication context. |
config | The required Management Frame Protection configuration |
Returns
WDRV_WINC_STATUS_OK - The context has been updated.
WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.
Remarks
Not all MFP configurations are compatible with all auth types. When an auth context is applied, the MFP configuration is ignored if it is not compatible with the auth type.
The MFP configuration is initialised to WDRV_WINC_AUTH_MFP_ENABLED
by WDRV_WINC_AuthCtxSetPersonal
.