Home
last modified time | relevance | path

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

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