Lines Matching refs:pscan_results
3072 dhd_pno_scan_results_t *pscan_results = NULL, *siter, *snext; local
3138 pscan_results = (dhd_pno_scan_results_t *)MALLOC(dhd->osh, SCAN_RESULTS_SIZE);
3139 if (pscan_results == NULL) {
3144 pscan_results->bestnetheader = NULL;
3145 pscan_results->cnt_header = 0;
3148 list_add(&pscan_results->list, &_params->params_batch.get_batch.scan_results_list);
3157 list_add(&pscan_results->list, &_params->params_batch.get_batch.scan_results_list);
3227 pscan_results->cnt_header++;
3235 if (pscan_results->bestnetheader == NULL)
3237 pscan_results->bestnetheader = pbestnetheader;
3240 pscan_results->bestnetheader;
3241 pscan_results->bestnetheader = pbestnetheader;
3273 DHD_PNO(("Header %d\n", pscan_results->cnt_header - 1));
3335 pscan_results->cnt_header++;
3343 if (pscan_results->bestnetheader == NULL)
3345 pscan_results->bestnetheader = pbestnetheader;
3348 pscan_results->bestnetheader;
3349 pscan_results->bestnetheader = pbestnetheader;
3382 DHD_PNO(("Header %d\n", pscan_results->cnt_header - 1));
3404 if (pscan_results->cnt_header == 0) {
3409 list_del(&pscan_results->list);
3410 MFREE(dhd->osh, pscan_results, SCAN_RESULTS_SIZE);
3414 _params->params_batch.get_batch.tot_scan_cnt += pscan_results->cnt_header;