Searched refs:ielength (Results 1 – 5 of 5) sorted by relevance
/drivers/uwb/ |
D | hwa-rc.c | 124 size_t bytes_left, ielength; in hwarc_filter_evt_beacon_WUSB_0100() local 136 ielength = le16_to_cpu(be->wBeaconInfoLength); in hwarc_filter_evt_beacon_WUSB_0100() 137 if (bytes_left < ielength) { in hwarc_filter_evt_beacon_WUSB_0100() 140 bytes_left, ielength); in hwarc_filter_evt_beacon_WUSB_0100() 143 newbe = kzalloc(sizeof(*newbe) + ielength, GFP_ATOMIC); in hwarc_filter_evt_beacon_WUSB_0100() 153 memcpy(newbe->BeaconInfo, be->BeaconInfo, ielength); in hwarc_filter_evt_beacon_WUSB_0100() 155 *new_size = sizeof(*newbe) + ielength; in hwarc_filter_evt_beacon_WUSB_0100() 183 size_t bytes_left, ielength; in hwarc_filter_evt_drp_avail_WUSB_0100() local 196 ielength = le16_to_cpu(da->wIELength); in hwarc_filter_evt_drp_avail_WUSB_0100() 197 if (bytes_left < ielength) { in hwarc_filter_evt_drp_avail_WUSB_0100() [all …]
|
D | drp.c | 808 size_t ielength, bytes_left; in uwbd_evt_handle_rc_drp() local 822 ielength = le16_to_cpu(drp_evt->ie_length); in uwbd_evt_handle_rc_drp() 823 if (bytes_left != ielength) { in uwbd_evt_handle_rc_drp() 826 bytes_left, ielength); in uwbd_evt_handle_rc_drp() 847 uwb_drp_process_all(rc, drp_evt, ielength, src_dev); in uwbd_evt_handle_rc_drp()
|
/drivers/staging/rtl8712/ |
D | rtl871x_mlme.c | 1304 unsigned int ielength = 0; in r8712_restruct_wmm_ie() local 1309 ielength = initial_out_len; in r8712_restruct_wmm_ie() 1315 out_ie[ielength] = in_ie[j]; in r8712_restruct_wmm_ie() 1316 ielength++; in r8712_restruct_wmm_ie() 1325 return ielength; in r8712_restruct_wmm_ie() 1366 uint ielength, cnt, remove_cnt; in r8712_restruct_sec_ie() local 1570 ielength = 12; in r8712_restruct_sec_ie() 1573 memcpy(&out_ie[ielength], &sec_ie[0], sec_ie[1] + 2); in r8712_restruct_sec_ie() 1574 ielength += sec_ie[1] + 2; in r8712_restruct_sec_ie() 1577 out_ie[ielength - 1] = 0; in r8712_restruct_sec_ie() [all …]
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 1668 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local 1673 ielength = initial_out_len; in rtw_restruct_wmm_ie() 1680 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie() 1681 ielength++; in rtw_restruct_wmm_ie() 1689 return ielength; in rtw_restruct_wmm_ie() 1747 uint ielength; in rtw_restruct_sec_ie() local 1761 ielength = 12; in rtw_restruct_sec_ie() 1770 memcpy(out_ie+ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie() 1772 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie() 1775 memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1]+2); in rtw_restruct_sec_ie() [all …]
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 2396 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local 2401 ielength = initial_out_len; in rtw_restruct_wmm_ie() 2405 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie() 2406 ielength++; in rtw_restruct_wmm_ie() 2418 return ielength; in rtw_restruct_wmm_ie() 2490 uint ielength; in rtw_restruct_sec_ie() local 2502 ielength = 12; in rtw_restruct_sec_ie() 2509 memcpy(out_ie+ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie() 2511 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie() 2514 memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1]+2); in rtw_restruct_sec_ie() [all …]
|