Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_twt_ucfg_api.c314 mlme_obj->cfg.twt_cfg.is_all_twt_tgt_cap_enabled = val; in ucfg_mlme_set_twt_all_twt_tgt_cap()
328 *val = mlme_obj->cfg.twt_cfg.is_all_twt_tgt_cap_enabled; in ucfg_mlme_get_twt_all_twt_tgt_cap()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_twt.c694 bool is_all_twt_tgt_cap_enabled = false; in hdd_twt_check_all_twt_support() local
703 &is_all_twt_tgt_cap_enabled); in hdd_twt_check_all_twt_support()
707 if (!is_all_twt_tgt_cap_enabled) { in hdd_twt_check_all_twt_support()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_public_struct.h1663 bool is_all_twt_tgt_cap_enabled; member