Searched refs:ielength (Results 1 – 1 of 1) sorted by relevance
1996 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local2001 ielength = initial_out_len; in rtw_restruct_wmm_ie()2005 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()2006 ielength++; in rtw_restruct_wmm_ie()2018 return ielength; in rtw_restruct_wmm_ie()2105 uint ielength; in rtw_restruct_sec_ie() local2114 ielength = 12; in rtw_restruct_sec_ie()2121 memcpy(out_ie+ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie()2123 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()2126 memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1]+2); in rtw_restruct_sec_ie()[all …]