Searched refs:wifi_cached_scan_results (Results 1 – 17 of 17) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | gscancommand.h | 53 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);
|
D | wifihal_internal.h | 115 wifi_cached_scan_results *results,
|
D | gscan.cpp | 982 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/ |
D | gscancommand.h | 53 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);
|
D | wifihal_internal.h | 115 wifi_cached_scan_results *results,
|
D | gscan.cpp | 1013 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/ |
D | gscan.h | 226 } wifi_cached_scan_results; typedef 229 int max, wifi_cached_scan_results *results, int *num);
|
D | wifi_hal.h | 775 wifi_cached_scan_results *, int *);
|
/hardware/interfaces/wifi/aidl/default/ |
D | aidl_struct_util.h | 91 const std::vector<legacy_hal::wifi_cached_scan_results>& legacy_cached_scan_results,
|
D | wifi_legacy_hal.h | 263 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(
|
D | wifi_legacy_hal.cpp | 750 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()
|
D | wifi_sta_iface.cpp | 501 const std::vector<legacy_hal::wifi_cached_scan_results>& results) { in startBackgroundScanInternal()
|
D | aidl_struct_util.cpp | 684 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/ |
D | wifi_hal_stub.cpp | 90 int max, wifi_cached_scan_results *results, int *num) { in wifi_get_cached_gscan_results_stub()
|
D | halutil.cpp | 1165 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/ |
D | gscan.cpp | 822 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/ |
D | gscan.cpp | 817 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()
|