Home
last modified time | relevance | path

Searched refs:send_ft_action (Results 1 – 14 of 14) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa_i.h220 if (sm->ctx->send_ft_action) in wpa_sm_send_ft_action()
221 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action()
Dwpa.h62 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h236 if (sm->ctx->send_ft_action) in wpa_sm_send_ft_action()
237 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action()
Dwpa.h49 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
/external/wpa_supplicant_6/wpa_supplicant/
Dwpa_supplicant_i.h756 if (wpa_s->driver->send_ft_action) in wpa_drv_send_ft_action()
757 return wpa_s->driver->send_ft_action(wpa_s->drv_priv, action, in wpa_drv_send_ft_action()
Dwpas_glue.c609 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver.h949 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h281 if (wpa_s->driver->send_ft_action) in wpa_drv_send_ft_action()
282 return wpa_s->driver->send_ft_action(wpa_s->drv_priv, action, in wpa_drv_send_ft_action()
Dwpas_glue.c810 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h197 int (*send_ft_action)(void *ctx, const u8 *dst, member
Dwpa_auth_glue.c490 cb.send_ft_action = hostapd_wpa_auth_send_ft_action; in hostapd_setup_wpa()
Dwpa_auth_ft.c39 if (wpa_auth->cb.send_ft_action == NULL) in wpa_ft_action_send()
41 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst, in wpa_ft_action_send()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1370 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member
Ddriver_nl80211.c9020 .send_ft_action = nl80211_send_ft_action,