/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_i.h | 230 if (sm->ctx->send_ft_action) 231 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
|
wpa.h | 49 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member in struct:wpa_sm_ctx
|
/external/wpa_supplicant_8/wpa_supplicant/ |
driver_i.h | 282 if (wpa_s->driver->send_ft_action) 283 return wpa_s->driver->send_ft_action(wpa_s->drv_priv, action,
|
wpas_glue.c | 880 ctx->send_ft_action = wpa_supplicant_send_ft_action;
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth.h | 203 int (*send_ft_action)(void *ctx, const u8 *dst, member in struct:wpa_auth_callbacks
|
wpa_auth_glue.c | 539 cb.send_ft_action = hostapd_wpa_auth_send_ft_action;
|
wpa_auth_ft.c | 39 if (wpa_auth->cb.send_ft_action == NULL) 41 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst, [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 1544 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member in struct:wpa_driver_ops [all...] |
driver_nl80211.c | [all...] |