1. ASAP mode for both Initiator and Responder
2. Offchannel FTM while connected to AP (ASAP only)
3. Support up to 3 Initiators simultaneously
4. Session termination, failure support etc
5. Mem-zero AP scan list buffer before filling
1. Fix mesh deinit blocking issue
2. Fix root has no eb for deauth frames during the networking
3. Add esp_mesh_send_block_time to set blocking time of esp_mesh_send
1. Move out logging of FTM report to application
2. Initiator parameters sanity checks
3. Responder config option, fix beacon caps
4. To save space, register FTM modules only when FTM is enabled
1, Fixed issue of reason code change from 15 to 204 when provide wrong password
2, Fix set config return value error
3, Fix ampdu age timer memory leak
1. fix the issue that the parameters obtained form RAM cannot be saved to NVS.
2. modify not to store the default value in NVS.
3. delete interface STATIONAP_IF.
4. modify the _do_wifi_start and _do_wifi_stop parameters to mode.
1. do not need to update multi-antenna configure when waking up
2. update libphy.a to V4670 719f9f6_20210218 for esp32(234056fe)
3. update libphy.a to V1500 20210225_0a54a2f for esp32s2(234056fe)
3. update libphy.a to V300 20210225_77edb9b for esp32c3(234056fe)
4. update libphy.a to V200 20210225_7b3a9df for esp32s3(234056fe)
1. Clear hotspot bss when auth timeout happens.
2. Fix PMK not saved in NVS for SoftAP for PSK mode.
3. Fix the bug for esptouch find hidden AP fail.
4. Fix not connect to open AP when WPA3 auth fail.
1. Support for FTM Initiator in STA mode, Responder in SoftAP mode
2. Add FTM frame formation, IEEE definitions, event and IOCTL.
3. Implementation of FTM bursts, Measurements and RTT calculations
4. Fix Watchdog timeouts, crashes with proper cleanup
5. Send raw FTM report data in FTM event
6. Updated distance estimation with better linear equations
1. Fix the bug that LR can't work on esp32c3
2. Unlock mutex for esp_wifi_80211_tx when out of memory
3. Fix issue that esp_wifi_80211_tx can't be used in ap mode
4. Fix the compile error for esp32c3 in ESPTouch v2