Home
last modified time | relevance | path

Searched refs:ft_pending_req_ies (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c364 wpabuf_free(sm->ft_pending_req_ies); in wpa_ft_pull_pmk_r1()
365 sm->ft_pending_req_ies = wpabuf_alloc_copy(ies, ies_len); in wpa_ft_pull_pmk_r1()
366 if (sm->ft_pending_req_ies == NULL) in wpa_ft_pull_pmk_r1()
1518 res = wpa_ft_process_auth_req(sm, wpabuf_head(sm->ft_pending_req_ies), in ft_pull_resp_cb_finish()
1519 wpabuf_len(sm->ft_pending_req_ies), in ft_pull_resp_cb_finish()
1521 wpabuf_free(sm->ft_pending_req_ies); in ft_pull_resp_cb_finish()
1522 sm->ft_pending_req_ies = NULL; in ft_pull_resp_cb_finish()
1543 sm->ft_pending_cb == NULL || sm->ft_pending_req_ies == NULL) in ft_pull_resp_cb()
Dwpa_auth_i.h123 struct wpabuf *ft_pending_req_ies; member
Dwpa_auth.c679 wpabuf_free(sm->ft_pending_req_ies); in wpa_free_sta_sm()