Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dctrl_iface_ap.h18 int hostapd_ctrl_iface_deauthenticate(struct hostapd_data *hapd,
H A Dctrl_iface_ap.c616 int hostapd_ctrl_iface_deauthenticate(struct hostapd_data *hapd, in hostapd_ctrl_iface_deauthenticate() function
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.c1585 return hostapd_ctrl_iface_deauthenticate(wpa_s->ap_iface->bss[0], in ap_ctrl_iface_sta_deauthenticate()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c4066 if (hostapd_ctrl_iface_deauthenticate(hapd, buf + 15)) in hostapd_ctrl_iface_receive_process()