Home
last modified time | relevance | path

Searched refs:twt_feature_set (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/src/
Dwlan_twt_cfg_ext_api.c78 struct wlan_twt_features *twt_feature_set) in wlan_twt_get_feature_info() argument
80 twt_feature_set->enable_twt = wlan_twt_cfg_is_twt_enabled(psoc); in wlan_twt_get_feature_info()
81 if (twt_feature_set->enable_twt) { in wlan_twt_get_feature_info()
84 &twt_feature_set->enable_twt_broadcast); in wlan_twt_get_feature_info()
87 &twt_feature_set->enable_twt_requester); in wlan_twt_get_feature_info()
88 twt_feature_set->enable_twt_flexible = true; in wlan_twt_get_feature_info()
/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/inc/
Dwlan_twt_cfg_ext_api.h131 struct wlan_twt_features *twt_feature_set);
188 struct wlan_twt_features *twt_feature_set) in wlan_twt_get_feature_info() argument
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_main.c365 struct wlan_twt_features twt_feature_set = {0}; in wma_set_feature_set_info() local
403 wlan_twt_get_feature_info(psoc, &twt_feature_set); in wma_set_feature_set_info()
404 feature_set->enable_twt = twt_feature_set.enable_twt; in wma_set_feature_set_info()
407 twt_feature_set.enable_twt_requester; in wma_set_feature_set_info()
409 twt_feature_set.enable_twt_broadcast; in wma_set_feature_set_info()
411 twt_feature_set.enable_twt_flexible; in wma_set_feature_set_info()