Searched refs:handle_dhcp (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | dhcp_snoop.c | 32 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | dhcp_snoop.c | 32 static void handle_dhcp(void *ctx, const u8 *src_addr, const u8 *buf, in handle_dhcp() function 143 hapd->sock_dhcp = x_snoop_get_l2_packet(hapd, handle_dhcp, in dhcp_snoop_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_wired.c | 135 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_wired.c | 135 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()
|