Searched refs:update_ft_ies (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h226 if (sm->ctx->update_ft_ies)
227 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
H A Dwpa.h47 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/
H A Dwpa_i.h226 if (sm->ctx->update_ft_ies)
227 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
H A Dwpa.h47 int (*update_ft_ies)(void *ctx, const u8 *md, const u8 *ies, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h226 if (sm->ctx->update_ft_ies)
227 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
H A Dwpa.h47 int (*update_ft_ies)(void *ctx, const u8 *md, const u8 *ies, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h285 if (wpa_s->driver->update_ft_ies)
286 return wpa_s->driver->update_ft_ies(wpa_s->drv_priv, md,
H A Dwpas_glue.c932 ctx->update_ft_ies = wpa_supplicant_update_ft_ies;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h578 * update_ft_ies() handler is called to update the IEs for further
591 * type. update_ft_ies() handler will then be called with the FT IEs to
1685 * update_ft_ies - Update FT (IEEE 802.11r) IEs
1699 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, member in struct:wpa_driver_ops
3762 * struct wpa_driver_ops::update_ft_ies() callback.
H A Ddriver_nl80211.c12029 wpa_printf(MSG_DEBUG, "nl80211: update_ft_ies failed "
12679 .update_ft_ies = wpa_driver_nl80211_update_ft_ies,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h578 * update_ft_ies() handler is called to update the IEs for further
591 * type. update_ft_ies() handler will then be called with the FT IEs to
1685 * update_ft_ies - Update FT (IEEE 802.11r) IEs
1699 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, member in struct:wpa_driver_ops
3762 * struct wpa_driver_ops::update_ft_ies() callback.
H A Ddriver_nl80211.c12029 wpa_printf(MSG_DEBUG, "nl80211: update_ft_ies failed "
12679 .update_ft_ies = wpa_driver_nl80211_update_ft_ies,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h578 * update_ft_ies() handler is called to update the IEs for further
591 * type. update_ft_ies() handler will then be called with the FT IEs to
1685 * update_ft_ies - Update FT (IEEE 802.11r) IEs
1699 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, member in struct:wpa_driver_ops
3762 * struct wpa_driver_ops::update_ft_ies() callback.
H A Ddriver_nl80211.c12029 wpa_printf(MSG_DEBUG, "nl80211: update_ft_ies failed "
12679 .update_ft_ies = wpa_driver_nl80211_update_ft_ies,

Completed in 241 milliseconds