Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/src/ap/
Dap_drv_ops.c608 if (hapd->driver == NULL || hapd->driver->sta_disassoc == NULL) in hostapd_drv_sta_disassoc()
610 return hapd->driver->sta_disassoc(hapd->drv_priv, hapd->own_addr, addr, in hostapd_drv_sta_disassoc()
/freebsd-10-stable/sys/net80211/
Dieee80211_hostap.c106 sta_disassoc(void *arg, struct ieee80211_node *ni) in sta_disassoc() function
180 ieee80211_iterate_nodes(&ic->ic_sta, sta_disassoc, vap); in hostap_newstate()
196 ieee80211_iterate_nodes(&ic->ic_sta, sta_disassoc, vap); in hostap_newstate()
/freebsd-10-stable/contrib/wpa/src/drivers/
Ddriver.h1688 int (*sta_disassoc)(void *priv, const u8 *own_addr, const u8 *addr, member
Ddriver_bsd.c1616 .sta_disassoc = bsd_sta_disassoc,