Home
last modified time | relevance | path

Searched refs:mscs_counter (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cm_disconnect.c297 link_info->mscs_counter = 0; in reset_mscs_params()
H A Dwlan_hdd_main.c12083 if (!link_info->mscs_counter) in hdd_send_mscs_action_frame()
12086 link_info->mscs_counter++; in hdd_send_mscs_action_frame()
12089 if (link_info->mscs_counter * bus_bw_compute_interval >= in hdd_send_mscs_action_frame()
12091 link_info->mscs_counter = 0; in hdd_send_mscs_action_frame()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h1155 uint32_t mscs_counter; member