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.c2956 wpabuf_free(sm->fils_ft_ies); in wpa_sm_deinit()
4301 wpabuf_free(sm->fils_ft_ies); in fils_process_auth()
4302 sm->fils_ft_ies = wpabuf_alloc(2 + elems.mdie_len + in fils_process_auth()
4304 if (!sm->fils_ft_ies) in fils_process_auth()
4306 wpabuf_put_data(sm->fils_ft_ies, elems.mdie - 2, in fils_process_auth()
4308 wpabuf_put_data(sm->fils_ft_ies, elems.ftie - 2, in fils_process_auth()
4311 wpabuf_free(sm->fils_ft_ies); in fils_process_auth()
4312 sm->fils_ft_ies = NULL; in fils_process_auth()
4594 if (sm->fils_ft_ies) in fils_build_assoc_req()
4595 len += wpabuf_len(sm->fils_ft_ies); in fils_build_assoc_req()
[all …]
Dwpa_i.h205 struct wpabuf *fils_ft_ies; member