Home
last modified time | relevance | path

Searched refs:ft_action (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c585 int ft_action, const u8 *target_ap, in wpa_ft_process_response() argument
603 if (ft_action) { in wpa_ft_process_response()
625 !ft_action) < 0) { in wpa_ft_process_response()
765 if (ft_action) { in wpa_ft_process_response()
H A Dwpa.h494 int ft_action, const u8 *target_ap,
532 int ft_action, const u8 *target_ap) in wpa_ft_process_response() argument
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_privsep.c501 os_memcpy(&data.ft_ies.ft_action, buf, sizeof(int)); in wpa_driver_privsep_event_ft_response()
H A Ddriver.h6248 int ft_action; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c1032 os_memcpy(pos, &data->ft_ies.ft_action, sizeof(int)); in wpa_priv_send_ft_response()
H A Devents.c4912 data->ft_ies.ft_action, in wpa_supplicant_event_ft_response()