esp_wifi_sta_get_rssi() function
Get the rssi information of AP to which the device is associated with @attention 1. This API should be called after station connected to AP. @attention 2. Use this API only in WIFI_MODE_STA or WIFI_MODE_APSTA mode.
Arguments
store the rssi info received from last beacon.
Return value
- ESP_OK: succeed - ESP_ERR_INVALID_ARG: invalid argument - ESP_FAIL: failed