diff --git a/apps/dhcp/dhcp.c b/apps/dhcp/dhcp.c index c026a5760..7bad0a739 100644 --- a/apps/dhcp/dhcp.c +++ b/apps/dhcp/dhcp.c @@ -151,3 +151,10 @@ dhcpc_configured(const struct dhcpc_state *s) process_post(PROCESS_CURRENT(), SHOWCONFIG, NULL); } /*---------------------------------------------------------------------------*/ +void +dhcpc_unconfigured(const struct dhcpc_state *s) +{ + set_statustext("Unconfigured."); + process_post(PROCESS_CURRENT(), SHOWCONFIG, NULL); +} +/*---------------------------------------------------------------------------*/