Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/uwb/
Dhwa-rc.c124 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 …]
Ddrp.c810 size_t ielength, bytes_left; in uwbd_evt_handle_rc_drp() local
824 ielength = le16_to_cpu(drp_evt->ie_length); in uwbd_evt_handle_rc_drp()
825 if (bytes_left != ielength) { in uwbd_evt_handle_rc_drp()
828 bytes_left, ielength); in uwbd_evt_handle_rc_drp()
849 uwb_drp_process_all(rc, drp_evt, ielength, src_dev); in uwbd_evt_handle_rc_drp()
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_mlme.c1317 unsigned int ielength = 0; in r8712_restruct_wmm_ie() local
1322 ielength = initial_out_len; in r8712_restruct_wmm_ie()
1328 out_ie[ielength] = in_ie[j]; in r8712_restruct_wmm_ie()
1329 ielength++; in r8712_restruct_wmm_ie()
1338 return ielength; in r8712_restruct_wmm_ie()
1378 uint ielength, cnt, remove_cnt; in r8712_restruct_sec_ie() local
1577 ielength = 12; in r8712_restruct_sec_ie()
1580 memcpy(&out_ie[ielength], &sec_ie[0], sec_ie[1]+2); in r8712_restruct_sec_ie()
1581 ielength += sec_ie[1] + 2; in r8712_restruct_sec_ie()
1584 out_ie[ielength - 1] = 0; in r8712_restruct_sec_ie()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme.c1881 int ielength; in rtw_restruct_wmm_ie23a() local
1884 ielength = initial_out_len; in rtw_restruct_wmm_ie23a()
1897 ielength += 9; in rtw_restruct_wmm_ie23a()
1900 return ielength; in rtw_restruct_wmm_ie23a()
1974 uint ielength; in rtw_restruct_sec_ie23a() local
1985 ielength = 0; in rtw_restruct_sec_ie23a()
1994 memcpy(out_ie + ielength, psecuritypriv->wps_ie, in rtw_restruct_sec_ie23a()
1997 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie23a()
2001 memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], in rtw_restruct_sec_ie23a()
2003 ielength += psecuritypriv->supplicant_ie[1] + 2; in rtw_restruct_sec_ie23a()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1703 unsigned int ielength = 0; in rtw_restruct_wmm_ie() local
1708 ielength = initial_out_len; in rtw_restruct_wmm_ie()
1715 out_ie[ielength] = in_ie[j]; in rtw_restruct_wmm_ie()
1716 ielength++; in rtw_restruct_wmm_ie()
1725 return ielength; in rtw_restruct_wmm_ie()
1788 uint ielength; in rtw_restruct_sec_ie() local
1802 ielength = 12; in rtw_restruct_sec_ie()
1811 memcpy(out_ie+ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie()
1813 ielength += psecuritypriv->wps_ie_len; in rtw_restruct_sec_ie()
1816 memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1]+2); in rtw_restruct_sec_ie()
[all …]