From a31acef0ac0f3a18dfb2f35eec1e278cdee2fd92 Mon Sep 17 00:00:00 2001 From: Zhang Xiao Yan Date: Wed, 12 Feb 2025 19:54:46 +0800 Subject: [PATCH] docs: update the API description for esp-wifi_scan_get_ap_records --- components/esp_wifi/include/esp_wifi.h | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_wifi/include/esp_wifi.h b/components/esp_wifi/include/esp_wifi.h index cce6afaa9c..c1205a8ab1 100644 --- a/components/esp_wifi/include/esp_wifi.h +++ b/components/esp_wifi/include/esp_wifi.h @@ -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. * diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 3e488b625e..6a7e0ca9ae 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 3e488b625eb76692aa8ada263e4da629d71542f8 +Subproject commit 6a7e0ca9ae3adb9542bdf9cef38b6e4e324d0ad1