esp-idf/components/wpa_supplicant/esp_supplicant
jgujarathi 71e6c10f7c fix(wpa_supplicant): Update supplicant last scan time when application scanning
- Any scanning currently updates the bss table held by supplicant anyway,
  but the time record used to maintain the recency of the last scan is
  only updated by supplicant issued scans. Updating the last scan time
  for application trigerred scanning will prevent the needless scanning
  by supplicant if there has been an application trigerred scan in
  the time diff threshold(currently 10s).
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): Update supplicant last scan time when application scanning 2024-04-01 23:00:01 +08:00