Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c548 uint32_t *max_unresponsive_time) in wma_get_go_probe_timeout() argument
566 *max_unresponsive_time = *max_inactive_time + keep_alive; in wma_get_go_probe_timeout()
572 uint32_t *max_unresponsive_time) in wma_get_go_probe_timeout() argument
590 uint32_t *max_unresponsive_time) in wma_get_link_probe_timeout() argument
594 max_unresponsive_time); in wma_get_link_probe_timeout()
598 *max_unresponsive_time = *max_inactive_time + in wma_get_link_probe_timeout()
753 uint32_t min_inactive_time, max_inactive_time, max_unresponsive_time; in wma_set_sap_keepalive() local
765 &max_inactive_time, &max_unresponsive_time); in wma_set_sap_keepalive()
789 max_unresponsive_time, index++, in wma_set_sap_keepalive()
803 max_unresponsive_time); in wma_set_sap_keepalive()
H A Dwma_main.c8291 uint32_t max_unresponsive_time; in wma_update_sta_inactivity_timeout() local
8306 max_unresponsive_time = sta_inactivity_timer->sta_inactivity_timeout; in wma_update_sta_inactivity_timeout()
8307 max_inactive_time = max_unresponsive_time * TWO_THIRD; in wma_update_sta_inactivity_timeout()
8308 min_inactive_time = max_unresponsive_time - max_inactive_time; in wma_update_sta_inactivity_timeout()
8337 max_unresponsive_time, index++, in wma_update_sta_inactivity_timeout()