Searched refs:deauthenticate (Results 1 - 25 of 26) sorted by relevance
12
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | 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()
|
H A D | wpa.h | 29 void (*deauthenticate)(void * ctx, u16 reason_code); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_i.h | 242 WPA_ASSERT(sm->ctx->deauthenticate); in wpa_sm_deauthenticate() 243 sm->ctx->deauthenticate(sm->ctx->ctx, reason_code); in wpa_sm_deauthenticate()
|
H A D | wpa.h | 29 void (*deauthenticate)(void * ctx, u16 reason_code); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | preauth_test.c | 234 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_init_conf()
|
H A D | 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()
|
H A D | ibss_rsn.c | 220 ctx->deauthenticate = supp_deauthenticate; in ibss_rsn_supp_init()
|
H A D | wpas_glue.c | 1213 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_supplicant_init_wpa()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | preauth_test.c | 241 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_init_conf()
|
H A D | driver_i.h | 249 if (wpa_s->driver->deauthenticate) { in wpa_drv_deauthenticate() 250 return wpa_s->driver->deauthenticate(wpa_s->drv_priv, addr, in wpa_drv_deauthenticate()
|
H A D | ibss_rsn.c | 241 ctx->deauthenticate = supp_deauthenticate; in ibss_rsn_supp_init()
|
H A D | wpas_glue.c | 1420 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_supplicant_init_wpa()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_privsep.c | 825 .deauthenticate = wpa_driver_privsep_deauthenticate,
|
H A D | driver.h | 2378 * deauthenticate - Request driver to deauthenticate 2386 int (*deauthenticate)(void *priv, const u8 *addr, u16 reason_code); member 2870 * @addr: MAC address of the station to deauthenticate 4300 * receiving deauthenticate or disassociate frame from the AP or when 4426 * to receiving deauthenticate frame from the AP or when sending that
|
H A D | driver_bsd.c | 1747 .deauthenticate = wpa_driver_bsd_deauthenticate,
|
H A D | driver_wext.c | 2494 .deauthenticate = wpa_driver_wext_deauthenticate,
|
H A D | driver_ndis.c | 3201 wpa_driver_ndis_ops.deauthenticate = wpa_driver_ndis_deauthenticate; in driver_ndis_init_ops()
|
H A D | wpa_hal.c | 2140 .deauthenticate = WifiWpaDeauthenticate,
|
H A D | driver_nl80211.c | 3327 * For locally generated deauthenticate, supplicant already generates a in wpa_driver_nl80211_deauthenticate() 11032 .deauthenticate = driver_nl80211_deauthenticate,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_privsep.c | 833 .deauthenticate = wpa_driver_privsep_deauthenticate,
|
H A D | driver.h | 2778 * deauthenticate - Request driver to deauthenticate 2786 int (*deauthenticate)(void *priv, const u8 *addr, u16 reason_code); member 3301 * @addr: MAC address of the station to deauthenticate 4761 * receiving deauthenticate or disassociate frame from the AP or when 4887 * to receiving deauthenticate frame from the AP or when sending that
|
H A D | driver_bsd.c | 1756 .deauthenticate = wpa_driver_bsd_deauthenticate,
|
H A D | driver_ndis.c | 3219 wpa_driver_ndis_ops.deauthenticate = wpa_driver_ndis_deauthenticate; in driver_ndis_init_ops()
|
H A D | driver_wext.c | 2487 .deauthenticate = wpa_driver_wext_deauthenticate,
|
H A D | wpa_hal.c | 2146 .deauthenticate = WifiWpaDeauthenticate,
|
Completed in 72 milliseconds
12