Searched refs:send_ft_action (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_i.h | 351 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 D | wpa.h | 58 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.h | 390 int (*send_ft_action)(void *ctx, const u8 *dst, member
|
H A D | wpa_auth_glue.c | 1637 .send_ft_action = hostapd_wpa_auth_send_ft_action, in hostapd_setup_wpa()
|
H A D | wpa_auth_ft.c | 658 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 D | wpas_glue.c | 1472 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()
|