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

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 231 if (sm->ctx->update_ft_ies)
232 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
wpa.h 48 int (*update_ft_ies)(void *ctx, const u8 *md, const u8 *ies, member in struct:wpa_sm_ctx
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 303 if (wpa_s->driver->update_ft_ies)
304 return wpa_s->driver->update_ft_ies(wpa_s->drv_priv, md,
wpas_glue.c 1063 ctx->update_ft_ies = wpa_supplicant_update_ft_ies;
  /external/wpa_supplicant_8/src/drivers/
driver.h 676 * update_ft_ies() handler is called to update the IEs for further
689 * type. update_ft_ies() handler will then be called with the FT IEs to
1965 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, member in struct:wpa_driver_ops
    [all...]
driver_nl80211.c     [all...]

Completed in 43 milliseconds