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 277 if (sm->ctx->send_ft_action)
278 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
wpa.h 53 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 256 int (*send_ft_action)(void *ctx, const u8 *dst, member in struct:wpa_auth_callbacks
wpa_auth_glue.c 953 .send_ft_action = hostapd_wpa_auth_send_ft_action,
wpa_auth_ft.c 432 if (wpa_auth->cb->send_ft_action == NULL)
434 return wpa_auth->cb->send_ft_action(wpa_auth->cb_ctx, dst,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 621 wpa_printf(MSG_ERROR, "Unsupported send_ft_action action %d",
1218 ctx->send_ft_action = wpa_supplicant_send_ft_action;
    [all...]

Completed in 244 milliseconds