Searched refs:send_ft_action (Results 1 - 23 of 23) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h230 if (sm->ctx->send_ft_action)
231 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
H A Dwpa.h49 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h230 if (sm->ctx->send_ft_action)
231 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
H A Dwpa.h49 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h230 if (sm->ctx->send_ft_action)
231 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
H A Dwpa.h49 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h282 if (wpa_s->driver->send_ft_action)
283 return wpa_s->driver->send_ft_action(wpa_s->drv_priv, action,
H A Dwpas_glue.c880 ctx->send_ft_action = wpa_supplicant_send_ft_action;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.h203 int (*send_ft_action)(void *ctx, const u8 *dst, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c539 cb.send_ft_action = hostapd_wpa_auth_send_ft_action;
H A Dwpa_auth_ft.c39 if (wpa_auth->cb.send_ft_action == NULL)
41 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h203 int (*send_ft_action)(void *ctx, const u8 *dst, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c539 cb.send_ft_action = hostapd_wpa_auth_send_ft_action;
H A Dwpa_auth_ft.c39 if (wpa_auth->cb.send_ft_action == NULL)
41 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.h203 int (*send_ft_action)(void *ctx, const u8 *dst, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c539 cb.send_ft_action = hostapd_wpa_auth_send_ft_action;
H A Dwpa_auth_ft.c39 if (wpa_auth->cb.send_ft_action == NULL)
41 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1532 * send_ft_action - Send FT Action frame (IEEE 802.11r)
1544 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member in struct:wpa_driver_ops
H A Ddriver_nl80211.c9643 wpa_printf(MSG_ERROR, "nl80211: Unsupported send_ft_action "
10813 .send_ft_action = nl80211_send_ft_action,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1532 * send_ft_action - Send FT Action frame (IEEE 802.11r)
1544 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member in struct:wpa_driver_ops
H A Ddriver_nl80211.c9643 wpa_printf(MSG_ERROR, "nl80211: Unsupported send_ft_action "
10813 .send_ft_action = nl80211_send_ft_action,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1532 * send_ft_action - Send FT Action frame (IEEE 802.11r)
1544 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member in struct:wpa_driver_ops
H A Ddriver_nl80211.c9643 wpa_printf(MSG_ERROR, "nl80211: Unsupported send_ft_action "
10813 .send_ft_action = nl80211_send_ft_action,

Completed in 319 milliseconds