Home
last modified time | relevance | path

Searched refs:bcast_conf (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/twt/core/src/
H A Dwlan_twt_cfg.c29 uint32_t bcast_conf; in wlan_twt_cfg_init() local
45 bcast_conf = cfg_get(psoc, CFG_BCAST_TWT_REQ_RESP); in wlan_twt_cfg_init()
54 twt_cfg->bcast_requestor_enabled = CFG_TWT_GET_BCAST_REQ(bcast_conf); in wlan_twt_cfg_init()
55 twt_cfg->bcast_responder_enabled = CFG_TWT_GET_BCAST_RES(bcast_conf); in wlan_twt_cfg_init()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c2256 uint32_t bcast_conf = cfg_get(psoc, CFG_BCAST_TWT_REQ_RESP); in mlme_init_twt_cfg() local
2261 twt_cfg->is_bcast_requestor_enabled = CFG_TWT_GET_BCAST_REQ(bcast_conf); in mlme_init_twt_cfg()
2262 twt_cfg->is_bcast_responder_enabled = CFG_TWT_GET_BCAST_RES(bcast_conf); in mlme_init_twt_cfg()