Searched refs:assoc_resp_ies (Results 1 – 3 of 3) sorted by relevance
123 os_free(sm->assoc_resp_ies); in wpa_sm_set_ft_params()124 sm->assoc_resp_ies = os_malloc(ft.mdie_len + 2 + ft.ftie_len + 2); in wpa_sm_set_ft_params()125 if (sm->assoc_resp_ies) { in wpa_sm_set_ft_params()126 u8 *pos = sm->assoc_resp_ies; in wpa_sm_set_ft_params()135 sm->assoc_resp_ies_len = pos - sm->assoc_resp_ies; in wpa_sm_set_ft_params()138 sm->assoc_resp_ies, sm->assoc_resp_ies_len); in wpa_sm_set_ft_params()
136 u8 *assoc_resp_ies; /* MDIE and FTIE from (Re)Association Response */ member
507 if (sm->assoc_resp_ies) { in wpa_supplicant_send_2_of_4()508 os_memcpy(rsn_ie_buf + wpa_ie_len, sm->assoc_resp_ies, in wpa_supplicant_send_2_of_4()1292 if (sm->assoc_resp_ies) { in wpa_supplicant_validate_ie_ft()1293 pos = sm->assoc_resp_ies; in wpa_supplicant_validate_ie_ft()2685 os_free(sm->assoc_resp_ies); in wpa_sm_deinit()