Lines Matching refs:fils_ft_ies
4194 wpabuf_free(sm->fils_ft_ies); in wpa_sm_deinit()
5686 wpabuf_free(sm->fils_ft_ies); in fils_process_auth()
5687 sm->fils_ft_ies = wpabuf_alloc(2 + elems.mdie_len + in fils_process_auth()
5689 if (!sm->fils_ft_ies) in fils_process_auth()
5691 wpabuf_put_data(sm->fils_ft_ies, elems.mdie - 2, in fils_process_auth()
5693 wpabuf_put_data(sm->fils_ft_ies, elems.ftie - 2, in fils_process_auth()
5696 wpabuf_free(sm->fils_ft_ies); in fils_process_auth()
5697 sm->fils_ft_ies = NULL; in fils_process_auth()
6001 if (sm->fils_ft_ies) in fils_build_assoc_req()
6002 len += wpabuf_len(sm->fils_ft_ies); in fils_build_assoc_req()
6013 if (wpa_key_mgmt_ft(sm->key_mgmt) && sm->fils_ft_ies) { in fils_build_assoc_req()
6015 wpabuf_put_buf(buf, sm->fils_ft_ies); in fils_build_assoc_req()
6308 if (wpa_key_mgmt_ft(sm->key_mgmt) && sm->fils_ft_ies) { in fils_process_assoc_resp()