We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e7007 commit afab213Copy full SHA for afab213
components/esp_wifi/include/esp_wifi.h
@@ -583,7 +583,7 @@ esp_err_t esp_wifi_scan_stop(void);
583
esp_err_t esp_wifi_scan_get_ap_num(uint16_t *number);
584
585
/**
586
- * @brief Get AP list found in last scan.
+ * @brief Retrieve the list of APs found during the last scan. The returned AP list is sorted in descending order based on RSSI.
587
*
588
* @attention This API will free all memory occupied by scanned AP list.
589
0 commit comments