Searched refs:eth_get (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
D | l2_packet_freebsd.c | 164 static int eth_get(const char *device, u8 ea[ETH_ALEN]) in eth_get() function 243 if (eth_get(l2->ifname, l2->own_addr) < 0) { in l2_packet_init()
|
D | l2_packet_pcap.c | 63 if (eth_get(l2->eth, &own_addr) < 0) { in l2_packet_init_libdnet()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet_freebsd.c | 164 static int eth_get(const char *device, u8 ea[ETH_ALEN]) in eth_get() function 243 if (eth_get(l2->ifname, l2->own_addr) < 0) { in l2_packet_init()
|
D | l2_packet_pcap.c | 63 if (eth_get(l2->eth, &own_addr) < 0) { in l2_packet_init_libdnet()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp.c | 848 static int eth_get(const char *device, u8 ea[ETH_ALEN]) in eth_get() function 931 if (eth_get(net_if, mac) < 0) { in get_netif_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp.c | 870 static int eth_get(const char *device, u8 ea[ETH_ALEN]) in eth_get() function 967 if (eth_get(net_if, mac) < 0) { in get_netif_info()
|