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_i.h140 struct wpabuf *ft_pending_req_ies; member
Dwpa_auth_ft.c1939 struct wpabuf *ft_pending_req_ies; in wpa_ft_pull_pmk_r1() local
2030 ft_pending_req_ies = wpabuf_alloc_copy(ies, ies_len); in wpa_ft_pull_pmk_r1()
2031 wpabuf_free(sm->ft_pending_req_ies); in wpa_ft_pull_pmk_r1()
2032 sm->ft_pending_req_ies = ft_pending_req_ies; in wpa_ft_pull_pmk_r1()
2033 if (!sm->ft_pending_req_ies) { in wpa_ft_pull_pmk_r1()
4077 if (!sm->ft_pending_cb || !sm->ft_pending_req_ies) in ft_finish_pull()
4080 res = wpa_ft_process_auth_req(sm, wpabuf_head(sm->ft_pending_req_ies), in ft_finish_pull()
4081 wpabuf_len(sm->ft_pending_req_ies), in ft_finish_pull()
4089 wpabuf_free(sm->ft_pending_req_ies); in ft_finish_pull()
4090 sm->ft_pending_req_ies = NULL; in ft_finish_pull()
[all …]
Dwpa_auth.c734 wpabuf_free(sm->ft_pending_req_ies); in wpa_free_sta_sm()