Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/rsn_supp/
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()
Dwpa.h58 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
/netbsd/src/external/bsd/wpa/dist/src/ap/
Dwpa_auth.h390 int (*send_ft_action)(void *ctx, const u8 *dst, member
Dwpa_auth_glue.c1637 .send_ft_action = hostapd_wpa_auth_send_ft_action, in hostapd_setup_wpa()
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()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dwpas_glue.c1472 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()