# # ChangeLog for uspace/srv/net/dhcp/dhcp.h in mainline # # Generated by Trac 1.5.4 # 2024-06-01T04:16:05Z Fri, 10 Apr 2015 13:52:11 GMT Jan Kolarik [053fc2b] * uspace/app/wifi_supplicant/wifi_supplicant.c (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/hw.h (modified) * uspace/lib/c/generic/dhcp.c (modified) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/ipc/dhcp.h (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/ieee80211/include/ieee80211.h (modified) * uspace/lib/ieee80211/include/ieee80211_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/dhcp.h (modified) * uspace/srv/net/dhcp/main.c (modified) Locking, correctly disconnecting device, sending DHCP address ... Tue, 24 Sep 2013 21:00:52 GMT Jiri Svoboda [b417559] * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/dhcp.h (modified) * uspace/srv/net/dhcp/main.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) Retransmit DHCP discover and request messages on timeout. Introduce ...