Searched refs:sta_disassoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/net80211/ |
| H A D | ieee80211_hostap.c | 105 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 D | ap_drv_ops.c | 902 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 D | driver_hostap.c | 1197 .sta_disassoc = hostap_sta_disassoc,
|
| H A D | driver.h | 3712 int (*sta_disassoc)(void *priv, const u8 *own_addr, const u8 *addr, member
|
| H A D | driver_bsd.c | 1867 .sta_disassoc = bsd_sta_disassoc,
|
| H A D | driver_atheros.c | 2264 .sta_disassoc = atheros_sta_disassoc,
|
| H A D | driver_nl80211.c | 14047 .sta_disassoc = i802_sta_disassoc,
|