1.1.5.9 WDRV_WINC_BSSFindSetRSSIThreshold Function

WDRV_WINC_STATUS WDRV_WINC_BSSFindSetRSSIThreshold (

DRV_HANDLE handle, int8_t rssiThreshold

)

C

Summary

Configures the scan RSSI threshold.

Description

The RSSI threshold required for reconnection to an AP without scanning all channels first.

Precondition

WDRV_WINC_Initialize must have been called. WDRV_WINC_Open must have been called to obtain a valid handle.

Parameters

Param

Description

handle

Client handle obtained by a call to WDRV_WINC_Open.

rssiThreshold

Minimum RSSI for detection.

Returns

WDRV_WINC_STATUS_OK - The request was accepted. WDRV_WINC_STATUS_NOT_OPEN - The driver instance is not open. WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.