esp32/lwip: fix wpa2-enterprise vulnerability and support lwip window scale

1. Fix WiFi wpa2-enterprise vulnerability bug
2. Support LWIP window scale
This commit is contained in:
liu zhifu
2019-06-30 17:06:45 +08:00
parent 9adf8a7aa9
commit 1d04e5f7f8
4 changed files with 35 additions and 4 deletions

View File

@@ -908,7 +908,8 @@ config ESP32_WIFI_STATIC_RX_BUFFER_NUM
config ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM
int "Max number of WiFi dynamic RX buffers"
range 0 128
range 0 128 if !LWIP_WND_SCALE
range 0 1024 if LWIP_WND_SCALE
default 32
help
Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated