Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscancommand.h54 wifi_cached_scan_results *cached_results;
127 wifi_cached_scan_results *cached_results);
128 virtual int gscan_get_cached_results(wifi_cached_scan_results *results,
134 wifi_cached_scan_results *results);
Dwifihal_internal.h94 wifi_cached_scan_results *results,
Dgscan.cpp1087 wifi_cached_scan_results *results, in wifi_get_cached_gscan_results()
1156 memset(results, 0, max * sizeof(wifi_cached_scan_results)); in wifi_get_cached_gscan_results()
1503 wifi_cached_scan_results *cached_results, in gscan_get_cached_results()
2292 wifi_cached_scan_results *cached_results) in allocCachedResultsTemp()
2296 (wifi_cached_scan_results*) in allocCachedResultsTemp()
2297 malloc(max * sizeof(wifi_cached_scan_results)); in allocCachedResultsTemp()
2305 max * sizeof(wifi_cached_scan_results)); in allocCachedResultsTemp()
2363 wifi_cached_scan_results *cached_results) in copyCachedScanResults()
2367 wifi_cached_scan_results *cachedResultRsp; in copyCachedScanResults()
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h216 } wifi_cached_scan_results; typedef
219 int max, wifi_cached_scan_results *results, int *num);
Dwifi_hal.h245 wifi_cached_scan_results *, int *);
/hardware/interfaces/wifi/1.0/default/
Dwifi_legacy_hal.h110 wifi_request_id, const std::vector<wifi_cached_scan_results>&)>;
282 std::pair<wifi_error, std::vector<wifi_cached_scan_results>>
Dhidl_struct_util.h75 const std::vector<legacy_hal::wifi_cached_scan_results>&
Dwifi_legacy_hal.cpp511 std::vector<wifi_cached_scan_results> cached_scan_results; in startGscan()
1243 std::pair<wifi_error, std::vector<wifi_cached_scan_results>>
1245 std::vector<wifi_cached_scan_results> cached_scan_results; in getGscanCachedResults()
Dwifi_sta_iface.cpp405 const std::vector<legacy_hal::wifi_cached_scan_results>& results) { in startBackgroundScanInternal()
Dhidl_struct_util.cpp474 const legacy_hal::wifi_cached_scan_results& legacy_cached_scan_result, in convertLegacyCachedGscanResultsToHidl()
510 const std::vector<legacy_hal::wifi_cached_scan_results>& in convertLegacyVectorOfCachedGscanResultsToHidl()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp820 wifi_cached_scan_results *mScans;
828 wifi_cached_scan_results *results, int max, int *num) in GetScanResultsCommand()
978 int max, wifi_cached_scan_results *results, int *num) { in wifi_get_cached_gscan_results()