Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/twt/core/src/
H A Dwlan_twt_cfg.h194 wlan_twt_cfg_get_bcast_responder(struct wlan_objmgr_psoc *psoc, bool *val);
342 wlan_twt_cfg_get_bcast_responder(struct wlan_objmgr_psoc *psoc, bool *val) in wlan_twt_cfg_get_bcast_responder() function
H A Dwlan_twt_cfg.c333 wlan_twt_cfg_get_bcast_responder(struct wlan_objmgr_psoc *psoc, bool *val) in wlan_twt_cfg_get_bcast_responder() function
/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/src/
H A Dwlan_twt_cfg_ext_api.c73 return wlan_twt_cfg_get_bcast_responder(psoc, val); in wlan_twt_get_bcast_responder_cfg()
H A Dwlan_twt_ucfg_ext_api.c149 return wlan_twt_cfg_get_bcast_responder(psoc, val); in ucfg_twt_cfg_get_bcast_responder()
/wlan-driver/qca-wifi-host-cmn/umac/twt/core/src/
H A Dwlan_twt_common.c280 wlan_twt_cfg_get_bcast_responder(psoc, &twt_bcast_responder); in wlan_twt_responder_enable()