Add following as part of this:
1. RM caps and btm IE support.
2. Management frame forward to supplicant upon registration.
3. Send management frame in connected state
1. Add STA checks during STA PMF operations
2. Fix WPA2-Ent issue with Open AP
3. Skip WPA-TKIP profile if PMF is required
4. Skip & clear Supplicant PMK Cache with mismatching AP config
1. Fix TX DMA buffer issue
2. API esp_wifi_get_config add acquisition sta.listen_interval
3. Configure bandwidth and phy mode to store NVS
4. If AP's tsf has been restarted, STA will disconnect from AP.
5. Do not reset softAP's tsf except it restart
6. fix the wifi regdomain update bug
7. fix the bug for airkiss find hidden AP fail
8. fix addba and first ampdu send bar
1. fix the bug for softAP update second channel wrong
2. query country code wrong when policy change from manual to auto
3. change wifi_scan_time_t from union to struct
4. fix the timeout issue of EAPOL four-way handshake
5. fix the crash issue when fetch peer after delete the cur_peer
1. Support for SW encrypt of PMF
2. Support for BIP, SA Query procedures
3. SAE handshake for WPA3
4. WPA3 PMK Caching, Anti-clogging support
5. WPA3 & PMF Certification bugfixes
1,Reduce WiFi bin size
2,Add TX packets size check
3,Fix scan get rssi error
4,Add wifi stop check at WiFi deinit entry
5,coex adjust scheme when bt is connected status
6,Return fail when setting AP's channel is out of range
7,Fix the bug for setting channel when WiFi in NULL mode
Fix following WiFi bugs:
1. Fix WiFi buffer reload issue
2. Fix AMSDU decrypt issue
3. Fix some ESP-NOW issues
4. Fix some WiFi timer issues
5. Fix the crash caused by too big of association request RSN information
6. Fix the crash caused by block scan
7. Fix some sniffer bugs
Backport following fixes:
1. Fix the bug for API_CHECK_ENABLED
2. Fix the bug that wpa2 enterprise sta can connect open AP
3. Fix TKIP/CCMP PN replay attack detection bug
4. Increase buffer number type from uint8_t to uint16_t to support more than 255 buffers
5. Avoid recalculating PMK if esp_wifi_set_config() is not called
6. Small fix about WiFi lib CI
7. Fix 5.5M signal test bug
1. Fix high beacon and broadcast packets loss ratio of WiFi to
make MDNS test pass.
2. Improve stability of WiFi performance with a little sacrifice
of throughput.
3. Improve BLE advertising and connection performance with dynamic
priority. It sacrifices a little WiFi throughput, but achieves
balance between WiFi and Bluetooth.
1. Fix smartconfig ipc crash (91d89488)
2. Fix the WiFi init sequence bug
3. Fix the bug that WiFi stop leads to task watchdog
4. Put g_promis_buf to IRAM
1. fix bug bb reset lock flag to avoid bb reset lock unhandle (918865b)
2. fix bug wifi reset mac cause task watch dog timeout (94b2697)
3. fix bug wifi reset mac position (e34209d)
1. esp_wifi_set_channel should return error when sniffer is not enabled(27f2f069)
2. fix the bug when set WEP authmode or wrong authmode, there is no error return
3. fix the bug that STA parse authmode wrong when AP sets WPA_WPA2_PSK mode
4. fix the bug that wrong error code and wrong event when there is an auto AP in multi-ssid case