Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
H A Dwlan_cp_stats_obj_mgr_handler.c539 psoc_cp_stats_priv->get_infra_cp_stats = req->infra_cp_stats_resp_cb; in wlan_cp_stats_infra_cp_register_resp_cb()
558 if (psoc_cp_stats_priv->get_infra_cp_stats) in wlan_cp_stats_infra_cp_deregister_resp_cb()
559 psoc_cp_stats_priv->get_infra_cp_stats = NULL; in wlan_cp_stats_infra_cp_deregister_resp_cb()
579 if (psoc_cp_stats_priv->get_infra_cp_stats) in wlan_cp_stats_infra_cp_get_context()
580 *resp_cb = psoc_cp_stats_priv->get_infra_cp_stats; in wlan_cp_stats_infra_cp_get_context()
H A Dwlan_cp_stats_defs.h71 void (*get_infra_cp_stats)(struct infra_cp_stats_event *ev, member