Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/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.h115 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/qcom/wlan/wcn6740/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.h115 wifi_cached_scan_results *results,
Dgscan.cpp1013 wifi_cached_scan_results *results, in wifi_get_cached_gscan_results()
1066 memset(results, 0, max * sizeof(wifi_cached_scan_results)); in wifi_get_cached_gscan_results()
1422 wifi_cached_scan_results *cached_results, in gscan_get_cached_results()
2225 wifi_cached_scan_results *cached_results) in allocCachedResultsTemp()
2229 (wifi_cached_scan_results*) in allocCachedResultsTemp()
2230 malloc(max * sizeof(wifi_cached_scan_results)); in allocCachedResultsTemp()
2238 max * sizeof(wifi_cached_scan_results)); in allocCachedResultsTemp()
2294 wifi_cached_scan_results *cached_results) in copyCachedScanResults()
2298 wifi_cached_scan_results *cachedResultRsp; in copyCachedScanResults()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dgscan.h226 } wifi_cached_scan_results; typedef
229 int max, wifi_cached_scan_results *results, int *num);
Dwifi_hal.h775 wifi_cached_scan_results *, int *);
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h91 const std::vector<legacy_hal::wifi_cached_scan_results>& legacy_cached_scan_results,
Dwifi_legacy_hal.h263 using ::wifi_cached_scan_results;
495 std::function<void(wifi_request_id, const std::vector<wifi_cached_scan_results>&)>;
854 std::pair<wifi_error, std::vector<wifi_cached_scan_results>> getGscanCachedResults(
Dwifi_legacy_hal.cpp750 std::vector<wifi_cached_scan_results> cached_scan_results; in startGscan()
1776 std::pair<wifi_error, std::vector<wifi_cached_scan_results>> WifiLegacyHal::getGscanCachedResults( in getGscanCachedResults()
1778 std::vector<wifi_cached_scan_results> cached_scan_results; in getGscanCachedResults()
Dwifi_sta_iface.cpp501 const std::vector<legacy_hal::wifi_cached_scan_results>& results) { in startBackgroundScanInternal()
Daidl_struct_util.cpp684 const legacy_hal::wifi_cached_scan_results& legacy_cached_scan_result, in convertLegacyCachedGscanResultsToAidl()
716 const std::vector<legacy_hal::wifi_cached_scan_results>& legacy_cached_scan_results, in convertLegacyVectorOfCachedGscanResultsToAidl()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dwifi_hal_stub.cpp90 int max, wifi_cached_scan_results *results, int *num) { in wifi_get_cached_gscan_results_stub()
Dhalutil.cpp1165 wifi_cached_scan_results *results; in retrieveScanResults()
1166 results = (wifi_cached_scan_results *)malloc(num_results * sizeof(wifi_cached_scan_results)); in retrieveScanResults()
1171 memset(results, 0, sizeof(wifi_cached_scan_results) * num_results); in retrieveScanResults()
2515 wifi_cached_scan_results *results2; in GetCachedGScanResults()
2516 results2 = (wifi_cached_scan_results *)malloc(num_results * sizeof(wifi_cached_scan_results)); in GetCachedGScanResults()
2517 memset(results2, 0, sizeof(wifi_cached_scan_results) * num_results); in GetCachedGScanResults()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp822 wifi_cached_scan_results *mScans;
830 wifi_cached_scan_results *results, int max, int *num) in GetScanResultsCommand()
980 int max, wifi_cached_scan_results *results, int *num) { in wifi_get_cached_gscan_results()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dgscan.cpp817 wifi_cached_scan_results *mScans;
825 wifi_cached_scan_results *results, int max, int *num) in GetScanResultsCommand()
975 int max, wifi_cached_scan_results *results, int *num) { in wifi_get_cached_gscan_results()