Hi,
I am currently using the NET library for one of our projects and I have a strange behavior: the DHCP task is not present for one of my application.
I can see in my code that the DHCP task is started depending on that variable:
int32_t dhcpConfEnabled = LLNET_CONF_is_ip_dhcp_enabled() == LLNET_CONF_TRUE;
with
#define LLNET_CONF_is_ip_dhcp_enabled() ((int32_t)&LLNET_DHCP_CONF)
This LLNET_DHCP_CONF variable seems to come from the Java world but I can not figure out exactly where. What is strange is that this variable is true for one of my application and false for the other one althought the java code is relativelly similar.
Can you please help me to find where this LLNET_DHCP_CONF is defined?
Thanks for your help,
Regards
A.W.