commit | a8cacfa53008ffbfd740fa74e6451968d617f9b0 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Mon May 16 10:19:10 2022 -0300 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Sep 05 15:32:34 2022 +0000 |
tree | d87bfc85e110a04a469382fd0519eb1b26bd0ce1 | |
parent | 7d9edc8bf0fe9ac97b6e2c555431436e908063b4 [diff] |
wifi: esp32: add config to enable automatic DHCPV4 negotiation ESP32 wifi connection uses Zephyr's net stack. Once WiFi connects in station mode, is requires the application to handle DHCPv4 negotiation. This PR adds support to automatic negotiation by handling the dhcpv4 calls in driver layer. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>