docs: update the API description for esp-wifi_scan_get_ap_records

This commit is contained in:
Zhang Xiao Yan 2025-02-12 19:54:46 +08:00
parent 700e41f734
commit a31acef0ac
2 changed files with 2 additions and 2 deletions

View File

@ -583,7 +583,7 @@ esp_err_t esp_wifi_scan_stop(void);
esp_err_t esp_wifi_scan_get_ap_num(uint16_t *number);
/**
* @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.
*
* @attention This API will free all memory occupied by scanned AP list.
*

@ -1 +1 @@
Subproject commit 3e488b625eb76692aa8ada263e4da629d71542f8
Subproject commit 6a7e0ca9ae3adb9542bdf9cef38b6e4e324d0ad1