Lines Matching defs:results

219                                             wifi_scan_result *results,
251 results[i].ts =
268 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len;
269 memcpy((void *)&results[i].ssid,
284 sizeof(results->bssid) <= len ? sizeof(results->bssid) : len;
285 memcpy(&results[i].bssid,
297 results[i].channel =
309 results[i].rssi =
321 results[i].rtt =
333 results[i].rtt_sd =
340 results[i].ts, results[i].ssid,
341 results[i].bssid[0], results[i].bssid[1], results[i].bssid[2],
342 results[i].bssid[3], results[i].bssid[4], results[i].bssid[5],
343 results[i].channel, results[i].rssi, results[i].rtt,
344 results[i].rtt_sd);
352 wifi_significant_change_result **results,
389 sizeof(results[i]->bssid) <= len ? sizeof(results[i]->bssid) : len;
390 memcpy(&results[i]->bssid[0],
405 results[i]->channel =
419 results[i]->num_rssi =
434 memcpy(&(results[i]->rssi[0]),
438 ), results[i]->num_rssi * sizeof(wifi_rssi));
442 i, results[i]->bssid[0], results[i]->bssid[1], results[i]->bssid[2],
443 results[i]->bssid[3], results[i]->bssid[4], results[i]->bssid[5],
444 results[i]->channel, results[i]->num_rssi);
448 for (j = 0; j < results[i]->num_rssi && rem_size > 0; j++) {
449 len = snprintf(dst, rem_size, "rssi[%d]:%d, ", j, results[i]->rssi[j]);
463 wifi_scan_result *results,
494 results[i].ts =
511 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len;
512 memcpy((void *)&results[i].ssid,
527 sizeof(results->bssid) <= len ? sizeof(results->bssid) : len;
528 memcpy(&results[i].bssid,
540 results[i].channel =
552 results[i].rssi =
564 results[i].rtt =
576 results[i].rtt_sd =
583 results[i].ts, results[i].ssid,
584 results[i].bssid[0], results[i].bssid[1], results[i].bssid[2],
585 results[i].bssid[3], results[i].bssid[4], results[i].bssid[5],
586 results[i].channel, results[i].rssi, results[i].rtt,
587 results[i].rtt_sd);
875 wifi_scan_result *results,
906 results[i].ts =
923 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len;
924 memcpy((void *)&results[i].ssid,
939 sizeof(results->bssid) <= len ? sizeof(results->bssid) : len;
940 memcpy(&results[i].bssid,
952 results[i].channel =
964 results[i].rssi =
976 results[i].rtt =
988 results[i].rtt_sd =
1000 results[i].beacon_period =
1014 results[i].capability =
1022 results[i].ts, results[i].ssid,
1023 results[i].bssid[0], results[i].bssid[1], results[i].bssid[2],
1024 results[i].bssid[3], results[i].bssid[4], results[i].bssid[5],
1025 results[i].channel, results[i].rssi, results[i].rtt,
1026 results[i].rtt_sd);
1091 /* Parse and extract the results. */
1339 /* Invoke the callback func to report the number of results. */
1370 ALOGV("%s: number of results:%d", __FUNCTION__, numResults);
1380 /* Check if this chunck of scan results is a continuation of
1392 ALOGE("%s: Failed to alloc memory for results array. Exit.\n",
1401 ALOGV("%s: Num of AP FOUND results = %d. \n", __FUNCTION__,
1405 * MORE_DATA flag and cache results until MORE_DATA = 0.
1406 * Only then we can pass on the results to framework through
1423 ALOGV("%s: Extract hotlist_ap_found results.\n", __FUNCTION__);
1434 /* Send the results if no more result data fragments are expected */
1473 ALOGV("%s: number of results:%d", __FUNCTION__, numResults);
1483 /* Check if this chunck of scan results is a continuation of
1495 ALOGE("%s: Failed to alloc memory for results array. Exit.\n",
1504 ALOGV("%s: Num of AP Lost results = %d. \n", __FUNCTION__,
1508 * MORE_DATA flag and cache results until MORE_DATA = 0.
1509 * Only then we can pass on the results to framework through
1526 ALOGV("%s: Extract hotlist_ap_Lost results.\n", __FUNCTION__);
1537 /* Send the results if no more result data fragments are expected */
1593 * Check if this chunck of wifi_significant_change results is a
1610 ALOGE("%s: Failed to alloc memory for results array. Exit.\n",
1654 ALOGE("%s: Failed to alloc memory for results array Exit",
1663 ALOGV("%s: For Significant Change results[%d], num_rssi:%d\n",
1668 ALOGV("%s: Extract significant change results.\n", __FUNCTION__);
1679 * MORE_DATA flag and cache results until MORE_DATA = 0.
1680 * Only then we can pass on the results to framework through
1695 /* Send the results if no more result fragments are expected */
1751 /* Send the results if no more result fragments are expected. */
1791 ALOGV("%s: number of results:%d", __FUNCTION__, numResults);
1801 /* Check if this chunck of scan results is a continuation of
1813 ALOGE("%s: Failed to alloc memory for results array. Exit.\n",
1822 ALOGV("%s: Num of AP FOUND results = %d. \n", __FUNCTION__,
1826 * MORE_DATA flag and cache results until MORE_DATA = 0.
1827 * Only then we can pass on the results to framework through
1844 ALOGV("%s: Extract PNO_NETWORK_FOUND results.\n", __FUNCTION__);
1855 /* Send the results if no more result data fragments are expected */