Skip to content

Commit a31acef

Browse files
committed
docs: update the API description for esp-wifi_scan_get_ap_records
1 parent 700e41f commit a31acef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_wifi/include/esp_wifi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ esp_err_t esp_wifi_scan_stop(void);
583583
esp_err_t esp_wifi_scan_get_ap_num(uint16_t *number);
584584

585585
/**
586-
* @brief Get AP list found in last scan.
586+
* @brief Retrieve the list of APs found during the last scan. The returned AP list is sorted in descending order based on RSSI.
587587
*
588588
* @attention This API will free all memory occupied by scanned AP list.
589589
*

0 commit comments

Comments
 (0)