1. fix deinit return wrong status issue
2. fix get wrong channel value use esp_wifi_get_config
3. fix bug of missing unlock when wifi stop
4. fix error of esp_wifi_start_scan in api esp_wifi_connect
5. beacon loss feature support for all chips
6. optimize phy calibration for C3
1. update regdomain max channel according to country info from nvs and/or AP.
2. channel 14 is allowed only in 11b mode.
3. remove csa when switch channel from/to 14 channel.
4. update phy mode nvs when softap channel from 14 to other.
5. fix the bug that check whether channel parameter is valid.
6. add regdomain max channel of ap.
7. update total scan time.
8. update min chan when country policy is auto.
9. check whether country schan and nchan is valid.
10. fix pairwise cipher tkip pmf compability issue.
11. fix disconnect when set country.
12. fix set country code before wifi start issue.
13. check the third octect of country code string.
14. can active scan channel 12 13 14 when country policy is manual.
15. add clear ap list interface
1. Fixed not update phy according to country code.
2. Fixed crashed when esp_wifi_set_ant_gpio() called
3. Fixed a bug when ftm used with ps enabled
4. Fixed a potential issue to allocate PSRAM to wifi stack where internal RAM is required
5. Fixed potential fail to scan AP after receiving disassoc/deauth from AP on esp32s2
1. Clear old keys before going for new connection
2. Fix deep sleep can't reconnect to ap when pmf enable
3. Fix some ap will ignore auth when rx deauth for some time
4. Support force ht40 for espnow & 80211_tx
5. WAPI: Key mgmt type compability issue
6. Update wifi header file
7. Fix espnow recv unencrypted packets issue
1 Bugfix for wrong config of static txbuf
2 fix bug that qos data will update BA SSN
3 reset beacon timeout timer
4 Bugfix for close sniffer mode when wifi stop
5 update wifi header files
1. fix(pp): fix fragment plt loss when 2td pn compare with 1th pn
2. pmf allow keyindex in big endian format to workaround faulty APs
3. docs: update miswritten and abbreviated words and syntax errors for initialize WiFi section in esp_wifi.h header file
4. allow for minimal scope of wifi_init_config_t
5. compute packet length use lldesc length instead rx_ctl sig_len for sniffer
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
4. Skip CCMP header before forwarding PMF in ESP32C3
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