Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h351 if (sm->ctx->send_ft_action) in wpa_sm_send_ft_action()
352 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action()
H A Dwpa.h58 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h390 int (*send_ft_action)(void *ctx, const u8 *dst, member
H A Dwpa_auth_glue.c1637 .send_ft_action = hostapd_wpa_auth_send_ft_action, in hostapd_setup_wpa()
H A Dwpa_auth_ft.c658 if (wpa_auth->cb->send_ft_action == NULL) in wpa_ft_action_send()
660 return wpa_auth->cb->send_ft_action(wpa_auth->cb_ctx, dst, in wpa_ft_action_send()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c1472 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()