esp wifi bugfix:

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
9. Fix WiFi fragment issue
10. Fix WiFi fragment issue
This commit is contained in:
zhangyanjiao 2020-08-26 10:39:23 +08:00
parent 85ca89ee4a
commit 09113e163b
2 changed files with 2 additions and 1 deletions

View file

@ -93,6 +93,7 @@ typedef enum {
WIFI_REASON_ASSOC_FAIL = 203,
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
WIFI_REASON_CONNECTION_FAIL = 205,
WIFI_REASON_AP_TSF_RESET = 206,
} wifi_err_reason_t;
typedef enum {

@ -1 +1 @@
Subproject commit d615eeaadf55960eee64f44ca53fe0d50813dda1
Subproject commit d376d65d84f363418db58d8a78545b73ffb91de7