Add new DHCP hooks to DHCP docs

This commit is contained in:
Dirk Ziegelmeier 2017-04-27 12:42:14 +02:00
parent a09a8e4a06
commit 1aa24ee21b

View File

@ -21,6 +21,9 @@
* Use dhcp_release() to end the lease and use dhcp_stop() * Use dhcp_release() to end the lease and use dhcp_stop()
* to remove the DHCP client. * to remove the DHCP client.
* *
* @see LWIP_HOOK_DHCP_APPEND_OPTIONS
* @see LWIP_HOOK_DHCP_PARSE_OPTION
*
* @see netifapi_dhcp4 * @see netifapi_dhcp4
*/ */