Home
last modified time | relevance | path

Searched refs:inactive_time (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
H A Ddp_cal_client_api.c156 peer_stats->tx.inactive_time = 0; in dp_cal_client_update_peer_stats()
158 peer_stats->tx.inactive_time++; in dp_cal_client_update_peer_stats()
205 peer_calibr_stats->tx.inactive_time = 0; in dp_cal_client_update_peer_stats_wifi3()
207 peer_calibr_stats->tx.inactive_time++; in dp_cal_client_update_peer_stats_wifi3()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_stats_struct.h1643 uint32_t inactive_time; member
2089 uint32_t inactive_time; member
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_public_struct.h1459 uint32_t inactive_time; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.c5058 peer->stats.tx.inactive_time =
5059 dp_stats_buf->inactive_time;
H A Ddp_main.c7401 peer_stats->tx.inactive_time = tgt_peer->stats.tx.inactive_time; in dp_get_peer_calibr_stats()
H A Ddp_stats.c1003 dp_stats_buf->inactive_time); in dp_print_peer_stats_cmn_tlv()
8771 tgt_peer->stats.tx.inactive_time; in dp_txrx_get_peer_per_pkt_stats_param()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c6579 sinfo->inactive_time = qdf_system_ticks_to_msecs(dur); in wlan_hdd_fill_station_info()
6611 sinfo->connected_time, sinfo->inactive_time, in wlan_hdd_fill_station_info()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h4449 uint32_t inactive_time; member
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c6107 cmd->idle_time = idle_roam_params->inactive_time / WLAN_TIME_IN_MS; in send_idle_roam_params_tlv()
/wlan-driver/fw-api/fw/
H A Dhtt_stats.h1837 A_UINT32 inactive_time; member
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c360 wlan_mlme_get_idle_roam_inactive_time(psoc, &params->inactive_time); in cm_roam_idle_params()