Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
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 …]
Dwpa_i.h163 struct wpabuf *fils_ft_ies; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c2979 wpabuf_free(sm->fils_ft_ies); in wpa_sm_deinit()
4292 wpabuf_free(sm->fils_ft_ies); in fils_process_auth()
4293 sm->fils_ft_ies = wpabuf_alloc(2 + elems.mdie_len + in fils_process_auth()
4295 if (!sm->fils_ft_ies) in fils_process_auth()
4297 wpabuf_put_data(sm->fils_ft_ies, elems.mdie - 2, in fils_process_auth()
4299 wpabuf_put_data(sm->fils_ft_ies, elems.ftie - 2, in fils_process_auth()
4302 wpabuf_free(sm->fils_ft_ies); in fils_process_auth()
4303 sm->fils_ft_ies = NULL; in fils_process_auth()
4585 if (sm->fils_ft_ies) in fils_build_assoc_req()
4586 len += wpabuf_len(sm->fils_ft_ies); in fils_build_assoc_req()
[all …]
Dwpa_i.h205 struct wpabuf *fils_ft_ies; member