Searched refs:ft_pending_req_ies (Results 1 – 3 of 3) sorted by relevance
148 struct wpabuf *ft_pending_req_ies; member
1974 struct wpabuf *ft_pending_req_ies; in wpa_ft_pull_pmk_r1() local2065 ft_pending_req_ies = wpabuf_alloc_copy(ies, ies_len); in wpa_ft_pull_pmk_r1()2066 wpabuf_free(sm->ft_pending_req_ies); in wpa_ft_pull_pmk_r1()2067 sm->ft_pending_req_ies = ft_pending_req_ies; in wpa_ft_pull_pmk_r1()2068 if (!sm->ft_pending_req_ies) { in wpa_ft_pull_pmk_r1()4324 if (!sm->ft_pending_cb || !sm->ft_pending_req_ies) in ft_finish_pull()4327 res = wpa_ft_process_auth_req(sm, wpabuf_head(sm->ft_pending_req_ies), in ft_finish_pull()4328 wpabuf_len(sm->ft_pending_req_ies), in ft_finish_pull()4336 wpabuf_free(sm->ft_pending_req_ies); in ft_finish_pull()4337 sm->ft_pending_req_ies = NULL; in ft_finish_pull()[all …]
1044 wpabuf_free(sm->ft_pending_req_ies);