Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A 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);
H A 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()
H A Dwifihal_internal.h115 wifi_cached_scan_results *results,
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h226 } wifi_cached_scan_results; typedef
229 int max, wifi_cached_scan_results *results, int *num);
H A Dwifi_hal.h546 wifi_cached_scan_results *, int *);
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_legacy_hal.h215 using ::wifi_cached_scan_results;
405 wifi_request_id, const std::vector<wifi_cached_scan_results>&)>;
729 std::pair<wifi_error, std::vector<wifi_cached_scan_results>>
H A Dhidl_struct_util.h102 const std::vector<legacy_hal::wifi_cached_scan_results>&
H A Dwifi_legacy_hal.cpp612 std::vector<wifi_cached_scan_results> cached_scan_results; in startGscan()
1505 std::pair<wifi_error, std::vector<wifi_cached_scan_results>>
1507 std::vector<wifi_cached_scan_results> cached_scan_results; in getGscanCachedResults()
H A Dwifi_sta_iface.cpp409 const std::vector<legacy_hal::wifi_cached_scan_results>& results) { in startBackgroundScanInternal()
H A Dhidl_struct_util.cpp757 const legacy_hal::wifi_cached_scan_results& legacy_cached_scan_result, in convertLegacyCachedGscanResultsToHidl()
791 const std::vector<legacy_hal::wifi_cached_scan_results>& in convertLegacyVectorOfCachedGscanResultsToHidl()
/aosp12/frameworks/opt/net/wifi/libwifi_hal/
H A Dhal_tool.cpp102 wifi_cached_scan_results* results, in wifi_get_cached_gscan_results_stub()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A 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()