Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h246 if (sm->ctx->send_ft_action) in wpa_sm_send_ft_action()
247 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action()
Dwpa.h50 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h225 int (*send_ft_action)(void *ctx, const u8 *dst, member
Dwpa_auth_glue.c623 cb.send_ft_action = hostapd_wpa_auth_send_ft_action; in hostapd_setup_wpa()
Dwpa_auth_ft.c47 if (wpa_auth->cb.send_ft_action == NULL) in wpa_ft_action_send()
49 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst, in wpa_ft_action_send()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c1072 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()