Home
last modified time | relevance | path

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 Dwpa_i.h193 WPA_ASSERT(sm->ctx->deauthenticate); in wpa_sm_deauthenticate()
194 sm->ctx->deauthenticate(sm->ctx->ctx, reason_code); in wpa_sm_deauthenticate()
H A Dwpa.h29 void (*deauthenticate)(void * ctx, u16 reason_code); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_i.h242 WPA_ASSERT(sm->ctx->deauthenticate); in wpa_sm_deauthenticate()
243 sm->ctx->deauthenticate(sm->ctx->ctx, reason_code); in wpa_sm_deauthenticate()
H A Dwpa.h29 void (*deauthenticate)(void * ctx, u16 reason_code); member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dpreauth_test.c234 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_init_conf()
H A Ddriver_i.h194 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 Dibss_rsn.c220 ctx->deauthenticate = supp_deauthenticate; in ibss_rsn_supp_init()
H A Dwpas_glue.c1213 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_supplicant_init_wpa()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpreauth_test.c241 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_init_conf()
H A Ddriver_i.h249 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 Dibss_rsn.c241 ctx->deauthenticate = supp_deauthenticate; in ibss_rsn_supp_init()
H A Dwpas_glue.c1420 ctx->deauthenticate = _wpa_supplicant_deauthenticate; in wpa_supplicant_init_wpa()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_privsep.c825 .deauthenticate = wpa_driver_privsep_deauthenticate,
H A Ddriver.h2378 * 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 Ddriver_bsd.c1747 .deauthenticate = wpa_driver_bsd_deauthenticate,
H A Ddriver_wext.c2494 .deauthenticate = wpa_driver_wext_deauthenticate,
H A Ddriver_ndis.c3201 wpa_driver_ndis_ops.deauthenticate = wpa_driver_ndis_deauthenticate; in driver_ndis_init_ops()
H A Dwpa_hal.c2140 .deauthenticate = WifiWpaDeauthenticate,
H A Ddriver_nl80211.c3327 * 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 Ddriver_privsep.c833 .deauthenticate = wpa_driver_privsep_deauthenticate,
H A Ddriver.h2778 * 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 Ddriver_bsd.c1756 .deauthenticate = wpa_driver_bsd_deauthenticate,
H A Ddriver_ndis.c3219 wpa_driver_ndis_ops.deauthenticate = wpa_driver_ndis_deauthenticate; in driver_ndis_init_ops()
H A Ddriver_wext.c2487 .deauthenticate = wpa_driver_wext_deauthenticate,
H A Dwpa_hal.c2146 .deauthenticate = WifiWpaDeauthenticate,

Completed in 72 milliseconds

12