1.3.4.10 WDRV_PIC32MZW_BSSCtxSetSSIDVisibility Function

C

WDRV_PIC32MZW_STATUS WDRV_PIC32MZW_BSSCtxSetSSIDVisibility
(
WDRV_PIC32MZW_BSS_CONTEXT *const pBSSCtx,
bool visible
)

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

ParamDescription
pBSSCtxPointer to a BSS context.
visibleFlag 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.