Searched defs:num_results (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 217 u32 num_results, in gscan_parse_hotlist_ap_results() 350 static wifi_error gscan_get_significant_change_results(u32 num_results, in gscan_get_significant_change_results() 461 u32 num_results, in gscan_parse_hotlist_ssid_results() 788 u32 num_results, in gscan_parse_pno_network_results()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 217 u32 num_results, in gscan_parse_hotlist_ap_results() 350 static wifi_error gscan_get_significant_change_results(u32 num_results, in gscan_get_significant_change_results() 461 u32 num_results, in gscan_parse_hotlist_ssid_results() 788 u32 num_results, in gscan_parse_pno_network_results()
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 1106 static int scanOnce(wifi_band band, wifi_scan_result **results, int num_results) { in scanOnce() 1164 int num_results = 64; in retrieveScanResults() local 1214 static void sortScanResultsByRssi(wifi_scan_result **results, int num_results) { in sortScanResultsByRssi() 1220 int num_results = num; in removeDuplicateScanResults() local 1238 static void onRTTResultsV3(wifi_request_id id, unsigned num_results, in onRTTResultsV3() 1312 static void onHotlistAPFound(wifi_request_id id, unsigned num_results, wifi_scan_result *results) { in onHotlistAPFound() 1321 static void onHotlistAPLost(wifi_request_id id, unsigned num_results, wifi_scan_result *results) { in onHotlistAPLost() 1330 static void onePnoSsidFound(wifi_request_id id, unsigned num_results, wifi_scan_result *results) { in onePnoSsidFound() 1555 int num_results = scanOnce(band, results, max_ap); in testRTT() local 2514 int num_results = 64; in GetCachedGScanResults() local [all …]
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_legacy_hal.cpp | 195 void onAsyncRttResults(wifi_request_id id, unsigned num_results, wifi_rtt_result* rtt_results[]) { in onAsyncRttResults() 203 void onAsyncRttResultsV2(wifi_request_id id, unsigned num_results, in onAsyncRttResultsV2() 212 void onAsyncRttResultsV3(wifi_request_id id, unsigned num_results, in onAsyncRttResultsV3() 1347 wifi_rtt_result_v3* rtt_results_v3[]) { in startRttRangeRequestV3() 1392 wifi_request_id id, unsigned num_results, in startRttRangeRequest() 1393 wifi_rtt_result_v2* rtt_results_v2[]) { in startRttRangeRequest() 1780 int32_t num_results = 0; in getGscanCachedResults() local
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | gscan.h | 224 int num_results; // number of bssids retrieved by the scan member
|