Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
H A Dwpa.c2694 wpabuf_free(sm->fils_ft_ies); in wpa_sm_deinit()
3800 wpabuf_free(sm->fils_ft_ies); in fils_process_auth()
3801 sm->fils_ft_ies = wpabuf_alloc(2 + elems.mdie_len + in fils_process_auth()
3803 if (!sm->fils_ft_ies) in fils_process_auth()
3805 wpabuf_put_data(sm->fils_ft_ies, elems.mdie - 2, in fils_process_auth()
3807 wpabuf_put_data(sm->fils_ft_ies, elems.ftie - 2, in fils_process_auth()
3810 wpabuf_free(sm->fils_ft_ies); in fils_process_auth()
3811 sm->fils_ft_ies = NULL; in fils_process_auth()
4091 if (sm->fils_ft_ies) in fils_build_assoc_req()
4092 len += wpabuf_len(sm->fils_ft_ies); in fils_build_assoc_req()
[all …]
H A Dwpa_i.h163 struct wpabuf *fils_ft_ies; member