Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_freebsd.c164 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()
Dl2_packet_pcap.c63 if (eth_get(l2->eth, &own_addr) < 0) { in l2_packet_init_libdnet()
/external/wpa_supplicant_8/src/wps/
Dwps_upnp.c848 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()