OVMS3-idf/components/esp_event
Nachiket Kukade 3af4b51a5c Fix handling of multiple AP credentials in WPS
WPS can send multiple AP credentials, while existing implementation
will only use the first credentials which could be for the 5G band.
Fix this by passing these credentials to the App and attempting
to connect using each of those. Older Apps will remain compatible
without breaking WPS, but the issue will remain.
2020-07-27 21:41:20 +08:00
..
include Fix handling of multiple AP credentials in WPS 2020-07-27 21:41:20 +08:00
private_include ESP Event: multiple registrations to one event 2020-02-11 10:52:05 +01:00
test esp_event: halve the events registered in performance test 2020-02-27 15:54:54 +05:00
CMakeLists.txt esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
component.mk global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
default_event_loop.c ESP Event: multiple registrations to one event 2020-02-11 10:52:05 +01:00
esp_event.c ESP Event: multiple registrations to one event 2020-02-11 10:52:05 +01:00
esp_event_private.c ESP Event: multiple registrations to one event 2020-02-11 10:52:05 +01:00
event_loop_legacy.c fix bug for netif add crash 2019-12-07 16:11:30 +08:00
event_send.c esp_wifi: wifi support new event mechanism 2019-08-20 09:39:51 +00:00
event_send_compat.inc esp_netif: address failures on tcpip-task ipc call, deinit lwip netif and ip address issues 2019-11-13 12:36:25 +01:00
Kconfig Rename Kconfig options (components/esp_event) 2019-05-21 09:09:01 +02:00
linker.lf Rename Kconfig options (components/esp_event) 2019-05-21 09:09:01 +02:00
sdkconfig.rename Rename Kconfig options (components/esp_event) 2019-05-21 09:09:01 +02:00