Anyone know how to get the RSSI of an access point that is connected? I see it while scanning APs. I see it listed as in "promiscuous mode RX callback buffers". But a quick search of the docs reveals nothing else.
John A
Getting RSSI of connected access point.
Re: Getting RSSI of connected access point.
Found it in another thread....
viewtopic.php?t=578
viewtopic.php?t=578
Code: Select all
wifi_ap_record_t wifidata;
if (esp_wifi_sta_get_ap_info(&wifidata)==0){
printf("rssi:%d\r\n", wifidata.rssi);
}
Who is online
Users browsing this forum: No registered users and 101 guests