Page 1 of 1

How to change DHCP base IP address

Posted: Thu Jun 13, 2019 8:27 am
by Aybood
Hi,
I wanted to know how to change the dhcp base ip in AP mode, i found
  1. void dhcps_start(struct netif *netif, ip4_addr_t ip)
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