Home
last modified time | relevance | path

Searched refs:wifi_scan_result (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.h34 wifi_scan_result *mHotlistApFoundResults;
35 wifi_scan_result *mHotlistApLostResults;
49 wifi_scan_result *mHotlistSsidFoundResults;
50 wifi_scan_result *mHotlistSsidLostResults;
51 wifi_scan_result *mPnoNetworkFoundResults;
54 wifi_scan_result *mPasspointNetworkFoundResult;
79 wifi_scan_result *results,
84 wifi_scan_result *results,
91 wifi_scan_result *mPnoNetworkFoundResults,
Dgscancommand.h74 unsigned num_results, wifi_scan_result *results);
76 unsigned num_results, wifi_scan_result *results);
83 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result,
88 unsigned num_results, wifi_scan_result *results);
90 unsigned num_results, wifi_scan_result *results);
92 unsigned num_results, wifi_scan_result *results);
95 wifi_scan_result *result,
Dgscan_event_handler.cpp222 wifi_scan_result *results, in gscan_parse_hotlist_ap_results()
466 wifi_scan_result *results, in gscan_parse_hotlist_ssid_results()
646 resultsBufSize = sizeof(wifi_scan_result); in gscan_parse_passpoint_network_result()
661 mPasspointNetworkFoundResult = (wifi_scan_result *) in gscan_parse_passpoint_network_result()
878 wifi_scan_result *results, in gscan_parse_pno_network_results()
1044 wifi_scan_result *result = NULL; in handleEvent()
1113 lengthOfInfoElements + sizeof(wifi_scan_result); in handleEvent()
1114 result = (wifi_scan_result *) malloc (resultsBufSize); in handleEvent()
1377 sizeof(wifi_scan_result); in handleEvent()
1381 sizeof(wifi_scan_result); in handleEvent()
[all …]
Dgscan.cpp2392 cached_results[i].num_results * sizeof(wifi_scan_result)); in copyCachedScanResults()
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h93 } wifi_scan_result; typedef
104 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result,
215 wifi_scan_result results[MAX_AP_CACHE_PER_SCAN]; // scan results - one for each bssid
224 unsigned num_results, wifi_scan_result *results);
226 unsigned num_results, wifi_scan_result *results);
251 unsigned num_results, wifi_scan_result *results);
253 unsigned num_results, wifi_scan_result *results);
382 unsigned num_results, wifi_scan_result *results);
405 wifi_scan_result *result, // scan result, with channel and beacon information
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp156 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from);
159 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) in convert_to_hal_result()
314 static int parseScanResults(wifi_scan_result *results, int num, nlattr *attr) in parseScanResults()
316 memset(results, 0, sizeof(wifi_scan_result) * num); in parseScanResults()
324 wifi_scan_result *result = results + i; in parseScanResults()
767 wifi_scan_result *full_scan_result; in wifi_handle_full_scan_event()
775 full_scan_result = (wifi_scan_result *) malloc((ie_len + offsetof(wifi_scan_result, ie_data))); in wifi_handle_full_scan_event()
945 wifi_scan_result *mScanResults = mScans[mRetrieved].results; in handleResponse()
996 wifi_scan_result mResults[MAX_RESULTS];
1143 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent()
[all …]
/hardware/interfaces/wifi/1.0/default/
Dhidl_struct_util.h70 const legacy_hal::wifi_scan_result& legacy_scan_result,
Dwifi_legacy_hal.h106 std::function<void(wifi_request_id, const wifi_scan_result*, uint32_t)>;
Dwifi_legacy_hal.cpp94 std::function<void(wifi_request_id, wifi_scan_result*, uint32_t)>
97 wifi_scan_result* result, in onAsyncGscanFullResult()
530 wifi_request_id id, wifi_scan_result* result, uint32_t buckets_scanned) { in startGscan()
Dwifi_sta_iface.cpp425 const legacy_hal::wifi_scan_result* result, in startBackgroundScanInternal()
Dhidl_struct_util.cpp442 const legacy_hal::wifi_scan_result& legacy_scan_result, in convertLegacyGscanResultToHidl()