Home
last modified time | relevance | path

Searched refs:wlan_twt_cfg_get_requestor (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/src/
H A Dwlan_twt_cfg_ext_api.c43 return wlan_twt_cfg_get_requestor(psoc, val); in wlan_twt_get_requestor_cfg()
55 return wlan_twt_cfg_get_requestor(psoc, val); in wlan_twt_cfg_get_support_requestor()
85 wlan_twt_cfg_get_requestor( in wlan_twt_get_feature_info()
H A Dwlan_twt_ucfg_ext_api.c41 return wlan_twt_cfg_get_requestor(psoc, val); in ucfg_twt_cfg_get_requestor()
/wlan-driver/qcacld-3.0/components/umac/twt/core/src/
H A Dwlan_twt_cfg.h64 wlan_twt_cfg_get_requestor(struct wlan_objmgr_psoc *psoc, bool *val);
262 wlan_twt_cfg_get_requestor(struct wlan_objmgr_psoc *psoc, bool *val) in wlan_twt_cfg_get_requestor() function
H A Dwlan_twt_cfg.c136 wlan_twt_cfg_get_requestor(struct wlan_objmgr_psoc *psoc, bool *val) in wlan_twt_cfg_get_requestor() function
/wlan-driver/qca-wifi-host-cmn/umac/twt/core/src/
H A Dwlan_twt_common.c224 wlan_twt_cfg_get_requestor(psoc, &requestor_en); in wlan_twt_requestor_enable()