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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_drv_ops.c305 if (hapd->driver == NULL || hapd->driver->sta_disassoc == NULL)
307 return hapd->driver->sta_disassoc(hapd->drv_priv, hapd->own_addr, addr,
375 ops->sta_disassoc = hostapd_sta_disassoc;
H A Dhostapd.h88 int (*sta_disassoc)(struct hostapd_data *hapd, const u8 *addr, member in struct:hostapd_driver_ops
H A Ddrv_callbacks.c137 hapd->drv.sta_disassoc(hapd, sta->addr, resp);
H A Dsta_info.c336 hapd->drv.sta_disassoc(
H A Dieee802_11.c1745 hapd->drv.sta_disassoc(
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_hostap.c106 sta_disassoc(void *arg, struct ieee80211_node *ni) function
180 ieee80211_iterate_nodes(&ic->ic_sta, sta_disassoc, vap);
196 ieee80211_iterate_nodes(&ic->ic_sta, sta_disassoc, vap);
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dctrl_iface.c240 hapd->drv.sta_disassoc(hapd, addr, WLAN_REASON_PREV_AUTH_NOT_VALID);
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver.h1312 * sta_disassoc - Disassociate a station (AP only)
1322 int (*sta_disassoc)(void *priv, const u8 *own_addr, const u8 *addr, member in struct:wpa_driver_ops
/freebsd-9.3-release/usr.sbin/wpa/hostapd/
H A Ddriver_freebsd.c772 .sta_disassoc = bsd_sta_disassoc,

Completed in 192 milliseconds