Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
H A Dwlan_cp_stats_mc_tgt_api.c1286 void (*get_station_stats_cb)(struct stats_event *info, void *cookie); in tgt_mc_cp_stats_send_raw_station_stats() local
1289 get_station_stats_cb = last_req->u.get_station_stats_cb; in tgt_mc_cp_stats_send_raw_station_stats()
1290 if (!get_station_stats_cb) { in tgt_mc_cp_stats_send_raw_station_stats()
1335 get_station_stats_cb(&info, last_req->cookie); in tgt_mc_cp_stats_send_raw_station_stats()
1404 if (pending && last_req.u.get_station_stats_cb) in tgt_mc_cp_stats_extract_station_stats()
/wlan-driver/qcacld-3.0/os_if/cp_stats/src/
H A Dwlan_cfg80211_mc_cp_stats.c586 static void get_station_stats_cb(struct stats_event *ev, void *cookie) in get_station_stats_cb() function
1117 info.u.get_station_stats_cb = get_station_stats_cb; in wlan_cfg80211_mc_cp_stats_get_station_stats()
1714 info.u.get_station_stats_cb = get_station_adv_stats_cb; in wlan_cfg80211_mc_cp_stats_get_peer_stats()
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_mc_defs.h256 void (*get_station_stats_cb)(struct stats_event *ev, member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c3328 info.u.get_station_stats_cb = cache_station_stats_cb; in wlan_hdd_set_station_stats_request_pending()