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

/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h286 if (sm->ctx->send_ft_action)
287 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
H A Dwpa.h54 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member in struct:wpa_sm_ctx
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h294 int (*send_ft_action)(void *ctx, const u8 *dst, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c1287 .send_ft_action = hostapd_wpa_auth_send_ft_action,
H A Dwpa_auth_ft.c653 if (wpa_auth->cb->send_ft_action == NULL)
655 return wpa_auth->cb->send_ft_action(wpa_auth->cb_ctx, dst,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c621 wpa_printf(MSG_ERROR, "Unsupported send_ft_action action %d",
1226 ctx->send_ft_action = wpa_supplicant_send_ft_action;

Completed in 85 milliseconds