Lines Matching refs:results
44 GSCAN_ATTRIBUTE_SCAN_RESULTS_COMPLETE, /* indicates no more results */
237 static int parseScanResults(wifi_scan_result *results, int num, nlattr *attr)
239 memset(results, 0, sizeof(wifi_scan_result) * num);
247 wifi_scan_result *result = results + i;
272 ALOGE("Got too many results; skipping some");
324 ALOGD("Enabling Full scan results");
336 ALOGE("failed to enable full scan results; result = %d", result);
345 ALOGD("Disabling Full scan results");
354 ALOGE("failed to disable full scan results;result = %d", result);
369 ALOGI("Full scan results: Got an event");
377 ALOGI("No scan results found");
526 ALOGI("enabling full scan results if needed");
537 ALOGI("failed to enable full scan results");
540 ALOGI("successfully enabled full scan results");
562 ALOGI("failed to disable full scan results");
564 ALOGI("successfully disable full scan results");
650 ALOGI("Got a scan results event");
672 ALOGI("No scan results found");
677 ALOGI("Found %d scan results", num);
738 ALOGD("Enabling full scan results, halHandle = %p", handle);
748 ALOGD("Disabling full scan results");
785 wifi_scan_result *results, int max, int *num)
786 : WifiCommand(iface, -1), mResults(results), mMax(max), mNum(num),
813 ALOGI("retrieving %d scan results", mMax);
827 ALOGE("failed to retrieve scan results; result = %d", result);
839 ALOGE("GetScanResults read %d results", mRetrieved);
890 ALOGI("Retrieved %d scan results", num);
891 wifi_scan_result *results = (wifi_scan_result *)it2.get_data();
893 wifi_scan_result *result = results + i;
916 int max, wifi_scan_result *results, int *num) {
918 ALOGD("Getting cached scan results, iface handle = %p, num = %d", iface, *num);
920 GetScanResultsCommand *cmd = new GetScanResultsCommand(iface, flush, results, max, num);
1070 ALOGI("No scan results found");
1277 ALOGI("No scan results found");
1300 ALOGI("Retrieved %d scan results", num);