Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp781 wifi_gscan_full_result_t *drv_res = (wifi_gscan_full_result_t *)event.get_vendor_data(); in wifi_handle_full_scan_event() local
783 int ie_len = min(MAX_PROBE_RESP_IE_LEN, drv_res->ie_length); in wifi_handle_full_scan_event()
785 wifi_gscan_result_t *fixed = &drv_res->fixed; in wifi_handle_full_scan_event()
799 memcpy(full_scan_result->ie_data, drv_res->ie_data, ie_len); in wifi_handle_full_scan_event()
801 handler.on_full_scan_result(id, full_scan_result, drv_res->scan_ch_bucket); in wifi_handle_full_scan_event()
806 fixed->rtt, fixed->rtt_sd, drv_res->scan_ch_bucket, drv_res->ie_length); in wifi_handle_full_scan_event()
1807 wifi_gscan_full_result_t *drv_res = (wifi_gscan_full_result_t *)event.get_vendor_data(); in handleEvent() local
1808 wifi_gscan_result_t *fixed = &drv_res->fixed; in handleEvent()
1811 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent()