Searched refs:linux_get_ifhwaddr (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/drivers/ |
D | linux_ioctl.h | 14 int linux_get_ifhwaddr(int sock, const char *ifname, u8 *addr);
|
D | linux_ioctl.c | 81 int linux_get_ifhwaddr(int sock, const char *ifname, u8 *addr) in linux_get_ifhwaddr() function
|
D | driver_hostap.c | 260 return linux_get_ifhwaddr(drv->sock, drv->iface, own_addr); in hostap_init_sockets()
|
D | driver_wext.c | 2462 if (linux_get_ifhwaddr(drv->ioctl_sock, drv->ifname, addr)) in wpa_driver_wext_status()
|
D | driver_nl80211.c | 1260 linux_get_ifhwaddr(drv->global->ioctl_sock, in nl80211_refresh_mac() 3061 if (linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, in wpa_driver_nl80211_finish_drv_init() 8728 if (linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, in i802_init() 8888 else if (linux_get_ifhwaddr(drv->global->ioctl_sock, in wpa_driver_nl80211_if_add() 8903 if (linux_get_ifhwaddr(drv->global->ioctl_sock, ifname, in wpa_driver_nl80211_if_add()
|