/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 | 224 if (sm->ctx->update_ft_ies) 225 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
|
wpa.h | 53 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 | 307 if (wpa_s->driver->update_ft_ies) 308 return wpa_s->driver->update_ft_ies(wpa_s->drv_priv, md,
|
wpas_glue.c | 701 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 | 412 * update_ft_ies() handler is called to update the IEs for further 425 * type. update_ft_ies() handler will then be called with the FT IEs to 1183 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, member in struct:wpa_driver_ops [all...] |