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.h134 struct wpabuf *ft_pending_req_ies; member
Dwpa_auth_ft.c1937 struct wpabuf *ft_pending_req_ies; in wpa_ft_pull_pmk_r1() local
2027 ft_pending_req_ies = wpabuf_alloc_copy(ies, ies_len); in wpa_ft_pull_pmk_r1()
2028 wpabuf_free(sm->ft_pending_req_ies); in wpa_ft_pull_pmk_r1()
2029 sm->ft_pending_req_ies = ft_pending_req_ies; in wpa_ft_pull_pmk_r1()
2030 if (!sm->ft_pending_req_ies) { in wpa_ft_pull_pmk_r1()
3901 if (!sm->ft_pending_cb || !sm->ft_pending_req_ies) in ft_finish_pull()
3904 res = wpa_ft_process_auth_req(sm, wpabuf_head(sm->ft_pending_req_ies), in ft_finish_pull()
3905 wpabuf_len(sm->ft_pending_req_ies), in ft_finish_pull()
3913 wpabuf_free(sm->ft_pending_req_ies); in ft_finish_pull()
3914 sm->ft_pending_req_ies = NULL; in ft_finish_pull()
[all …]
Dwpa_auth.c694 wpabuf_free(sm->ft_pending_req_ies); in wpa_free_sta_sm()