mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-02 11:16:33 +03:00
- Add NDP Peer inactivity detection and termination support - Add NDP Action frames internal retries - Fix NAN API return status to match with Tx status - Fix false wait events during NAN datapath setup - Replace NAN default event handlers with callbacks to avoid race conditions between wifi and user tasks - Fix parsing Availability of third party devices Closes https://github.com/espressif/esp-idf/issues/17529 Co-authored-by: akshat <akshat.agrawal@espressif.com>