mirror of
https://github.com/espressif/esp-idf
synced 2025-03-20 14:39:14 -04:00
- Deprecate the existing esp_rrm_send_neighbor_rep_request() API - Adds a new API to send neighbor report requests esp_rrm_send_neighbor_report_request(). This replaces the older API's callback procedure with a new Wi-Fi event that is posted when the neighbor report is received. This moves the execution of the callback from supplicant context to freertos context.