Home
last modified time | relevance | path

Searched refs:wifi_cached_scan_result (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_cached_scan_results.h61 }wifi_cached_scan_result; typedef
85 const wifi_cached_scan_result *results;
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dscan.cpp45 #define CACHE_SCAN_RESULT_SIZE sizeof(wifi_cached_scan_result)
130 mReport->results = (wifi_cached_scan_result *)malloc(result_size); in handleResponse()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h219 bool convertCachedScanResultToAidl(const legacy_hal::wifi_cached_scan_result& legacy_scan_result,
Dwifi_legacy_hal.h262 using ::wifi_cached_scan_result;
443 std::vector<wifi_cached_scan_result> results;
Daidl_struct_util.cpp3588 bool convertCachedScanResultToAidl(const legacy_hal::wifi_cached_scan_result& legacy_scan_result, in convertCachedScanResultToAidl()
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp897 std::vector<wifi_cached_scan_result> results; in TEST_F()
901 wifi_cached_scan_result result; in TEST_F()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp2396 wifi_cached_scan_result cached_results[MAX_CACHED_SCAN_RESULT]; in printCachedScanResults()
2419 cache_report->result_cnt * sizeof(wifi_cached_scan_result)); in printCachedScanResults()