Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
HDwpa_i.h286 if (sm->ctx->send_ft_action) in wpa_sm_send_ft_action()
287 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action()
HDwpa.h54 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
/dragonfly/contrib/wpa_supplicant/src/ap/
HDwpa_auth.h294 int (*send_ft_action)(void *ctx, const u8 *dst, member
HDwpa_auth_glue.c1287 .send_ft_action = hostapd_wpa_auth_send_ft_action, in hostapd_setup_wpa()
HDwpa_auth_ft.c653 if (wpa_auth->cb->send_ft_action == NULL) in wpa_ft_action_send()
655 return wpa_auth->cb->send_ft_action(wpa_auth->cb_ctx, dst, in wpa_ft_action_send()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDwpas_glue.c1226 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()