Searched refs:ft_pending_req_ies (Results 1 – 6 of 6) sorted by relevance
1938 struct wpabuf *ft_pending_req_ies; in wpa_ft_pull_pmk_r1() local2028 ft_pending_req_ies = wpabuf_alloc_copy(ies, ies_len); in wpa_ft_pull_pmk_r1()2029 wpabuf_free(sm->ft_pending_req_ies); in wpa_ft_pull_pmk_r1()2030 sm->ft_pending_req_ies = ft_pending_req_ies; in wpa_ft_pull_pmk_r1()2031 if (!sm->ft_pending_req_ies) { in wpa_ft_pull_pmk_r1()3911 if (!sm->ft_pending_cb || !sm->ft_pending_req_ies) in ft_finish_pull()3914 res = wpa_ft_process_auth_req(sm, wpabuf_head(sm->ft_pending_req_ies), in ft_finish_pull()3915 wpabuf_len(sm->ft_pending_req_ies), in ft_finish_pull()3923 wpabuf_free(sm->ft_pending_req_ies); in ft_finish_pull()3924 sm->ft_pending_req_ies = NULL; in ft_finish_pull()[all …]
136 struct wpabuf *ft_pending_req_ies; member
713 wpabuf_free(sm->ft_pending_req_ies); in wpa_free_sta_sm()
1940 struct wpabuf *ft_pending_req_ies; in wpa_ft_pull_pmk_r1() local2031 ft_pending_req_ies = wpabuf_alloc_copy(ies, ies_len); in wpa_ft_pull_pmk_r1()2032 wpabuf_free(sm->ft_pending_req_ies); in wpa_ft_pull_pmk_r1()2033 sm->ft_pending_req_ies = ft_pending_req_ies; in wpa_ft_pull_pmk_r1()2034 if (!sm->ft_pending_req_ies) { in wpa_ft_pull_pmk_r1()4139 if (!sm->ft_pending_cb || !sm->ft_pending_req_ies) in ft_finish_pull()4142 res = wpa_ft_process_auth_req(sm, wpabuf_head(sm->ft_pending_req_ies), in ft_finish_pull()4143 wpabuf_len(sm->ft_pending_req_ies), in ft_finish_pull()4151 wpabuf_free(sm->ft_pending_req_ies); in ft_finish_pull()4152 sm->ft_pending_req_ies = NULL; in ft_finish_pull()[all …]
141 struct wpabuf *ft_pending_req_ies; member
758 wpabuf_free(sm->ft_pending_req_ies); in wpa_free_sta_sm()