Searched refs:kde_buf (Results 1 – 2 of 2) sorted by relevance
568 u8 *kde, *kde_buf = NULL; in wpa_supplicant_process_1_of_4() local644 kde_buf = os_malloc(kde_len + 2 + RSN_SELECTOR_LEN + 3); in wpa_supplicant_process_1_of_4()645 if (!kde_buf) { in wpa_supplicant_process_1_of_4()651 os_memcpy(kde_buf, kde, kde_len); in wpa_supplicant_process_1_of_4()652 kde = kde_buf; in wpa_supplicant_process_1_of_4()662 kde_buf = os_malloc(kde_len + 2 + RSN_SELECTOR_LEN + 1); in wpa_supplicant_process_1_of_4()663 if (kde_buf) { in wpa_supplicant_process_1_of_4()667 os_memcpy(kde_buf, kde, kde_len); in wpa_supplicant_process_1_of_4()668 kde = kde_buf; in wpa_supplicant_process_1_of_4()684 os_free(kde_buf); in wpa_supplicant_process_1_of_4()[all …]
3483 u8 *kde_buf = NULL, *pos, hdr[2]; in SM_STATE() local3525 kde_buf = os_malloc(kde_len); in SM_STATE()3526 if (kde_buf == NULL) in SM_STATE()3529 kde = pos = kde_buf; in SM_STATE()3536 os_free(kde_buf); in SM_STATE()3553 os_free(kde_buf); in SM_STATE()5076 u8 *kde_buf = NULL, *pos, hdr[2]; in wpa_auth_resend_group_m1() local5093 kde_buf = os_malloc(kde_len); in wpa_auth_resend_group_m1()5094 if (kde_buf == NULL) in wpa_auth_resend_group_m1()5097 kde = pos = kde_buf; in wpa_auth_resend_group_m1()[all …]