OVMS3-idf/components/esp_wifi/src
baohongde a2398f0dcc components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario
1. Improve WiFi throughput in some Classic BT scienarios(idle, inquire scan,
       connected, sniff, a2dp pause, etc).

    2. Support WiFi + Classic BT + BLE mesh coexistence scienario.

    3. Improve WiFi scan and connect succeed ratio in coexistence scienario.

    4. Do not support to choose software coexistence preference anymore for it is
       determined according to coexistence scienario automatically.

components/lwip: increase TCP send buffer and receive window limitation when TCP window scale is enabled

components/ble_mesh: Fix some bugs about ble mesh

    1. fix send acl pkt after ble have sent terminate ind modify min adv interval to 10ms.
2020-01-10 16:00:12 +08:00
..
coexist.c derive esp_wifi from esp32 component 2019-04-01 20:04:52 +08:00
lib_printf.c derive esp_wifi from esp32 component 2019-04-01 20:04:52 +08:00
mesh_event.c mesh: use new event library 2019-07-05 21:14:30 +08:00
phy_init.c components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario 2020-01-10 16:00:12 +08:00
smartconfig.c esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
smartconfig_ack.c examples: modify other examples and tests to use esp_netif instead of tcpip_adapter 2019-11-13 12:36:25 +01:00
wifi_default.c esp_netif: rename DHCP flags for client and server 2019-11-13 12:36:26 +01:00
wifi_init.c wpa_supplicant: Support WPA3 4-way handshake, add config option 2019-11-26 10:59:55 +05:30
wifi_netif.c esp_netif: store netif before register wifi rxcb 2019-12-09 15:16:00 +08:00