mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
Merge branch 'docs/update_api_description_esp_wifi_scan_get_ap_records_v5.2' into 'release/v5.2'
docs: update the API description for esp-wifi_scan_get_ap_records (v5.2) See merge request espressif/esp-idf!37313
This commit is contained in:
@ -523,7 +523,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.
|
||||
*
|
||||
|
Submodule components/esp_wifi/lib updated: 156ffd07c1...1aae66a018
Reference in New Issue
Block a user