How to change DHCP base IP address
Posted: Thu Jun 13, 2019 8:27 am
Hi,
I wanted to know how to change the dhcp base ip in AP mode, i found in dhcpserver.c, but i don't know what should i pass as netif parameter, it is a very big struct.
Does anyone know how to change the dhcp server base ip address in runtime?
Thank u
I wanted to know how to change the dhcp base ip in AP mode, i found
- void dhcps_start(struct netif *netif, ip4_addr_t ip)
Does anyone know how to change the dhcp server base ip address in runtime?
Thank u