Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c2668 wpabuf_free(sm->fils_ft_ies); in wpa_sm_deinit()
3770 wpabuf_free(sm->fils_ft_ies); in fils_process_auth()
3771 sm->fils_ft_ies = wpabuf_alloc(2 + elems.mdie_len + in fils_process_auth()
3773 if (!sm->fils_ft_ies) in fils_process_auth()
3775 wpabuf_put_data(sm->fils_ft_ies, elems.mdie - 2, in fils_process_auth()
3777 wpabuf_put_data(sm->fils_ft_ies, elems.ftie - 2, in fils_process_auth()
3780 wpabuf_free(sm->fils_ft_ies); in fils_process_auth()
3781 sm->fils_ft_ies = NULL; in fils_process_auth()
4061 if (sm->fils_ft_ies) in fils_build_assoc_req()
4062 len += wpabuf_len(sm->fils_ft_ies); in fils_build_assoc_req()
[all …]
Dwpa_i.h162 struct wpabuf *fils_ft_ies; member