1.1.3.1 WDRV_WINC_BSSCtxSetSSIDVisibility

Function

WDRV_WINC_STATUS WDRV_WINC_BSSCtxSetSSIDVisibility
(
WDRV_WINC_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

pBSSCtx - Pointer to a BSS context.

visible - Flag indicating if this BSS will be visible or not.

Returns

WDRV_WINC_STATUS_OK - The context has been configured.

WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

WDRV_WINC_STATUS_INVALID_CONTEXT - The BSS context is not valid.

Remarks

None.