/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | gscan_event_handler.h | 34 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,
|
D | gscancommand.h | 73 unsigned num_results, wifi_scan_result *results); 75 unsigned num_results, wifi_scan_result *results); 82 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result, 87 unsigned num_results, wifi_scan_result *results); 89 unsigned num_results, wifi_scan_result *results); 91 unsigned num_results, wifi_scan_result *results); 94 wifi_scan_result *result,
|
D | gscan_event_handler.cpp | 218 wifi_scan_result *results, in gscan_parse_hotlist_ap_results() 462 wifi_scan_result *results, in gscan_parse_hotlist_ssid_results() 635 resultsBufSize = sizeof(wifi_scan_result); in gscan_parse_passpoint_network_result() 644 mPasspointNetworkFoundResult = (wifi_scan_result *)malloc(resultsBufSize); in gscan_parse_passpoint_network_result() 789 wifi_scan_result *results, in gscan_parse_pno_network_results() 955 wifi_scan_result *result = NULL; in handleEvent() 1024 lengthOfInfoElements + sizeof(wifi_scan_result); in handleEvent() 1025 result = (wifi_scan_result *) malloc (resultsBufSize); in handleEvent() 1288 sizeof(wifi_scan_result); in handleEvent() 1292 sizeof(wifi_scan_result); in handleEvent() [all …]
|
D | gscan.cpp | 2323 cached_results[i].num_results * sizeof(wifi_scan_result)); in copyCachedScanResults()
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | gscan_event_handler.h | 34 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,
|
D | gscancommand.h | 73 unsigned num_results, wifi_scan_result *results); 75 unsigned num_results, wifi_scan_result *results); 82 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result, 87 unsigned num_results, wifi_scan_result *results); 89 unsigned num_results, wifi_scan_result *results); 91 unsigned num_results, wifi_scan_result *results); 94 wifi_scan_result *result,
|
D | gscan_event_handler.cpp | 218 wifi_scan_result *results, in gscan_parse_hotlist_ap_results() 462 wifi_scan_result *results, in gscan_parse_hotlist_ssid_results() 635 resultsBufSize = sizeof(wifi_scan_result); in gscan_parse_passpoint_network_result() 644 mPasspointNetworkFoundResult = (wifi_scan_result *)malloc(resultsBufSize); in gscan_parse_passpoint_network_result() 789 wifi_scan_result *results, in gscan_parse_pno_network_results() 955 wifi_scan_result *result = NULL; in handleEvent() 1024 lengthOfInfoElements + sizeof(wifi_scan_result); in handleEvent() 1025 result = (wifi_scan_result *) malloc (resultsBufSize); in handleEvent() 1288 sizeof(wifi_scan_result); in handleEvent() 1292 sizeof(wifi_scan_result); in handleEvent() [all …]
|
D | gscan.cpp | 2272 cached_results[i].num_results * sizeof(wifi_scan_result)); in copyCachedScanResults()
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | gscan.h | 103 } wifi_scan_result; typedef 114 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result, 225 wifi_scan_result results[MAX_AP_CACHE_PER_SCAN]; // scan results - one for each bssid 234 unsigned num_results, wifi_scan_result *results); 236 unsigned num_results, wifi_scan_result *results); 261 unsigned num_results, wifi_scan_result *results); 263 unsigned num_results, wifi_scan_result *results); 392 unsigned num_results, wifi_scan_result *results); 415 wifi_scan_result *result, // scan result, with channel and beacon information
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 179 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from); 182 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) in convert_to_hal_result() 771 wifi_scan_result *full_scan_result; in wifi_handle_full_scan_event() 779 full_scan_result = (wifi_scan_result *) malloc((ie_len + offsetof(wifi_scan_result, ie_data))); in wifi_handle_full_scan_event() 947 wifi_scan_result *mScanResults = mScans[mRetrieved].results; in handleResponse() 998 wifi_scan_result mResults[MAX_RESULTS]; 1148 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent() 1175 wifi_scan_result mResults[MAX_EPNO_NETWORKS]; 1351 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_EPNO_NETWORKS); in handleEvent() 1844 wifi_scan_result *mResult; [all …]
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | gscan.cpp | 179 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from); 182 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) in convert_to_hal_result() 766 wifi_scan_result *full_scan_result; in wifi_handle_full_scan_event() 774 full_scan_result = (wifi_scan_result *) malloc((ie_len + offsetof(wifi_scan_result, ie_data))); in wifi_handle_full_scan_event() 942 wifi_scan_result *mScanResults = mScans[mRetrieved].results; in handleResponse() 993 wifi_scan_result mResults[MAX_RESULTS]; 1143 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent() 1170 wifi_scan_result mResults[MAX_EPNO_NETWORKS]; 1346 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_EPNO_NETWORKS); in handleEvent() 1839 wifi_scan_result *mResult; [all …]
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 818 void printScanResult(wifi_scan_result result) { in printScanResult() 1076 wifi_scan_result **saved_scan_results; 1095 static void on_full_scan_result(wifi_request_id id, wifi_scan_result *r, unsigned buckets_scanned) { in on_full_scan_result() 1097 int alloc_len = offsetof(wifi_scan_result, ie_data) + r->ie_length; in on_full_scan_result() 1098 wifi_scan_result **result = &(saved_scan_results[num_saved_scan_results]); in on_full_scan_result() 1099 *result = (wifi_scan_result *)malloc(alloc_len); in on_full_scan_result() 1106 static int scanOnce(wifi_band band, wifi_scan_result **results, int num_results) { in scanOnce() 1201 const wifi_scan_result *result1 = *(const wifi_scan_result **)(p1); in compareScanResultsByRssi() 1202 const wifi_scan_result *result2 = *(const wifi_scan_result **)(p2); in compareScanResultsByRssi() 1214 static void sortScanResultsByRssi(wifi_scan_result **results, int num_results) { in sortScanResultsByRssi() [all …]
|
/hardware/interfaces/wifi/aidl/default/ |
D | aidl_struct_util.h | 87 bool convertLegacyGscanResultToAidl(const legacy_hal::wifi_scan_result& legacy_scan_result,
|
D | wifi_legacy_hal.h | 377 using ::wifi_scan_result; 491 std::function<void(wifi_request_id, const wifi_scan_result*, uint32_t)>;
|
D | wifi_legacy_hal.cpp | 102 std::function<void(wifi_request_id, wifi_scan_result*, uint32_t)> 104 void onAsyncGscanFullResult(wifi_request_id id, wifi_scan_result* result, in onAsyncGscanFullResult() 770 wifi_request_id id, wifi_scan_result* result, in startGscan()
|
D | wifi_sta_iface.cpp | 521 const legacy_hal::wifi_scan_result* result, in startBackgroundScanInternal()
|
D | aidl_struct_util.cpp | 654 bool convertLegacyGscanResultToAidl(const legacy_hal::wifi_scan_result& legacy_scan_result, in convertLegacyGscanResultToAidl()
|