OVMS3-idf/components/esp_wifi/src
Tian Hao bcce4e3052 fix bug that phy_enter_critical cannot effect on dual-core
Sometimes, libphy.a call phy_enter_critical() to protect accessing
critical sections, such like operating on I2C, but it may not effect
when both the CPU core call it. It may cause accessing I2C blocking
and cannot recover by esp_restart(), until do HW reboot.
2019-12-02 14:56:18 +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 fix bug that phy_enter_critical cannot effect on dual-core 2019-12-02 14:56:18 +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: added locking for netif list management, unit tests to use unique if_keys, updated comments 2019-11-13 12:36:25 +01:00