Searched refs:deauthenticate (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/src/rsn_supp/ |
| HD | wpa_i.h | 193 WPA_ASSERT(sm->ctx->deauthenticate); in wpa_sm_deauthenticate() 194 sm->ctx->deauthenticate(sm->ctx->ctx, reason_code); in wpa_sm_deauthenticate()
|
| HD | wpa.h | 29 void (*deauthenticate)(void * ctx, u16 reason_code); member
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | preauth_test.c | 234 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_init_conf()
|
| HD | driver_i.h | 194 if (wpa_s->driver->deauthenticate) { in wpa_drv_deauthenticate() 195 return wpa_s->driver->deauthenticate(wpa_s->drv_priv, addr, in wpa_drv_deauthenticate()
|
| HD | ibss_rsn.c | 220 ctx->deauthenticate = supp_deauthenticate; in ibss_rsn_supp_init()
|
| HD | wpas_glue.c | 1209 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_supplicant_init_wpa()
|
| /dragonfly/contrib/wpa_supplicant/src/drivers/ |
| HD | driver_privsep.c | 825 .deauthenticate = wpa_driver_privsep_deauthenticate,
|
| HD | driver.h | 2386 int (*deauthenticate)(void *priv, const u8 *addr, u16 reason_code); member
|
| HD | driver_bsd.c | 1747 .deauthenticate = wpa_driver_bsd_deauthenticate,
|
| HD | driver_wext.c | 2494 .deauthenticate = wpa_driver_wext_deauthenticate,
|
| HD | driver_nl80211.c | 11032 .deauthenticate = driver_nl80211_deauthenticate,
|