Home
last modified time | relevance | path

Searched refs:kde_buf (Results 1 – 2 of 2) sorted by relevance

/hostap-3.6.0/src/ap/
Dwpa_auth.c3856 u8 *kde_buf = NULL, *pos, hdr[2]; in SM_STATE() local
3897 kde_buf = os_malloc(kde_len); in SM_STATE()
3898 if (!kde_buf) in SM_STATE()
3901 kde = pos = kde_buf; in SM_STATE()
3909 os_free(kde_buf); in SM_STATE()
3926 bin_clear_free(kde_buf, kde_len); in SM_STATE()
5581 u8 *kde_buf = NULL, *pos, hdr[2]; in wpa_auth_resend_group_m1() local
5596 kde_buf = os_malloc(kde_len); in wpa_auth_resend_group_m1()
5597 if (!kde_buf) in wpa_auth_resend_group_m1()
5600 kde = pos = kde_buf; in wpa_auth_resend_group_m1()
[all …]
/hostap-3.6.0/src/rsn_supp/
Dwpa.c680 u8 *kde, *kde_buf = NULL; in wpa_supplicant_process_1_of_4() local
752 kde_buf = os_malloc(kde_len + in wpa_supplicant_process_1_of_4()
757 if (!kde_buf) in wpa_supplicant_process_1_of_4()
759 os_memcpy(kde_buf, kde, kde_len); in wpa_supplicant_process_1_of_4()
760 kde = kde_buf; in wpa_supplicant_process_1_of_4()
834 os_free(kde_buf); in wpa_supplicant_process_1_of_4()
839 os_free(kde_buf); in wpa_supplicant_process_1_of_4()