Home
last modified time | relevance | path

Searched refs:deauthenticate (Results 1 – 17 of 17) sorted by relevance

/hostap-latest/tests/fuzzing/eapol-supp/
Deapol-supp.c67 static void deauthenticate(void *arg, u16 reason_code) in deauthenticate() function
132 ctx->deauthenticate = deauthenticate; in init_wpa()
/hostap-latest/src/rsn_supp/
Dwpa_i.h255 WPA_ASSERT(sm->ctx->deauthenticate); in wpa_sm_deauthenticate()
256 sm->ctx->deauthenticate(sm->ctx->ctx, reason_code); in wpa_sm_deauthenticate()
Dwpa.h31 void (*deauthenticate)(void * ctx, u16 reason_code); member
/hostap-latest/src/drivers/
Ddriver_zephyr.h265 int (*deauthenticate)(void *if_priv, member
Ddriver_privsep.c833 .deauthenticate = wpa_driver_privsep_deauthenticate,
Ddriver_zephyr.c1560 ret = dev_ops->deauthenticate(if_ctx->dev_priv, addr, reason_code); in wpa_drv_zep_deauthenticate()
2722 .deauthenticate = wpa_drv_zep_deauthenticate,
Ddriver_bsd.c1758 .deauthenticate = wpa_driver_bsd_deauthenticate,
Ddriver.h3203 int (*deauthenticate)(void *priv, const u8 *addr, u16 reason_code); member
Ddriver_wext.c2488 .deauthenticate = wpa_driver_wext_deauthenticate,
Ddriver_ndis.c3219 wpa_driver_ndis_ops.deauthenticate = wpa_driver_ndis_deauthenticate; in driver_ndis_init_ops()
Ddriver_nl80211.c14069 .deauthenticate = driver_nl80211_deauthenticate,
/hostap-latest/tests/fuzzing/eapol-key-supp/
Deapol-key-supp.c242 ctx->deauthenticate = supp_deauthenticate; in supp_init()
/hostap-latest/wpa_supplicant/
Dpreauth_test.c242 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_init_conf()
Ddriver_i.h213 if (wpa_s->driver->deauthenticate) { in wpa_drv_deauthenticate()
214 return wpa_s->driver->deauthenticate(wpa_s->drv_priv, addr, in wpa_drv_deauthenticate()
Dibss_rsn.c234 ctx->deauthenticate = supp_deauthenticate; in ibss_rsn_supp_init()
Dwpas_glue.c1470 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_supplicant_init_wpa()
/hostap-latest/hostapd/
DChangeLog1279 deauthenticate the station, i.e., skip long wait for inactivity poll