Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h445 if (wpa_s->driver->if_remove) in wpa_drv_if_remove()
446 return wpa_s->driver->if_remove(wpa_s->drv_priv, type, ifname); in wpa_drv_if_remove()
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c596 hapd->driver->if_remove == NULL) in hostapd_if_remove()
605 return hapd->driver->if_remove(hapd->drv_priv, type, ifname); in hostapd_if_remove()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3885 int (*if_remove)(void *priv, enum wpa_driver_if_type type, member
H A Ddriver_nl80211.c14026 .if_remove = driver_nl80211_if_remove,