Searched refs:out_ie (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme.c | 1954 int rtw_restruct_wmm_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_len, uint initial_o… in rtw_restruct_wmm_ie() argument 1968 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie() 1971 out_ie[initial_out_len + 1] = 0x07; in rtw_restruct_wmm_ie() 1972 out_ie[initial_out_len + 6] = 0x00; in rtw_restruct_wmm_ie() 1973 out_ie[initial_out_len + 8] = 0x00; in rtw_restruct_wmm_ie() 2064 signed int rtw_restruct_sec_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_len) in rtw_restruct_sec_ie() argument 2075 memcpy(out_ie, in_ie, 12); in rtw_restruct_sec_ie() 2083 memcpy(out_ie + ielength, psecuritypriv->wps_ie, 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() 2098 ielength = rtw_append_pmkid(adapter, iEntry, out_ie, ielength); in rtw_restruct_sec_ie() [all …]
|