Home
last modified time | relevance | path

Searched refs:ielength (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_mlme.c1255 unsigned int ielength = 0; in r8712_restruct_wmm_ie() local
1260 ielength = initial_out_len; in r8712_restruct_wmm_ie()
1266 out_ie[ielength] = in_ie[j]; in r8712_restruct_wmm_ie()
1267 ielength++; in r8712_restruct_wmm_ie()
1276 return ielength; in r8712_restruct_wmm_ie()
1317 uint ielength, cnt, remove_cnt; in r8712_restruct_sec_ie() local
1521 ielength = 12; in r8712_restruct_sec_ie()
1524 memcpy(&out_ie[ielength], &sec_ie[0], sec_ie[1] + 2); in r8712_restruct_sec_ie()
1525 ielength += sec_ie[1] + 2; in r8712_restruct_sec_ie()
1528 out_ie[ielength - 1] = 0; in r8712_restruct_sec_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_mlme.c1636 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local
1641 ielength = initial_out_len; in rtw_restruct_wmm_ie()
1648 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()
1649 ielength++; in rtw_restruct_wmm_ie()
1657 return ielength; in rtw_restruct_wmm_ie()
1715 uint ielength; in rtw_restruct_sec_ie() local
1728 ielength = 12; in rtw_restruct_sec_ie()
1739 memcpy(out_ie + ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie()
1741 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()
1744 memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1] + 2); in rtw_restruct_sec_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2251 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local
2256 ielength = initial_out_len; in rtw_restruct_wmm_ie()
2260 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()
2261 ielength++; in rtw_restruct_wmm_ie()
2273 return ielength; in rtw_restruct_wmm_ie()
2344 uint ielength; in rtw_restruct_sec_ie() local
2356 ielength = 12; in rtw_restruct_sec_ie()
2363 memcpy(out_ie+ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie()
2365 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()
2368 memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1]+2); in rtw_restruct_sec_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme.c3467 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local
3472 ielength = initial_out_len; in rtw_restruct_wmm_ie()
3479 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()
3480 ielength++; in rtw_restruct_wmm_ie()
3486 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()
3487 ielength++; in rtw_restruct_wmm_ie()
3499 return ielength; in rtw_restruct_wmm_ie()
3618 uint ielength, cnt, remove_cnt; in rtw_restruct_sec_ie() local
3634 ielength = 12; in rtw_restruct_sec_ie()
3641 _rtw_memcpy(out_ie + ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_mlme.c3527 unsigned int ielength=0; in rtw_restruct_wmm_ie() local
3533 ielength = initial_out_len; in rtw_restruct_wmm_ie()
3550 out_ie[ ielength] = in_ie[ j ]; in rtw_restruct_wmm_ie()
3551 ielength++; in rtw_restruct_wmm_ie()
3563 return ielength; in rtw_restruct_wmm_ie()
3689 uint ielength, cnt, remove_cnt; in rtw_restruct_sec_ie() local
3705 ielength=12; in rtw_restruct_sec_ie()
3713 _rtw_memcpy(out_ie+ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie()
3715 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()
3720 …_rtw_memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1]+2… in rtw_restruct_sec_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mlme.c3775 unsigned int ielength = 0; local
3781 ielength = initial_out_len;
3788 out_ie[ielength] = in_ie[j];
3789 ielength++;
3795 out_ie[ielength] = in_ie[j];
3796 ielength++;
3843 return ielength;
3962 uint ielength, cnt, remove_cnt; local
3974 ielength = 12;
3981 _rtw_memcpy(out_ie + ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_mlme.c3609 unsigned int ielength=0; in rtw_restruct_wmm_ie() local
3615 ielength = initial_out_len; in rtw_restruct_wmm_ie()
3632 out_ie[ ielength] = in_ie[ j ]; in rtw_restruct_wmm_ie()
3633 ielength++; in rtw_restruct_wmm_ie()
3645 return ielength; in rtw_restruct_wmm_ie()
3771 uint ielength, cnt, remove_cnt; in rtw_restruct_sec_ie() local
3787 ielength=12; in rtw_restruct_sec_ie()
3795 _rtw_memcpy(out_ie+ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie()
3797 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()
3802 …_rtw_memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1]+2… in rtw_restruct_sec_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_mlme.c4578 unsigned int ielength = 0; local
4584 ielength = initial_out_len;
4591 out_ie[ielength] = in_ie[j];
4592 ielength++;
4598 out_ie[ielength] = in_ie[j];
4599 ielength++;
4646 return ielength;
4761 uint ielength = 0; local
4775 ielength = psecuritypriv->wps_ie_len;
4788 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_mlme.c4096 unsigned int ielength = 0; local
4102 ielength = initial_out_len;
4109 out_ie[ielength] = in_ie[j];
4110 ielength++;
4116 out_ie[ielength] = in_ie[j];
4117 ielength++;
4164 return ielength;
4276 uint ielength = 0; local
4290 ielength = psecuritypriv->wps_ie_len;
4303 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_mlme.c4096 unsigned int ielength = 0; local
4102 ielength = initial_out_len;
4109 out_ie[ielength] = in_ie[j];
4110 ielength++;
4116 out_ie[ielength] = in_ie[j];
4117 ielength++;
4164 return ielength;
4276 uint ielength = 0; local
4290 ielength = psecuritypriv->wps_ie_len;
4303 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mlme.c4721 unsigned int ielength = 0; local
4727 ielength = initial_out_len;
4734 out_ie[ielength] = in_ie[j];
4735 ielength++;
4741 out_ie[ielength] = in_ie[j];
4742 ielength++;
4789 return ielength;
4901 uint ielength = 0; local
4915 ielength = psecuritypriv->wps_ie_len;
4928 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_mlme.c4794 unsigned int ielength = 0; local
4800 ielength = initial_out_len;
4807 out_ie[ielength] = in_ie[j];
4808 ielength++;
4814 out_ie[ielength] = in_ie[j];
4815 ielength++;
4862 return ielength;
4977 uint ielength = 0; local
4991 ielength = psecuritypriv->wps_ie_len;
5004 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_mlme.c4605 unsigned int ielength = 0; local
4611 ielength = initial_out_len;
4618 out_ie[ielength] = in_ie[j];
4619 ielength++;
4625 out_ie[ielength] = in_ie[j];
4626 ielength++;
4673 return ielength;
4788 uint ielength = 0; local
4802 ielength = psecuritypriv->wps_ie_len;
4815 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme.c3705 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local
3711 ielength = initial_out_len; in rtw_restruct_wmm_ie()
3718 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()
3719 ielength++; in rtw_restruct_wmm_ie()
3725 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()
3726 ielength++; in rtw_restruct_wmm_ie()
3773 return ielength; in rtw_restruct_wmm_ie()
3885 uint ielength = 0; in rtw_restruct_sec_ie() local
3899 ielength = psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()
3912 ielength = psecuritypriv->supplicant_ie[1] + 2; in rtw_restruct_sec_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_mlme.c4150 unsigned int ielength = 0; local
4156 ielength = initial_out_len;
4163 out_ie[ielength] = in_ie[j];
4164 ielength++;
4170 out_ie[ielength] = in_ie[j];
4171 ielength++;
4218 return ielength;
4325 uint ielength = 0; local
4339 ielength = psecuritypriv->wps_ie_len;
4352 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_mlme.c4257 unsigned int ielength = 0; local
4263 ielength = initial_out_len;
4270 out_ie[ielength] = in_ie[j];
4271 ielength++;
4277 out_ie[ielength] = in_ie[j];
4278 ielength++;
4325 return ielength;
4437 uint ielength = 0; local
4451 ielength = psecuritypriv->wps_ie_len;
4464 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_mlme.c4421 unsigned int ielength = 0; local
4427 ielength = initial_out_len;
4434 out_ie[ielength] = in_ie[j];
4435 ielength++;
4441 out_ie[ielength] = in_ie[j];
4442 ielength++;
4489 return ielength;
4601 uint ielength = 0; local
4615 ielength = psecuritypriv->wps_ie_len;
4628 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_mlme.c4748 unsigned int ielength = 0; local
4754 ielength = initial_out_len;
4761 out_ie[ielength] = in_ie[j];
4762 ielength++;
4768 out_ie[ielength] = in_ie[j];
4769 ielength++;
4816 return ielength;
4928 uint ielength = 0; local
4942 ielength = psecuritypriv->wps_ie_len;
4955 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_mlme.c4765 unsigned int ielength = 0; local
4771 ielength = initial_out_len;
4778 out_ie[ielength] = in_ie[j];
4779 ielength++;
4785 out_ie[ielength] = in_ie[j];
4786 ielength++;
4833 return ielength;
4948 uint ielength = 0; local
4962 ielength = psecuritypriv->wps_ie_len;
4975 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme.c3686 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local
3692 ielength = initial_out_len; in rtw_restruct_wmm_ie()
3699 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()
3700 ielength++; in rtw_restruct_wmm_ie()
3706 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()
3707 ielength++; in rtw_restruct_wmm_ie()
3754 return ielength; in rtw_restruct_wmm_ie()
3866 uint ielength = 0; in rtw_restruct_sec_ie() local
3880 ielength = psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()
3893 ielength = psecuritypriv->supplicant_ie[1] + 2; in rtw_restruct_sec_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_mlme.c4766 unsigned int ielength = 0; local
4772 ielength = initial_out_len;
4779 out_ie[ielength] = in_ie[j];
4780 ielength++;
4786 out_ie[ielength] = in_ie[j];
4787 ielength++;
4834 return ielength;
4949 uint ielength = 0; local
4963 ielength = psecuritypriv->wps_ie_len;
4976 ielength = psecuritypriv->supplicant_ie[1] + 2;
[all …]