Home
last modified time | relevance | path

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

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