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.h53 wifi_cached_scan_results *cached_results;
126 wifi_cached_scan_results *cached_results);
127 virtual wifi_error gscan_get_cached_results(wifi_cached_scan_results *results,
133 wifi_cached_scan_results *results);
Dwifihal_internal.h94 wifi_cached_scan_results *results,
Dgscan.cpp982 wifi_cached_scan_results *results, in wifi_get_cached_gscan_results()
1035 memset(results, 0, max * sizeof(wifi_cached_scan_results)); in wifi_get_cached_gscan_results()
1385 wifi_cached_scan_results *cached_results, in gscan_get_cached_results()
2174 wifi_cached_scan_results *cached_results) in allocCachedResultsTemp()
2178 (wifi_cached_scan_results*) in allocCachedResultsTemp()
2179 malloc(max * sizeof(wifi_cached_scan_results)); in allocCachedResultsTemp()
2187 max * sizeof(wifi_cached_scan_results)); in allocCachedResultsTemp()
2243 wifi_cached_scan_results *cached_results) in copyCachedScanResults()
2247 wifi_cached_scan_results *cachedResultRsp; in copyCachedScanResults()
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h226 } wifi_cached_scan_results; typedef
229 int max, wifi_cached_scan_results *results, int *num);
Dwifi_hal.h310 wifi_cached_scan_results *, int *);
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.h90 const std::vector<legacy_hal::wifi_cached_scan_results>&
Dwifi_legacy_hal.h123 wifi_request_id, const std::vector<wifi_cached_scan_results>&)>;
378 std::pair<wifi_error, std::vector<wifi_cached_scan_results>>
Dwifi_legacy_hal.cpp551 std::vector<wifi_cached_scan_results> cached_scan_results; in startGscan()
1392 std::pair<wifi_error, std::vector<wifi_cached_scan_results>>
1394 std::vector<wifi_cached_scan_results> cached_scan_results; in getGscanCachedResults()
Dwifi_sta_iface.cpp395 const std::vector<legacy_hal::wifi_cached_scan_results>& results) { in startBackgroundScanInternal()
Dhidl_struct_util.cpp608 const legacy_hal::wifi_cached_scan_results& legacy_cached_scan_result, in convertLegacyCachedGscanResultsToHidl()
642 const std::vector<legacy_hal::wifi_cached_scan_results>& in convertLegacyVectorOfCachedGscanResultsToHidl()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp837 wifi_cached_scan_results *mScans;
845 wifi_cached_scan_results *results, int max, int *num) in GetScanResultsCommand()
995 int max, wifi_cached_scan_results *results, int *num) { in wifi_get_cached_gscan_results()