Lines Matching refs:MALLOC
2237 ch_bucket = (wl_pfn_gscan_ch_bucket_cfg_t *) MALLOC(dhd->osh,
2572 nAPs_per_scan = (uint8 *) MALLOC(dhd->osh, gscan_params->mscan);
2581 plbestnet_v1 = (wl_pfn_lscanresults_v1_t *)MALLOC(dhd->osh, PNO_BESTNET_LEN);
3008 p = (uint32 *)MALLOC(dhd->osh, mem_needed);
3138 pscan_results = (dhd_pno_scan_results_t *)MALLOC(dhd->osh, SCAN_RESULTS_SIZE);
3161 plbestnet_v1 = (wl_pfn_lscanresults_v1_t *)MALLOC(dhd->osh, PNO_BESTNET_LEN);
3198 MALLOC(dhd->osh, BESTNET_ENTRY_SIZE);
3216 MALLOC(dhd->osh, BEST_HEADER_SIZE);
3306 MALLOC(dhd->osh, BESTNET_ENTRY_SIZE);
3324 MALLOC(dhd->osh, BEST_HEADER_SIZE);
3997 result = (wifi_gscan_full_result_t *)MALLOC(dhd->osh, mem_needed);
4055 results = (dhd_epno_results_t *)MALLOC(dhd->osh, mem_needed);
4096 results = (dhd_epno_results_t *)MALLOC(dhd->osh, mem_needed);
4182 gscan_hotlist_cache = (gscan_results_cache_t *)MALLOC(dhd->osh, malloc_size);
4247 (gscan_results_cache_t *)MALLOC(dhd->osh, malloc_size);
4376 dhd->pno_state = MALLOC(dhd->osh, sizeof(dhd_pno_status_info_t));
4389 buf = MALLOC(dhd->osh, WLC_IOCTL_SMLEN);