Get AP record @attention Different from esp_wifi_scan_get_ap_records(), this API only gets one of APs scanned each time. See "manual_networking" example.
Get information of AP to which the device is associated with @attention When the obtained country information is empty, it means that the AP does not carry country information
Get one AP record from the scanned AP list. @attention Different from esp_wifi_scan_get_ap_records(), this API only gets one AP record from the scanned AP list each time. This API will free the memory of one AP record, if the user doesn't get all records in the scannned AP list, then needs to call esp_wifi_clear_ap_list() to free the remaining memory.
Examples
esp_mesh_scan_get_ap_record() is referenced by 1 libraries and example projects: