Home
last modified time | relevance | path

Searched refs:linux_br_del_if (Results 1 – 4 of 4) sorted by relevance

/src/contrib/wpa/src/drivers/
H A Dlinux_ioctl.h19 int linux_br_del_if(int sock, const char *brname, const char *ifname);
H A Dlinux_ioctl.c184 int linux_br_del_if(int sock, const char *brname, const char *ifname) in linux_br_del_if() function
H A Ddriver_nl80211.c3147 if (linux_br_del_if(drv->global->ioctl_sock, bss->brname, in wpa_driver_nl80211_deinit()
7423 if (linux_br_del_if(drv->global->ioctl_sock, in wpa_driver_nl80211_set_mode_impl()
8465 linux_br_del_if(drv->global->ioctl_sock, bridge_ifname, in i802_set_wds_sta()
8540 if (linux_br_del_if(drv->global->ioctl_sock, in_br, ifname) < in i802_check_bridge()
8963 if (linux_br_del_if(drv->global->ioctl_sock, bss->brname, in wpa_driver_nl80211_if_remove()
13803 if (linux_br_del_if(drv->global->ioctl_sock, in nl80211_set_4addr_mode()
/src/contrib/wpa/src/ap/
H A Dvlan_full.c147 if (linux_br_del_if(fd, br_name, if_name) == 0) in br_delif()