Searched refs:bcn_reception_stats (Results 1 – 5 of 5) sorted by relevance
103 bool bcn_reception_stats; member
745 bool bcn_reception_stats; member
5687 struct bcn_reception_stats_rsp *bcn_reception_stats; in wma_unified_beacon_debug_stats_event_handler() local5711 bcn_reception_stats = qdf_mem_malloc(sizeof(*bcn_reception_stats)); in wma_unified_beacon_debug_stats_event_handler()5712 if (!bcn_reception_stats) in wma_unified_beacon_debug_stats_event_handler()5715 bcn_reception_stats->total_bcn_cnt = param_buf->total_bcn_cnt; in wma_unified_beacon_debug_stats_event_handler()5716 bcn_reception_stats->total_bmiss_cnt = param_buf->total_bmiss_cnt; in wma_unified_beacon_debug_stats_event_handler()5717 bcn_reception_stats->vdev_id = param_buf->vdev_id; in wma_unified_beacon_debug_stats_event_handler()5724 qdf_mem_copy(bcn_reception_stats->bmiss_bitmap, in wma_unified_beacon_debug_stats_event_handler()5728 mac->sme.beacon_stats_resp_callback(bcn_reception_stats, in wma_unified_beacon_debug_stats_event_handler()5730 qdf_mem_free(bcn_reception_stats); in wma_unified_beacon_debug_stats_event_handler()
5497 cfg->bcn_reception_stats = true; in wma_update_target_services()
10108 if (!mac_ctx->bcn_reception_stats && in sme_beacon_debug_stats_req()12202 mac_ctx->bcn_reception_stats = cfg->bcn_reception_stats; in sme_update_tgt_services()