Home
last modified time | relevance | path

Searched refs:ft (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c65 struct wpa_ft_ies ft; in wpa_sm_set_ft_params() local
82 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0) in wpa_sm_set_ft_params()
85 if (ft.mdie_len < MOBILITY_DOMAIN_ID_LEN + 1) in wpa_sm_set_ft_params()
89 ft.mdie, MOBILITY_DOMAIN_ID_LEN); in wpa_sm_set_ft_params()
90 os_memcpy(sm->mobility_domain, ft.mdie, MOBILITY_DOMAIN_ID_LEN); in wpa_sm_set_ft_params()
91 sm->mdie_ft_capab = ft.mdie[MOBILITY_DOMAIN_ID_LEN]; in wpa_sm_set_ft_params()
95 if (ft.r0kh_id) { in wpa_sm_set_ft_params()
97 ft.r0kh_id, ft.r0kh_id_len); in wpa_sm_set_ft_params()
98 os_memcpy(sm->r0kh_id, ft.r0kh_id, ft.r0kh_id_len); in wpa_sm_set_ft_params()
99 sm->r0kh_id_len = ft.r0kh_id_len; in wpa_sm_set_ft_params()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c629 int ft; in wpa_receive() local
813 ft = sm->wpa == WPA_VERSION_WPA2 && in wpa_receive()
816 wpa_compare_rsn_ie(ft, in wpa_receive()
831 if (ft && ft_check_msg_2_of_4(wpa_auth, sm, &kde) < 0) { in wpa_receive()