Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dcfg_mlme_twt.h162 #define CFG_TWT_GET_BCAST_RES(_bcast_conf) \ macro
/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/inc/
H A Dcfg_twt.h162 #define CFG_TWT_GET_BCAST_RES(_bcast_conf) \ macro
/wlan-driver/qcacld-3.0/components/umac/twt/core/src/
H A Dwlan_twt_cfg.c55 twt_cfg->bcast_responder_enabled = CFG_TWT_GET_BCAST_RES(bcast_conf); in wlan_twt_cfg_init()
342 *val = CFG_TWT_GET_BCAST_RES(b_req_res); in wlan_twt_cfg_get_bcast_responder()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_twt_ucfg_api.c211 *val = CFG_TWT_GET_BCAST_RES(b_req_res); in ucfg_mlme_get_twt_bcast_responder()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c2262 twt_cfg->is_bcast_responder_enabled = CFG_TWT_GET_BCAST_RES(bcast_conf); in mlme_init_twt_cfg()