Searched refs:bcast_conf (Results 1 – 2 of 2) sorted by relevance
29 uint32_t bcast_conf; in wlan_twt_cfg_init() local45 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()
2256 uint32_t bcast_conf = cfg_get(psoc, CFG_BCAST_TWT_REQ_RESP); in mlme_init_twt_cfg() local2261 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()