mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
Merge branch 'optimization/dhcp_key_state_transition_message' into 'master'
lw-ip:optimization dhcp key state transition message Closes WIFI-2037 See merge request espressif/esp-idf!8346
This commit is contained in:
@@ -859,6 +859,10 @@ menu "LWIP"
|
|||||||
bool "Enable ICMP debug messages"
|
bool "Enable ICMP debug messages"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config LWIP_DHCP_STATE_DEBUG
|
||||||
|
bool "Enable DHCP state tracking"
|
||||||
|
default n
|
||||||
|
|
||||||
config LWIP_DHCP_DEBUG
|
config LWIP_DHCP_DEBUG
|
||||||
bool "Enable DHCP debug messages"
|
bool "Enable DHCP debug messages"
|
||||||
default n
|
default n
|
||||||
|
Submodule components/lwip/lwip updated: 595aef0d20...9c62fd4e22
@@ -848,6 +848,12 @@
|
|||||||
#define DHCP_DEBUG LWIP_DBG_OFF
|
#define DHCP_DEBUG LWIP_DBG_OFF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_LWIP_DHCP_STATE_DEBUG
|
||||||
|
#define ESP_DHCP_DEBUG LWIP_DBG_ON
|
||||||
|
#else
|
||||||
|
#define ESP_DHCP_DEBUG LWIP_DBG_OFF
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* IP_DEBUG: Enable debugging for IP.
|
* IP_DEBUG: Enable debugging for IP.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user