Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddhcp_snoop.c32 static void handle_dhcp(void *ctx, const u8 *src_addr, const u8 *buf, in handle_dhcp() function
141 hapd->sock_dhcp = x_snoop_get_l2_packet(hapd, handle_dhcp, in dhcp_snoop_init()
/external/wpa_supplicant_8/src/drivers/
Ddriver_wired.c135 static void handle_dhcp(int sock, void *eloop_ctx, void *sock_ctx) in handle_dhcp() function
239 if (eloop_register_read_sock(drv->dhcp_sock, handle_dhcp, in wired_init_sockets()