Searched refs:send_ft_action (Results 1 - 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_i.h | 286 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()
|
H A D | wpa.h | 54 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 60 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.h | 294 int (*send_ft_action)(void *ctx, const u8 *dst, member
|
H A D | wpa_auth_glue.c | 1287 .send_ft_action = hostapd_wpa_auth_send_ft_action, in hostapd_setup_wpa()
|
H A D | wpa_auth_ft.c | 653 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.h | 340 int (*send_ft_action)(void *ctx, const u8 *dst, member
|
H A D | wpa_auth_glue.c | 1493 .send_ft_action = hostapd_wpa_auth_send_ft_action, in hostapd_setup_wpa()
|
H A D | wpa_auth_ft.c | 654 if (wpa_auth->cb->send_ft_action == NULL) in wpa_ft_action_send() 656 return wpa_auth->cb->send_ft_action(wpa_auth->cb_ctx, dst, in wpa_ft_action_send()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpas_glue.c | 625 wpa_printf(MSG_ERROR, "Unsupported send_ft_action action %d", in wpa_supplicant_send_ft_action() 1230 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpas_glue.c | 690 wpa_printf(MSG_ERROR, "Unsupported send_ft_action action %d", in wpa_supplicant_send_ft_action() 1438 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()
|
Completed in 26 milliseconds