HomeSort by relevance Sort by last modified time
    Searched refs:sock_dhcp (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
dhcp_snoop.c 141 hapd->sock_dhcp = x_snoop_get_l2_packet(hapd, handle_dhcp,
143 if (hapd->sock_dhcp == NULL) {
156 l2_packet_deinit(hapd->sock_dhcp);
157 hapd->sock_dhcp = NULL;
x_snoop.c 114 res = l2_packet_send(hapd->sock_dhcp, NULL, 0, buf, len);
hostapd.h 278 struct l2_packet_data *sock_dhcp; member in struct:hostapd_data

Completed in 99 milliseconds