Searched refs:bi_ie_offset (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_pno.c | 3678 u32 bi_ie_offset = 0; in dhd_process_full_gscan_result() local 3710 bi_ie_offset = dtoh32(bi->ie_offset); in dhd_process_full_gscan_result() 3712 if ((bi_ie_offset + bi_ie_length) > bi_length) { in dhd_process_full_gscan_result() 3714 __FUNCTION__, bi_ie_length, bi_ie_offset)); in dhd_process_full_gscan_result() 3744 memcpy(result->ie_data, ((uint8 *)bi + bi_ie_offset), bi_ie_length); in dhd_process_full_gscan_result()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pno.c | 3986 u32 bi_ie_offset = 0; in dhd_process_full_gscan_result() local 4013 bi_ie_offset = dtoh32(bi->ie_offset); in dhd_process_full_gscan_result() 4015 if ((bi_ie_offset + bi_ie_length) > bi_length) { in dhd_process_full_gscan_result() 4017 __FUNCTION__, bi_ie_length, bi_ie_offset)); in dhd_process_full_gscan_result() 4047 memcpy(result->ie_data, ((uint8 *)bi + bi_ie_offset), bi_ie_length); in dhd_process_full_gscan_result()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_pno.c | 3957 u32 bi_ie_offset = 0; local 3984 bi_ie_offset = dtoh32(bi->ie_offset); 3986 if ((bi_ie_offset + bi_ie_length) > bi_length) { 3988 __FUNCTION__, bi_ie_length, bi_ie_offset)); 4020 memcpy(result->ie_data, ((uint8 *)bi + bi_ie_offset), bi_ie_length);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pno.c | 3986 u32 bi_ie_offset = 0; in dhd_process_full_gscan_result() local 4013 bi_ie_offset = dtoh32(bi->ie_offset); in dhd_process_full_gscan_result() 4015 if ((bi_ie_offset + bi_ie_length) > bi_length) { in dhd_process_full_gscan_result() 4017 __FUNCTION__, bi_ie_length, bi_ie_offset)); in dhd_process_full_gscan_result() 4047 memcpy(result->ie_data, ((uint8 *)bi + bi_ie_offset), bi_ie_length); in dhd_process_full_gscan_result()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_pno.c | 3957 u32 bi_ie_offset = 0; local 3984 bi_ie_offset = dtoh32(bi->ie_offset); 3986 if ((bi_ie_offset + bi_ie_length) > bi_length) { 3988 __FUNCTION__, bi_ie_length, bi_ie_offset)); 4020 memcpy(result->ie_data, ((uint8 *)bi + bi_ie_offset), bi_ie_length);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_pno.c | 3957 u32 bi_ie_offset = 0; local 3984 bi_ie_offset = dtoh32(bi->ie_offset); 3986 if ((bi_ie_offset + bi_ie_length) > bi_length) { 3988 __FUNCTION__, bi_ie_length, bi_ie_offset)); 4020 memcpy(result->ie_data, ((uint8 *)bi + bi_ie_offset), bi_ie_length);
|