HomeSort by relevance Sort by last modified time
    Searched refs:send_ft_action (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 246 if (sm->ctx->send_ft_action)
247 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
wpa.h 50 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member in struct:wpa_sm_ctx
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 225 int (*send_ft_action)(void *ctx, const u8 *dst, member in struct:wpa_auth_callbacks
wpa_auth_ft.c 47 if (wpa_auth->cb.send_ft_action == NULL)
49 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst,
    [all...]
wpa_auth_glue.c 623 cb.send_ft_action = hostapd_wpa_auth_send_ft_action;
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 551 wpa_printf(MSG_ERROR, "Unsupported send_ft_action action %d",
1072 ctx->send_ft_action = wpa_supplicant_send_ft_action;

Completed in 2214 milliseconds