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.h243 if (sm->ctx->update_ft_ies)
244 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
H A Dwpa.h48 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.h243 if (sm->ctx->update_ft_ies)
244 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
H A Dwpa.h48 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.h243 if (sm->ctx->update_ft_ies)
244 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
H A Dwpa.h48 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.h301 if (wpa_s->driver->update_ft_ies)
302 return wpa_s->driver->update_ft_ies(wpa_s->drv_priv, md,
H A Dwpas_glue.c1071 ctx->update_ft_ies = wpa_supplicant_update_ft_ies;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h717 * update_ft_ies() handler is called to update the IEs for further
730 * type. update_ft_ies() handler will then be called with the FT IEs to
2055 * update_ft_ies - Update FT (IEEE 802.11r) IEs
2069 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, member in struct:wpa_driver_ops
4345 * struct wpa_driver_ops::update_ft_ies() callback.
H A Ddriver_nl80211.c7678 wpa_printf(MSG_DEBUG, "nl80211: update_ft_ies failed "
9174 .update_ft_ies = wpa_driver_nl80211_update_ft_ies,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h717 * update_ft_ies() handler is called to update the IEs for further
730 * type. update_ft_ies() handler will then be called with the FT IEs to
2055 * update_ft_ies - Update FT (IEEE 802.11r) IEs
2069 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, member in struct:wpa_driver_ops
4345 * struct wpa_driver_ops::update_ft_ies() callback.
H A Ddriver_nl80211.c7678 wpa_printf(MSG_DEBUG, "nl80211: update_ft_ies failed "
9174 .update_ft_ies = wpa_driver_nl80211_update_ft_ies,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h717 * update_ft_ies() handler is called to update the IEs for further
730 * type. update_ft_ies() handler will then be called with the FT IEs to
2055 * update_ft_ies - Update FT (IEEE 802.11r) IEs
2069 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, member in struct:wpa_driver_ops
4345 * struct wpa_driver_ops::update_ft_ies() callback.
H A Ddriver_nl80211.c7678 wpa_printf(MSG_DEBUG, "nl80211: update_ft_ies failed "
9174 .update_ft_ies = wpa_driver_nl80211_update_ft_ies,

Completed in 466 milliseconds