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

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 220 if (sm->ctx->send_ft_action)
221 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
wpa.h 62 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member in struct:wpa_sm_ctx
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 233 if (sm->ctx->send_ft_action)
234 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
wpa.h 55 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member in struct:wpa_sm_ctx
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 756 if (wpa_s->driver->send_ft_action)
757 return wpa_s->driver->send_ft_action(wpa_s->drv_priv, action,
wpas_glue.c 609 ctx->send_ft_action = wpa_supplicant_send_ft_action;
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 317 if (wpa_s->driver->send_ft_action)
318 return wpa_s->driver->send_ft_action(wpa_s->drv_priv, action,
wpas_glue.c 702 ctx->send_ft_action = wpa_supplicant_send_ft_action;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 937 * send_ft_action - Send FT Action frame (IEEE 802.11r)
949 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member in struct:wpa_driver_ops
    [all...]
  /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 491 cb.send_ft_action = hostapd_wpa_auth_send_ft_action;
wpa_auth_ft.c 68 if (wpa_auth->cb.send_ft_action == NULL)
70 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1199 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member in struct:wpa_driver_ops
    [all...]
driver_nl80211.c     [all...]

Completed in 359 milliseconds