Searched refs:wifi_cached_scan_results (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/wlan/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 | 94 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/libhardware_legacy/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 | 310 wifi_cached_scan_results *, int *);
|
/hardware/interfaces/wifi/1.3/default/ |
D | hidl_struct_util.h | 90 const std::vector<legacy_hal::wifi_cached_scan_results>&
|
D | wifi_legacy_hal.h | 123 wifi_request_id, const std::vector<wifi_cached_scan_results>&)>; 378 std::pair<wifi_error, std::vector<wifi_cached_scan_results>>
|
D | wifi_legacy_hal.cpp | 551 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()
|
D | wifi_sta_iface.cpp | 395 const std::vector<legacy_hal::wifi_cached_scan_results>& results) { in startBackgroundScanInternal()
|
D | hidl_struct_util.cpp | 608 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/ |
D | gscan.cpp | 837 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()
|