Searched refs:wifi_cached_scan_results (Results 1 – 12 of 12) sorted by relevance
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A 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);
|
H A 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()
|
H A D | wifihal_internal.h | 115 wifi_cached_scan_results *results,
|
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | gscan.h | 226 } wifi_cached_scan_results; typedef 229 int max, wifi_cached_scan_results *results, int *num);
|
H A D | wifi_hal.h | 546 wifi_cached_scan_results *, int *);
|
/aosp12/hardware/interfaces/wifi/1.5/default/ |
H A D | wifi_legacy_hal.h | 215 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 D | hidl_struct_util.h | 102 const std::vector<legacy_hal::wifi_cached_scan_results>&
|
H A D | wifi_legacy_hal.cpp | 612 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 D | wifi_sta_iface.cpp | 409 const std::vector<legacy_hal::wifi_cached_scan_results>& results) { in startBackgroundScanInternal()
|
H A D | hidl_struct_util.cpp | 757 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 D | hal_tool.cpp | 102 wifi_cached_scan_results* results, in wifi_get_cached_gscan_results_stub()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A 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()
|