Home
last modified time | relevance | path

Searched refs:dhcp_msg (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dfils_hlp.c331 struct dhcp_data *dhcp_msg; in fils_process_hlp_dhcp() local
438 dhcp_msg = wpabuf_put(dhcp_buf, len); in fils_process_hlp_dhcp()
439 os_memcpy(dhcp_msg, msg, len); in fils_process_hlp_dhcp()
440 dhcp_msg->relay_ip = hapd->conf->own_ip_addr.u.v4.s_addr; in fils_process_hlp_dhcp()
445 res = sendto(hapd->dhcp_sock, dhcp_msg, len, 0, in fils_process_hlp_dhcp()