Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_twt.c163 struct wmi_twt_disable_param twt_disable_params = {0}; in wma_send_twt_disable_cmd() local
169 twt_disable_params.pdev_id = pdev_id; in wma_send_twt_disable_cmd()
170 twt_disable_params.ext_conf_present = conf->ext_conf_present; in wma_send_twt_disable_cmd()
171 twt_disable_params.twt_role = conf->role; in wma_send_twt_disable_cmd()
172 twt_disable_params.twt_oper = conf->oper; in wma_send_twt_disable_cmd()
174 ret = wmi_unified_twt_disable_cmd(wma->wmi_handle, &twt_disable_params); in wma_send_twt_disable_cmd()