1. Fix some potential memory leak caused by WiFi stop (b3258e06)
2. Fix the bug that ESP32 AP crashes when connected STA power-off (bb0a01b)
3. Fix the bug that STA can scan the channel out of regdomain (273807a)
4. Fix some scan/connect bugs (1da8bb75)
5. Fix the bug that ESP32 STA fails to connect WPA_WPA2_PSK Apple AP (87b85375)
6. Fix the crashing in scan done because of uint8 overflow (c2e4503)
7. Fix the bug that smartconfig crashes when no AP is found (smartconfig: b616b46)
8. Fix the bug that ESP32 sends broadcast to phone after smartconfig is done (smartconfig: ea0a9a9)
1. fix the bug that STA parse authmode wrong when AP sets WPA_WPA2_PSK mode(82482cc6)
2. fix the bug that wrong error code and wrong event when there is an auto AP in multi-ssid case
3. esp_wifi_set_channel should return error when sniffer is not enabled
4. fix the bug when set WEP authmode or wrong authmode, there is no error return
Fix following WiFi bugs(6138fb05):
1. Fix the bug that STA incorrectly deletes BA when receiving DelBA request
2. Add out of memory check
3. Fix the bug that STA incorrectly receives packets when scanning in connected status
Fix the bug that station may connect to wrong AP in all channel scan(cb3dd7083)
1. enable threshold in all channel scan
2. bug fix of may connect to an open AP even set password in all channel scan
Fix some wifi bugs(703e53b7)
1. Enable RX BAR
2. Fix the bug that ESP32 AP negotiates with iphone to 11g
3. Fix the bug that ESP32 STA has ap_loss because CMCC AP contains two SSID
Fix following WiFi bugs (d1ce621d):
1. Fix the bug that sniffer can't catch control packets
2. Fix crash bug in soft-AP mode
3. Fix ACM(Admission Control Management) bug
Several bugfix/optimizations about blockack session setup (f4383292)
1. Fix the bug that ESP32 will reject the retry AddBA request frame
if AddBA response frame is failed to sent by WiFi LMAC
2. Fix the bug that AddBA request retrys too frequently
3. Forbid BA session setup for VO queue related TID (6 or 7)
Update wifi lib to fix following WiFi bugs(15a77c9a):
1. Shouldn't scan when connect
2. Check beacon length in modem sleep
3. Fix the bug that AP may deauth wrong station when inactivity timer expires
4. Fix the bug that WiFi assert the system when receiving empty MCS in association response frame
1. copy full TIM bitmap from pp task to pm task(bffcf7f5)
2. allocate mimo packet to internal memory(c9f995f7)
3. remove rc when ap not found(a9b95790)
1. Add a hide API for station to receive probe request(f204566a)
2. Add a flag in g_ic to indicate station connected or not(964b5d1b)
3. Fix set vendor ie API issue(fb4c91ad)
4. Do not need to wait for net80211 sw tx queue empty when wifi
stop(c8d82e8e)
7f57b241 - add options to enable/disable TX/RX ampdu independently
108d057a - increase active count only if tx data success (fix for mesh)
c057b1d7 - optmize modem sleep time by make beacon timestamp accurate