Searched refs:deauthenticate (Results 1 – 17 of 17) sorted by relevance
/hostap-latest/tests/fuzzing/eapol-supp/ |
D | eapol-supp.c | 67 static void deauthenticate(void *arg, u16 reason_code) in deauthenticate() function 132 ctx->deauthenticate = deauthenticate; in init_wpa()
|
/hostap-latest/src/rsn_supp/ |
D | wpa_i.h | 255 WPA_ASSERT(sm->ctx->deauthenticate); in wpa_sm_deauthenticate() 256 sm->ctx->deauthenticate(sm->ctx->ctx, reason_code); in wpa_sm_deauthenticate()
|
D | wpa.h | 31 void (*deauthenticate)(void * ctx, u16 reason_code); member
|
/hostap-latest/src/drivers/ |
D | driver_zephyr.h | 265 int (*deauthenticate)(void *if_priv, member
|
D | driver_privsep.c | 833 .deauthenticate = wpa_driver_privsep_deauthenticate,
|
D | driver_zephyr.c | 1560 ret = dev_ops->deauthenticate(if_ctx->dev_priv, addr, reason_code); in wpa_drv_zep_deauthenticate() 2722 .deauthenticate = wpa_drv_zep_deauthenticate,
|
D | driver_bsd.c | 1758 .deauthenticate = wpa_driver_bsd_deauthenticate,
|
D | driver.h | 3203 int (*deauthenticate)(void *priv, const u8 *addr, u16 reason_code); member
|
D | driver_wext.c | 2488 .deauthenticate = wpa_driver_wext_deauthenticate,
|
D | driver_ndis.c | 3219 wpa_driver_ndis_ops.deauthenticate = wpa_driver_ndis_deauthenticate; in driver_ndis_init_ops()
|
D | driver_nl80211.c | 14069 .deauthenticate = driver_nl80211_deauthenticate,
|
/hostap-latest/tests/fuzzing/eapol-key-supp/ |
D | eapol-key-supp.c | 242 ctx->deauthenticate = supp_deauthenticate; in supp_init()
|
/hostap-latest/wpa_supplicant/ |
D | preauth_test.c | 242 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_init_conf()
|
D | driver_i.h | 213 if (wpa_s->driver->deauthenticate) { in wpa_drv_deauthenticate() 214 return wpa_s->driver->deauthenticate(wpa_s->drv_priv, addr, in wpa_drv_deauthenticate()
|
D | ibss_rsn.c | 234 ctx->deauthenticate = supp_deauthenticate; in ibss_rsn_supp_init()
|
D | wpas_glue.c | 1470 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_supplicant_init_wpa()
|
/hostap-latest/hostapd/ |
D | ChangeLog | 1279 deauthenticate the station, i.e., skip long wait for inactivity poll
|