Searched refs:scan_results (Results 1 – 1 of 1) sorted by relevance
447 tCsrScanResultInfo *scan_results, *next_result; in sme_rrm_send_scan_result() local544 scan_results = csr_scan_result_get_first(mac_ctx, result_handle); in sme_rrm_send_scan_result()545 if (!scan_results && measurementdone) { in sme_rrm_send_scan_result()589 while (scan_results) { in sme_rrm_send_scan_result()601 if (!qdf_mem_cmp(scan_results->BssDescriptor.bssId, in sme_rrm_send_scan_result()607 if (scan_results->BssDescriptor.mbssid_info.profile_num) { in sme_rrm_send_scan_result()608 if (!qdf_mem_cmp(scan_results->BssDescriptor. in sme_rrm_send_scan_result()619 scan_results->timer, rrm_scan_timer); in sme_rrm_send_scan_result()620 if ((scan_results->timer >= rrm_scan_timer) || in sme_rrm_send_scan_result()622 scanresults_arr[counter++] = scan_results; in sme_rrm_send_scan_result()[all …]