Searched refs:resp_cb (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/os_if/cp_stats/src/ |
H A D | wlan_cfg80211_mc_cp_stats.c | 796 get_infra_cp_stats_cb resp_cb = NULL; in wlan_cfg80211_mc_twt_get_infra_cp_stats() local 806 &resp_cb, &context); in wlan_cfg80211_mc_twt_get_infra_cp_stats() 811 if (resp_cb) { in wlan_cfg80211_mc_twt_get_infra_cp_stats() 982 get_infra_cp_stats_cb resp_cb = NULL; in wlan_cfg80211_mc_twt_clear_infra_cp_stats() local 996 status = wlan_cp_stats_infra_cp_get_context(psoc, &resp_cb, &context); in wlan_cfg80211_mc_twt_clear_infra_cp_stats() 1000 if (resp_cb) { in wlan_cfg80211_mc_twt_clear_infra_cp_stats() 1874 get_infra_cp_stats_cb resp_cb = NULL; in wlan_cfg80211_mc_bmiss_get_infra_cp_stats() local 1884 &resp_cb, &context); in wlan_cfg80211_mc_bmiss_get_infra_cp_stats() 1889 if (resp_cb) { in wlan_cfg80211_mc_bmiss_get_infra_cp_stats()
|
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/ |
H A D | wlan_cp_stats_obj_mgr_handler.h | 165 get_infra_cp_stats_cb *resp_cb,
|
H A D | wlan_cp_stats_obj_mgr_handler.c | 567 get_infra_cp_stats_cb *resp_cb, in wlan_cp_stats_infra_cp_get_context() argument 580 *resp_cb = psoc_cp_stats_priv->get_infra_cp_stats; in wlan_cp_stats_infra_cp_get_context()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_cmn.c | 847 get_ml_link_state_cb resp_cb = NULL; in ml_extract_link_state() local 854 &resp_cb, &context, vdev_id); in ml_extract_link_state() 859 if (resp_cb) in ml_extract_link_state() 860 resp_cb(event, context); in ml_extract_link_state()
|
H A D | wlan_mlo_mgr_sta.c | 2825 get_ml_link_state_cb *resp_cb, in mlo_get_link_state_context() argument 2858 *resp_cb = sta_ctx->ml_link_state.ml_link_state_resp_cb; in mlo_get_link_state_context()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
H A D | wlan_mlo_mgr_sta.h | 937 get_ml_link_state_cb *resp_cb, 1143 get_ml_link_state_cb *resp_cb, in mlo_get_link_state_context() argument
|
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/ |
H A D | wlan_cp_stats_mc_tgt_api.c | 675 get_infra_cp_stats_cb resp_cb = NULL; in tgt_mc_infra_cp_stats_extract_twt_stats() local 678 status = wlan_cp_stats_infra_cp_get_context(psoc, &resp_cb, &context); in tgt_mc_infra_cp_stats_extract_twt_stats() 687 if (resp_cb) in tgt_mc_infra_cp_stats_extract_twt_stats() 688 resp_cb(ev, context); in tgt_mc_infra_cp_stats_extract_twt_stats()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
H A D | rrm_api.c | 788 get_infra_cp_stats_cb resp_cb = NULL; in rrm_send_sta_stats_req() local 793 status = wlan_cp_stats_infra_cp_get_context(mac->psoc, &resp_cb, in rrm_send_sta_stats_req() 795 if (resp_cb) { in rrm_send_sta_stats_req()
|