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 258 if (sm->ctx->send_ft_action)
259 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
wpa.h 52 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 227 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 616 .send_ft_action = hostapd_wpa_auth_send_ft_action,
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 580 wpa_printf(MSG_ERROR, "Unsupported send_ft_action action %d",
1170 ctx->send_ft_action = wpa_supplicant_send_ft_action;
    [all...]

Completed in 98 milliseconds