mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Update wifi lib with below fixes - 1. In FTM Responder, add session timer for cleanup, also remove unnecessary mutex locks 2. In FTM Responder, fix incorrect print in case of failure while setting up the SofTAP 2. In FTM Initiator, increase FTM Request response timeout to avoid failures in noisy environments 3. In FTM Initiator, abort for high start delta time, also fix timeout issue in ASAP mode Closes https://github.com/espressif/esp-idf/issues/7702 Closes https://github.com/espressif/esp-idf/issues/7753