So I am aware that from RL_ARM 4.11 you can now re-init the DHCP client...great!
according to http://www.keil.com/support/man/docs/rlarm/rlarm_dhcp_disable.htm the function dhcp_init can be used.
My problem is that, not only is dhcp_init not mentioned anywhere in any header or library files, init_dhcp is used instead to start DHCP up in net_lib.c
So my question is, does dhcp_init exist and what function do I use to reinitialise the DHCP client. I'm suprised no one else has run into this problem!
Yes they really need to update their documentation!