esp-idf/components/wpa_supplicant/esp_supplicant
jgujarathi c6134a23dd fix(wpa_supplicant): Replace Neighbor Report callback with an event
- 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.
2024-04-01 23:00:01 +08:00
..
include fix(wpa_supplicant): Replace Neighbor Report callback with an event 2024-04-01 23:00:01 +08:00
src fix(wpa_supplicant): Replace Neighbor Report callback with an event 2024-04-01 23:00:01 +08:00