This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC3220SF: get RSSI to AP

Part Number: CC3220SF

Tool/software: Code Composer Studio

Hi,

i configure simplelink to STA.

i call  function sl_WlanRxStatGet( &mRssiRxStatus, 0 ) to get the RSSI to AP (Router).

i call this function each 5 sec while mqtt and tcp protocol are workink in parallel.

i found in errors.h 

/* In case of RX start was called and device statistics is already running.
* RX and device statistics cannot run in parallel*/
#define SL_RET_CODE_DEVICE_STAT_IN_PROGRESS (-2022L)
#define SL_RET_CODE_WLAN_RX_STAT_IN_PROGRESS (-2023L)

what is mean?

how can i get the rssi to router?