Searched refs:send_ft_action (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/wpa/src/rsn_supp/ |
| D | wpa_i.h | 226 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()
|
| D | wpa.h | 55 int (*send_ft_action)(void *ctx, u8 action, const u8 *target_ap, member
|
| /freebsd-9-stable/contrib/wpa/wpa_supplicant/ |
| D | driver_i.h | 317 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()
|
| D | wpas_glue.c | 651 ctx->send_ft_action = wpa_supplicant_send_ft_action; in wpa_supplicant_init_wpa()
|
| /freebsd-9-stable/contrib/wpa/src/ap/ |
| D | wpa_auth.h | 200 int (*send_ft_action)(void *ctx, const u8 *dst, member
|
| D | wpa_auth_glue.c | 464 cb.send_ft_action = hostapd_wpa_auth_send_ft_action; in hostapd_setup_wpa()
|
| D | wpa_auth_ft.c | 67 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/ |
| D | driver.h | 1071 int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap, member
|