Home
last modified time | relevance | path

Searched refs:send_ft_action (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/wpa/src/rsn_supp/
Dwpa_i.h226 if (sm->ctx->send_ft_action) in wpa_sm_send_ft_action()
227 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action()
Dwpa.h55 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Ddriver_i.h317 if (wpa_s->driver->send_ft_action) in wpa_drv_send_ft_action()
318 return wpa_s->driver->send_ft_action(wpa_s->drv_priv, action, in wpa_drv_send_ft_action()
Dwpas_glue.c651 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()
/freebsd-9-stable/contrib/wpa/src/ap/
Dwpa_auth.h200 int (*send_ft_action)(void *ctx, const u8 *dst, member
Dwpa_auth_glue.c464 cb.send_ft_action = hostapd_wpa_auth_send_ft_action; in hostapd_setup_wpa()
Dwpa_auth_ft.c67 if (wpa_auth->cb.send_ft_action == NULL) in wpa_ft_action_send()
69 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst, in wpa_ft_action_send()
/freebsd-9-stable/contrib/wpa/src/drivers/
Ddriver.h1071 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member