feat(lib): refactor wifi connect mechanism with multi same ssid ap

- support espnow receive multi-pkt
   - do not send 802.11 ack when station or ap stopped
   - do not set wifi mode when esp_deep_sleep() called
   - fix softap drop disassoc pkt error
   - refuse app scan when station start connect to ap
   - do nothing when rx other ap's csa information
This commit is contained in:
Zhang Jun Hao
2020-08-24 14:07:17 +08:00
parent 527b778621
commit e4d5a009c7
9 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
gwen:
core: 46b6f5d
net80211: 46b6f5d
pp: 46b6f5d
espnow: 46b6f5d
core: daab7f3
net80211: daab7f3
pp: daab7f3
espnow: daab7f3
smartconfig: 2.8.2
phy: 1163.0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.