Searched refs:sta_remove (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.h178 if (!hapd->driver || !hapd->driver->sta_remove || !hapd->drv_priv)
180 return hapd->driver->sta_remove(hapd->drv_priv, addr);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h345 if (wpa_s->driver->sta_remove)
346 return wpa_s->driver->sta_remove(wpa_s->drv_priv, addr);
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h2872 * sta_remove - Remove a station entry (AP only)
2877 int (*sta_remove)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
H A Ddriver_hostap.c1192 .sta_remove = hostap_sta_remove,

Completed in 128 milliseconds