Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan.cpp2247 wifi_cached_scan_results *cachedResultRsp; in copyCachedScanResults() local
2255 cachedResultRsp = &mGetCachedResultsRspParams->cached_results[i]; in copyCachedScanResults()
2256 cached_results[i].scan_id = cachedResultRsp->scan_id; in copyCachedScanResults()
2257 cached_results[i].flags = cachedResultRsp->flags; in copyCachedScanResults()
2258 cached_results[i].num_results = cachedResultRsp->num_results; in copyCachedScanResults()
2259 cached_results[i].buckets_scanned = cachedResultRsp->buckets_scanned; in copyCachedScanResults()
2271 cachedResultRsp->results, in copyCachedScanResults()