Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_ft.c1938 struct wpabuf *ft_pending_req_ies; in wpa_ft_pull_pmk_r1() local
2028 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 …]
Dwpa_auth_i.h136 struct wpabuf *ft_pending_req_ies; member
Dwpa_auth.c713 wpabuf_free(sm->ft_pending_req_ies); in wpa_free_sta_sm()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_ft.c1940 struct wpabuf *ft_pending_req_ies; in wpa_ft_pull_pmk_r1() local
2031 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 …]
Dwpa_auth_i.h141 struct wpabuf *ft_pending_req_ies; member
Dwpa_auth.c758 wpabuf_free(sm->ft_pending_req_ies); in wpa_free_sta_sm()