Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_wmm.h365 bool hdd_wmm_is_active(struct hdd_adapter *adapter);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wmm.c2345 if (!hdd_wmm_is_active(adapter) || !(is_implicit_qos_enabled) || in hdd_wmm_acquire_access()
2618 bool hdd_wmm_is_active(struct hdd_adapter *adapter) in hdd_wmm_is_active() function
2646 if (hdd_wmm_is_active(adapter) && in hdd_wmm_is_acm_allowed()
H A Dwlan_hdd_assoc.c1589 if (hdd_wmm_is_active(adapter)) in hdd_roam_register_sta()