1.1.8.6 WDRV_WINC_BSSCtxSetSSID

C

WDRV_WINC_STATUS WDRV_WINC_BSSCtxSetSSID
(
    WDRV_WINC_BSS_CONTEXT *const pBSSCtx,
    uint8_t *const pSSID,
    uint8_t ssidLength
)

Description

The SSID string and length provided are copied into the BSS context.

Precondition

None.

Parameters

ParametersDescription
pBSSCtxPointer to a BSS context.
pSSIDPointer to buffer containing the new SSID.
ssidLengthThe length of the SSID held in the pSSID buffer.

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.