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/
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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c4080 wpabuf_free(sm->fils_ft_ies);
5502 wpabuf_free(sm->fils_ft_ies);
5503 sm->fils_ft_ies = wpabuf_alloc(2 + elems.mdie_len +
5505 if (!sm->fils_ft_ies)
5507 wpabuf_put_data(sm->fils_ft_ies, elems.mdie - 2,
5509 wpabuf_put_data(sm->fils_ft_ies, elems.ftie - 2,
5512 wpabuf_free(sm->fils_ft_ies);
5513 sm->fils_ft_ies = NULL;
5800 if (sm->fils_ft_ies)
5801 len += wpabuf_len(sm->fils_ft_ies);
[all...]
H A Dwpa_i.h208 struct wpabuf *fils_ft_ies; member

Completed in 12 milliseconds