Searched refs:ielength (Results 1 – 1 of 1) sorted by relevance
1956 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local1961 ielength = initial_out_len; in rtw_restruct_wmm_ie()1968 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()1969 ielength++; in rtw_restruct_wmm_ie()1981 return ielength; in rtw_restruct_wmm_ie()2067 uint ielength; in rtw_restruct_sec_ie() local2076 ielength = 12; in rtw_restruct_sec_ie()2083 memcpy(out_ie + ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie()2085 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()2088 memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1] + 2); in rtw_restruct_sec_ie()[all …]