Searched refs:send_ft_action (Results 1 – 14 of 14) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 220 if (sm->ctx->send_ft_action) in wpa_sm_send_ft_action() 221 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action()
|
D | wpa.h | 62 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 236 if (sm->ctx->send_ft_action) in wpa_sm_send_ft_action() 237 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action()
|
D | wpa.h | 49 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | wpa_supplicant_i.h | 756 if (wpa_s->driver->send_ft_action) in wpa_drv_send_ft_action() 757 return wpa_s->driver->send_ft_action(wpa_s->drv_priv, action, in wpa_drv_send_ft_action()
|
D | wpas_glue.c | 609 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver.h | 949 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | driver_i.h | 281 if (wpa_s->driver->send_ft_action) in wpa_drv_send_ft_action() 282 return wpa_s->driver->send_ft_action(wpa_s->drv_priv, action, in wpa_drv_send_ft_action()
|
D | wpas_glue.c | 810 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.h | 197 int (*send_ft_action)(void *ctx, const u8 *dst, member
|
D | wpa_auth_glue.c | 490 cb.send_ft_action = hostapd_wpa_auth_send_ft_action; in hostapd_setup_wpa()
|
D | wpa_auth_ft.c | 39 if (wpa_auth->cb.send_ft_action == NULL) in wpa_ft_action_send() 41 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst, in wpa_ft_action_send()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 1370 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member
|
D | driver_nl80211.c | 9020 .send_ft_action = nl80211_send_ft_action,
|