• Home
  • Raw
  • Download

Lines Matching refs:results

1150                                             wifi_cached_scan_results *results,  in wifi_get_cached_gscan_results()  argument
1154 wifi_cached_scan_results *result = results; in wifi_get_cached_gscan_results()
1183 results, in wifi_get_cached_gscan_results()
1194 if (results == NULL || num == NULL) { in wifi_get_cached_gscan_results()
1217 ret = gScanCommand->allocCachedResultsTemp(max, results); in wifi_get_cached_gscan_results()
1225 memset(results, 0, max * sizeof(wifi_cached_scan_results)); in wifi_get_cached_gscan_results()
1272 ret = gScanCommand->copyCachedScanResults(num, results); in wifi_get_cached_gscan_results()
1280 results[(*num)-1].flags = WIFI_SCAN_FLAG_INTERRUPTED; in wifi_get_cached_gscan_results()
1282 "for scan_id:%d", __FUNCTION__, results[(*num)-1].scan_id); in wifi_get_cached_gscan_results()
1934 cached_results[i].results[j].ts = in gscan_get_cached_results()
1952 sizeof(cached_results[i].results[j].ssid) <= len ? in gscan_get_cached_results()
1953 sizeof(cached_results[i].results[j].ssid) : len; in gscan_get_cached_results()
1954 memcpy((void *)&cached_results[i].results[j].ssid, in gscan_get_cached_results()
1973 sizeof(cached_results[i].results[j].bssid) <= len ? in gscan_get_cached_results()
1974 sizeof(cached_results[i].results[j].bssid) : len; in gscan_get_cached_results()
1975 memcpy(&cached_results[i].results[j].bssid, in gscan_get_cached_results()
1990 cached_results[i].results[j].channel = in gscan_get_cached_results()
2003 cached_results[i].results[j].rssi = in gscan_get_cached_results()
2016 cached_results[i].results[j].rtt = in gscan_get_cached_results()
2029 cached_results[i].results[j].rtt_sd = in gscan_get_cached_results()
2035 cached_results[i].results[j].ts); in gscan_get_cached_results()
2037 cached_results[i].results[j].ssid); in gscan_get_cached_results()
2039 __FUNCTION__, cached_results[i].results[j].bssid[0], in gscan_get_cached_results()
2040 cached_results[i].results[j].bssid[1], in gscan_get_cached_results()
2041 cached_results[i].results[j].bssid[2], in gscan_get_cached_results()
2042 cached_results[i].results[j].bssid[3], in gscan_get_cached_results()
2043 cached_results[i].results[j].bssid[4], in gscan_get_cached_results()
2044 cached_results[i].results[j].bssid[5]); in gscan_get_cached_results()
2046 cached_results[i].results[j].channel); in gscan_get_cached_results()
2048 cached_results[i].results[j].rssi); in gscan_get_cached_results()
2050 cached_results[i].results[j].rtt); in gscan_get_cached_results()
2052 cached_results[i].results[j].rtt_sd); in gscan_get_cached_results()
2722 memcpy(cached_results[i].results, in copyCachedScanResults()
2723 cachedResultRsp->results, in copyCachedScanResults()