Home
last modified time | relevance | path

Searched refs:sta_disassoc (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_hostap.c105 sta_disassoc(void *arg, struct ieee80211_node *ni) in sta_disassoc() function
178 sta_disassoc, NULL); in hostap_newstate()
195 sta_disassoc, NULL); in hostap_newstate()
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c902 if (!hapd->driver || !hapd->driver->sta_disassoc || !hapd->drv_priv) in hostapd_drv_sta_disassoc()
904 return hapd->driver->sta_disassoc(hapd->drv_priv, own_addr, addr, in hostapd_drv_sta_disassoc()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_hostap.c1197 .sta_disassoc = hostap_sta_disassoc,
H A Ddriver.h3712 int (*sta_disassoc)(void *priv, const u8 *own_addr, const u8 *addr, member
H A Ddriver_bsd.c1867 .sta_disassoc = bsd_sta_disassoc,
H A Ddriver_atheros.c2264 .sta_disassoc = atheros_sta_disassoc,
H A Ddriver_nl80211.c14047 .sta_disassoc = i802_sta_disassoc,