Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscancommand.h48 u32 num_cached_results; member
Dgscan.cpp1470 mGetCachedResultsRspParams->num_cached_results++; in gscan_get_cached_results()
1652 if (mGetCachedResultsRspParams->num_cached_results) in gscan_get_cached_results()
1654 mGetCachedResultsRspParams->num_cached_results - 1; in gscan_get_cached_results()
2207 mGetCachedResultsRspParams->num_cached_results = 0; in allocRspParams()
2252 *numResults = mGetCachedResultsRspParams->num_cached_results; in copyCachedScanResults()