Searched refs:linux_br_del_if (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/drivers/ |
D | linux_ioctl.h | 19 int linux_br_del_if(int sock, const char *brname, const char *ifname);
|
D | linux_ioctl.c | 184 int linux_br_del_if(int sock, const char *brname, const char *ifname) in linux_br_del_if() function
|
D | driver_nl80211.c | 3147 if (linux_br_del_if(drv->global->ioctl_sock, bss->brname, in wpa_driver_nl80211_deinit() 7478 if (linux_br_del_if(drv->global->ioctl_sock, in wpa_driver_nl80211_set_mode_impl() 8520 linux_br_del_if(drv->global->ioctl_sock, bridge_ifname, in i802_set_wds_sta() 8595 if (linux_br_del_if(drv->global->ioctl_sock, in_br, ifname) < in i802_check_bridge() 9018 if (linux_br_del_if(drv->global->ioctl_sock, bss->brname, in wpa_driver_nl80211_if_remove() 13861 if (linux_br_del_if(drv->global->ioctl_sock, in nl80211_set_4addr_mode()
|
/hostap-latest/src/ap/ |
D | vlan_full.c | 147 if (linux_br_del_if(fd, br_name, if_name) == 0) in br_delif()
|