Searched refs:ielength (Results 1 – 1 of 1) sorted by relevance
1984 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local1989 ielength = initial_out_len; in rtw_restruct_wmm_ie()1996 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()1997 ielength++; in rtw_restruct_wmm_ie()2009 return ielength; in rtw_restruct_wmm_ie()2095 uint ielength; in rtw_restruct_sec_ie() local2104 ielength = 12; in rtw_restruct_sec_ie()2111 memcpy(out_ie + ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie()2113 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()2116 memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1] + 2); in rtw_restruct_sec_ie()[all …]