commit | 95b916d1045e5a5d156a325fec4ad584514b719a | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Thu May 27 06:34:02 2021 -0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu May 27 08:23:06 2021 -0500 |
tree | 7f9db2f1ea69168e29e68b34c80be75ab2f3ca2a | |
parent | 08dfe74c15a8e9d5afa3aa3cb0713e5d894018fa [diff] |
drivers: wifi: esp32: fix reconnect issue Device won't reconnect automatically even if AP station is available. This fix adds the carrier event, indicating that network is present again enabling DHCP bound event. Also, internal wifi event callback was added into wifi driver to enable proper event handling. Update west.yml to bring exposed wifi event callback. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com> Fixes #33843