Searched refs:assoc_resp_ies (Results 1 – 3 of 3) sorted by relevance
71 os_free(sm->assoc_resp_ies); in wpa_sm_set_ft_params()72 sm->assoc_resp_ies = NULL; in wpa_sm_set_ft_params()116 os_free(sm->assoc_resp_ies); in wpa_sm_set_ft_params()117 sm->assoc_resp_ies = os_malloc(ft.mdie_len + 2 + ft.ftie_len + 2); in wpa_sm_set_ft_params()118 if (sm->assoc_resp_ies) { in wpa_sm_set_ft_params()119 u8 *pos = sm->assoc_resp_ies; in wpa_sm_set_ft_params()128 sm->assoc_resp_ies_len = pos - sm->assoc_resp_ies; in wpa_sm_set_ft_params()131 sm->assoc_resp_ies, sm->assoc_resp_ies_len); in wpa_sm_set_ft_params()
111 u8 *assoc_resp_ies; /* MDIE and FTIE from (Re)Association Response */ member
588 if (sm->assoc_resp_ies) { in wpa_supplicant_send_2_of_4()590 sm->assoc_resp_ies, in wpa_supplicant_send_2_of_4()592 os_memcpy(rsn_ie_buf + wpa_ie_len, sm->assoc_resp_ies, in wpa_supplicant_send_2_of_4()