Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dfils_hlp.c330 struct wpabuf *dhcp_buf; in fils_process_hlp_dhcp() local
435 dhcp_buf = wpabuf_alloc(len); in fils_process_hlp_dhcp()
436 if (!dhcp_buf) in fils_process_hlp_dhcp()
438 dhcp_msg = wpabuf_put(dhcp_buf, len); in fils_process_hlp_dhcp()
450 wpabuf_free(dhcp_buf); in fils_process_hlp_dhcp()
469 sta->hlp_dhcp_discover = dhcp_buf; in fils_process_hlp_dhcp()
471 wpabuf_free(dhcp_buf); in fils_process_hlp_dhcp()