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

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 211 if (sm->ctx->update_ft_ies)
212 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
wpa.h 60 int (*update_ft_ies)(void *ctx, const u8 *md, const u8 *ies, member in struct:wpa_sm_ctx
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 227 if (sm->ctx->update_ft_ies)
228 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
wpa.h 47 int (*update_ft_ies)(void *ctx, const u8 *md, const u8 *ies, member in struct:wpa_sm_ctx
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 746 if (wpa_s->driver->update_ft_ies)
747 return wpa_s->driver->update_ft_ies(wpa_s->drv_priv, md,
wpas_glue.c 608 ctx->update_ft_ies = wpa_supplicant_update_ft_ies;
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 271 if (wpa_s->driver->update_ft_ies)
272 return wpa_s->driver->update_ft_ies(wpa_s->drv_priv, md,
wpas_glue.c 809 ctx->update_ft_ies = wpa_supplicant_update_ft_ies;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 239 * update_ft_ies() handler is called to update the IEs for further
252 * type. update_ft_ies() handler will then be called with the FT IEs to
919 * update_ft_ies - Update FT (IEEE 802.11r) IEs
933 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, member in struct:wpa_driver_ops
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 422 * update_ft_ies() handler is called to update the IEs for further
435 * type. update_ft_ies() handler will then be called with the FT IEs to
1354 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, member in struct:wpa_driver_ops
    [all...]

Completed in 222 milliseconds