Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_power.c689 if (ps_params.opm_mode && iface->uapsd_cached_val) { in wma_enable_sta_ps_mode()
712 if (uapsd_val != iface->uapsd_cached_val) { in wma_enable_sta_ps_mode()
726 iface->uapsd_cached_val = uapsd_val; in wma_enable_sta_ps_mode()
732 if (!!ps_params.opm_mode && !!iface->uapsd_cached_val) { in wma_enable_sta_ps_mode()
918 iface->uapsd_cached_val = uapsd_val; in wma_enable_uapsd_mode()
1083 iface->uapsd_cached_val &= in wma_disable_uapsd_per_ac()
1089 iface->uapsd_cached_val &= in wma_disable_uapsd_per_ac()
1095 iface->uapsd_cached_val &= in wma_disable_uapsd_per_ac()
1101 iface->uapsd_cached_val &= in wma_disable_uapsd_per_ac()
1137 iface->uapsd_cached_val); in wma_disable_uapsd_per_ac()
[all …]
H A Dwma_dev_if.c5613 iface->uapsd_cached_val = 0; in wma_delete_sta_req_sta_mode()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h727 uint32_t uapsd_cached_val; member