Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h455 if (wpa_s->driver->if_remove) in wpa_drv_if_remove()
456 return wpa_s->driver->if_remove(wpa_s->drv_priv, type, ifname); in wpa_drv_if_remove()
/freebsd-13.1/contrib/wpa/src/ap/
H A Dap_drv_ops.c514 hapd->driver->if_remove == NULL) in hostapd_if_remove()
516 return hapd->driver->if_remove(hapd->drv_priv, type, ifname); in hostapd_if_remove()
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver.h3360 int (*if_remove)(void *priv, enum wpa_driver_if_type type, member
H A Ddriver_nl80211.c12140 .if_remove = driver_nl80211_if_remove,