Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c1478 tSirLLStatsResults *link_stats_results; in wma_ll_stats_evt_handler() local
1540 link_stats_results = wma_get_ll_stats_ext_buf(&result_size, in wma_ll_stats_evt_handler()
1543 if (!link_stats_results) { in wma_ll_stats_evt_handler()
1547 link_stats_results->paramId = WMI_LL_STATS_EXT_MAC_COUNTER; in wma_ll_stats_evt_handler()
1548 link_stats_results->num_peers = peer_num; in wma_ll_stats_evt_handler()
1549 link_stats_results->peer_event_number = 1; in wma_ll_stats_evt_handler()
1550 link_stats_results->moreResultToFollow = 0; in wma_ll_stats_evt_handler()
1552 ll_stats = (struct sir_wifi_ll_ext_stats *)link_stats_results->results; in wma_ll_stats_evt_handler()
1564 qdf_mem_free(link_stats_results); in wma_ll_stats_evt_handler()
1650 sme_msg.bodyptr = (void *)link_stats_results; in wma_ll_stats_evt_handler()
[all …]
H A Dwma_main.c3712 wma_handle->link_stats_results = NULL; in wma_open()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_api.h247 wma_unified_link_stats_results_mem_free(tSirLLStatsResults *link_stats_results);
H A Dwma.h1094 tSirLLStatsResults *link_stats_results; member