Skip to content

Commit dc4ef79

Browse files
committed
Merge branch 'docs/update_api_description_esp_wifi_scan_get_ap_records' into 'master'
docs: update the API description for esp-wifi_scan_get_ap_records See merge request espressif/esp-idf!36510
2 parents 7f1e4eb + a31acef commit dc4ef79

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)