Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_tgt_cfg.h103 bool bcn_reception_stats; member
/wlan-driver/qcacld-3.0/core/mac/inc/
Dani_global.h745 bool bcn_reception_stats; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c5687 struct bcn_reception_stats_rsp *bcn_reception_stats; in wma_unified_beacon_debug_stats_event_handler() local
5711 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()
Dwma_main.c5497 cfg->bcn_reception_stats = true; in wma_update_target_services()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c10108 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()