1.2.5.10 WDRV_PIC32MZW_BSSCtxSetSSIDVisibility Function

WDRV_PIC32MZW_STATUS WDRV_PIC32MZW_BSSCtxSetSSIDVisibility (

WDRV_PIC32MZW_BSS_CONTEXT *const pBSSCtx, bool visible

)

C

Summary

Configures the visibility of the BSS context.

Description

Specific to Soft-AP mode this flag defines if the BSS context will create a visible presence on air.

Precondition

None.

Parameters

Param

Description

pBSSCtx

Pointer to a BSS context.

visible

Flag indicating if this BSS will be visible or not.

Returns

WDRV_PIC32MZW_STATUS_OK - The context has been configured. WDRV_PIC32MZW_STATUS_INVALID_ARG - The parameters were incorrect. WDRV_PIC32MZW_STATUS_INVALID_CONTEXT - The BSS context is not valid.

Remarks

None.

Client Interface - Authentication Context APIs

The authentication context contains information relevant to the authentication mechanisms used in Wi-Fi. Currently supported are Open, WPA/WPA2/WPA3-Personal and WPA/WPA2/WPA3- Enterprise(EAP-TLS). . The structure WDRV_PIC32MZW_AUTH_CONTEXT is provided to contain the

context. To initialize a context, the function WDRV_PIC32MZW_AuthCtxSetDefaults is provided, which ensures the context is in a known state. The function WDRV_PIC32MZW_AuthCtxIsValid is provided to test if a context is valid. Each authentication type has at least one function which can be used to configure the type of authentication algorithm used as well as the parameters which are required.