Searched refs:pscan_results (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pno.c | 3085 dhd_pno_scan_results_t *pscan_results = NULL, *siter, *snext; in _dhd_pno_get_for_batch() local 3151 pscan_results = (dhd_pno_scan_results_t *)MALLOC(dhd->osh, SCAN_RESULTS_SIZE); in _dhd_pno_get_for_batch() 3152 if (pscan_results == NULL) { in _dhd_pno_get_for_batch() 3157 pscan_results->bestnetheader = NULL; in _dhd_pno_get_for_batch() 3158 pscan_results->cnt_header = 0; in _dhd_pno_get_for_batch() 3161 list_add(&pscan_results->list, &_params->params_batch.get_batch.scan_results_list); in _dhd_pno_get_for_batch() 3170 list_add(&pscan_results->list, &_params->params_batch.get_batch.scan_results_list); in _dhd_pno_get_for_batch() 3245 pscan_results->cnt_header++; in _dhd_pno_get_for_batch() 3253 if (pscan_results->bestnetheader == NULL) in _dhd_pno_get_for_batch() 3255 pscan_results->bestnetheader = pbestnetheader; in _dhd_pno_get_for_batch() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_pno.c | 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; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pno.c | 3085 dhd_pno_scan_results_t *pscan_results = NULL, *siter, *snext; in _dhd_pno_get_for_batch() local 3151 pscan_results = (dhd_pno_scan_results_t *)MALLOC(dhd->osh, SCAN_RESULTS_SIZE); in _dhd_pno_get_for_batch() 3152 if (pscan_results == NULL) { in _dhd_pno_get_for_batch() 3157 pscan_results->bestnetheader = NULL; in _dhd_pno_get_for_batch() 3158 pscan_results->cnt_header = 0; in _dhd_pno_get_for_batch() 3161 list_add(&pscan_results->list, &_params->params_batch.get_batch.scan_results_list); in _dhd_pno_get_for_batch() 3170 list_add(&pscan_results->list, &_params->params_batch.get_batch.scan_results_list); in _dhd_pno_get_for_batch() 3245 pscan_results->cnt_header++; in _dhd_pno_get_for_batch() 3253 if (pscan_results->bestnetheader == NULL) in _dhd_pno_get_for_batch() 3255 pscan_results->bestnetheader = pbestnetheader; in _dhd_pno_get_for_batch() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_pno.c | 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; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_pno.c | 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; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_pno.c | 2918 dhd_pno_scan_results_t *pscan_results = NULL, *siter, *snext; in _dhd_pno_get_for_batch() local 2975 pscan_results = (dhd_pno_scan_results_t *)MALLOC(dhd->osh, SCAN_RESULTS_SIZE); in _dhd_pno_get_for_batch() 2976 if (pscan_results == NULL) { in _dhd_pno_get_for_batch() 2981 pscan_results->bestnetheader = NULL; in _dhd_pno_get_for_batch() 2982 pscan_results->cnt_header = 0; in _dhd_pno_get_for_batch() 2985 list_add(&pscan_results->list, &_params->params_batch.get_batch.scan_results_list); in _dhd_pno_get_for_batch() 2994 list_add(&pscan_results->list, &_params->params_batch.get_batch.scan_results_list); in _dhd_pno_get_for_batch() 3058 pscan_results->cnt_header++; in _dhd_pno_get_for_batch() 3066 if (pscan_results->bestnetheader == NULL) in _dhd_pno_get_for_batch() 3068 pscan_results->bestnetheader = pbestnetheader; in _dhd_pno_get_for_batch() [all …]
|