HomeSort by relevance Sort by last modified time
    Searched refs:send_ft_action (Results 1 - 5 of 5) 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_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_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...]

Completed in 139 milliseconds