Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/twt/core/src/
H A Dwlan_twt_cfg.c52 twt_cfg->twt_congestion_timeout = in wlan_twt_cfg_init()
204 *val = twt_psoc_obj->cfg_params.twt_congestion_timeout; in wlan_twt_cfg_get_congestion_timeout()
218 twt_psoc_obj->cfg_params.twt_congestion_timeout = val; in wlan_twt_cfg_set_congestion_timeout()
/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/inc/
H A Dwlan_twt_ext_defs.h50 uint32_t twt_congestion_timeout; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_twt_ucfg_api.c145 *val = mlme_obj->cfg.twt_cfg.twt_congestion_timeout; in ucfg_mlme_get_twt_congestion_timeout()
160 mlme_obj->cfg.twt_cfg.twt_congestion_timeout = val; in ucfg_mlme_set_twt_congestion_timeout()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_mlme_public_struct.h1665 uint32_t twt_congestion_timeout; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c2259 twt_cfg->twt_congestion_timeout = cfg_get(psoc, CFG_TWT_CONGESTION_TIMEOUT); in mlme_init_twt_cfg()