Searched refs:linux_br_del_if (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/wpa/src/drivers/ |
| H A D | linux_ioctl.h | 19 int linux_br_del_if(int sock, const char *brname, const char *ifname);
|
| H A D | linux_ioctl.c | 184 int linux_br_del_if(int sock, const char *brname, const char *ifname) in linux_br_del_if() function
|
| H A D | driver_nl80211.c | 3147 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 D | vlan_full.c | 147 if (linux_br_del_if(fd, br_name, if_name) == 0) in br_delif()
|