Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Dlinux_ioctl.h17 int linux_br_del(int sock, const char *brname);
H A Dlinux_ioctl.c138 int linux_br_del(int sock, const char *brname) in linux_br_del() function
H A Ddriver_nl80211.c3163 if (linux_br_del(drv->global->ioctl_sock, bss->brname) < 0) in wpa_driver_nl80211_deinit()
8970 if (linux_br_del(drv->global->ioctl_sock, bss->brname) < 0) in wpa_driver_nl80211_if_remove()
/freebsd/contrib/wpa/src/ap/
H A Dvlan_full.c258 if (linux_br_del(fd, br_name) == 0) in br_delbr()