1.3.5.2 WDRV_PIC32MZW_AUTH_MFP_CONFIG Enum
C
typedef enum { /* Management Frame Protection enabled but not required. * This is the default configuration for the following auth types: * WDRV_PIC32MZW_AUTH_TYPE_WPAWPA2_PERSONAL * WDRV_PIC32MZW_AUTH_TYPE_WPA2_PERSONAL * WDRV_PIC32MZW_AUTH_TYPE_WPA2WPA3_PERSONAL * WDRV_PIC32MZW_AUTH_TYPE_WPAWPA2_ENTERPRISE * WDRV_PIC32MZW_AUTH_TYPE_WPA2_ENTERPRISE * WDRV_PIC32MZW_AUTH_TYPE_WPA2WPA3_ENTERPRISE * This configuration is not compatible with other auth types. */ WDRV_PIC32MZW_AUTH_MFP_ENABLED, /* Management Frame Protection required. * This is an optional configuration for the following auth types: * WDRV_PIC32MZW_AUTH_TYPE_WPA2_PERSONAL * WDRV_PIC32MZW_AUTH_TYPE_WPA2WPA3_PERSONAL * WDRV_PIC32MZW_AUTH_TYPE_WPA2_ENTERPRISE * WDRV_PIC32MZW_AUTH_TYPE_WPA2WPA3_ENTERPRISE * This configuration is not compatible with other auth types. */ WDRV_PIC32MZW_AUTH_MFP_REQUIRED, /* Management Frame Protection disabled. * This is an optional configuration for the following auth types: * WDRV_PIC32MZW_AUTH_TYPE_WPAWPA2_PERSONAL * WDRV_PIC32MZW_AUTH_TYPE_WPA2_PERSONAL * WDRV_PIC32MZW_AUTH_TYPE_WPAWPA2_ENTERPRISE * WDRV_PIC32MZW_AUTH_TYPE_WPA2_ENTERPRISE * This configuration is not compatible with other auth types. */ WDRV_PIC32MZW_AUTH_MFP_DISABLED, } WDRV_PIC32MZW_AUTH_MFP_CONFIG;
Summary
List of possible configurations for Management Frame Protection.
Description
This type defines the possible configurations that can be specified in WDRV_PIC32MZW_AuthCtxConfigureMfp.
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.