Searched refs:max_inactive_time (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_mgmt.c | 547 uint32_t *max_inactive_time, in wma_get_go_probe_timeout() argument 554 max_inactive_time); in wma_get_go_probe_timeout() 557 *max_inactive_time = WMA_LINK_MONITOR_DEFAULT_TIME_SECS; in wma_get_go_probe_timeout() 566 *max_unresponsive_time = *max_inactive_time + keep_alive; in wma_get_go_probe_timeout() 571 uint32_t *max_inactive_time, in wma_get_go_probe_timeout() argument 589 uint32_t *max_inactive_time, in wma_get_link_probe_timeout() argument 593 wma_get_go_probe_timeout(mac, max_inactive_time, in wma_get_link_probe_timeout() 596 *max_inactive_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 [all …]
|
H A D | wma_main.c | 8292 uint32_t min_inactive_time, max_inactive_time; in wma_update_sta_inactivity_timeout() local 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() 8329 max_inactive_time, index++, MAX_VDEV_AP_ALIVE_PARAMS); in wma_update_sta_inactivity_timeout()
|