Home
last modified time | relevance | path

Searched refs:stat_size (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c2599 size_t stat_size = 0; in hdd_process_ll_stats() local
2620 stat_size = sizeof(struct wifi_radio_stats) * in hdd_process_ll_stats()
2623 stat_result = qdf_mem_malloc(stat_size); in hdd_process_ll_stats()
2630 qdf_mem_copy(stats->result, results->results, stat_size); in hdd_process_ll_stats()
2736 stat_size = sizeof(struct wifi_peer_stat) + peers + rates; in hdd_process_ll_stats()
2739 stats->result = qdf_mem_malloc(stat_size); in hdd_process_ll_stats()
2745 qdf_mem_copy(stats->result, results->results, stat_size); in hdd_process_ll_stats()