Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c1921 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local
1926 ielength = initial_out_len; in rtw_restruct_wmm_ie()
1930 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()
1931 ielength++; in rtw_restruct_wmm_ie()
1943 return ielength; in rtw_restruct_wmm_ie()
1998 uint ielength; in rtw_restruct_sec_ie() local
2007 ielength = 12; in rtw_restruct_sec_ie()
2016 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()
2026 return ielength; in rtw_restruct_sec_ie()
2029 ielength = rtw_append_pmkid(adapter, iEntry, out_ie, ielength); in rtw_restruct_sec_ie()
[all …]