Searched refs:sta_disassoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c724 if (!hapd->driver || !hapd->driver->sta_disassoc || !hapd->drv_priv)
726 return hapd->driver->sta_disassoc(hapd->drv_priv, hapd->own_addr, addr,
/freebsd-13-stable/sys/net80211/
H A Dieee80211_hostap.c112 sta_disassoc(void *arg, struct ieee80211_node *ni) function
185 sta_disassoc, NULL);
202 sta_disassoc, NULL);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver.h2858 * sta_disassoc - Disassociate a station (AP only)
2868 int (*sta_disassoc)(void *priv, const u8 *own_addr, const u8 *addr, member in struct:wpa_driver_ops
H A Ddriver_hostap.c1191 .sta_disassoc = hostap_sta_disassoc,
H A Ddriver_bsd.c1775 .sta_disassoc = bsd_sta_disassoc,
H A Ddriver_atheros.c2276 .sta_disassoc = atheros_sta_disassoc,

Completed in 187 milliseconds