Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dinit_cmd_api.c556 if (info->service_ext2_param.twt_ack_support_cap) { in init_deinit_prepare_send_init_cmd()
557 info->wlan_res_cfg.twt_ack_support_cap = true; in init_deinit_prepare_send_init_cmd()
H A Dservice_ready_util.c558 target_psoc_set_twt_ack_cap(psoc_info, param.twt_ack_support_cap); in init_deinit_populate_twt_cap_ext2()
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/
H A Dservice_ready_param.h575 uint32_t twt_ack_support_cap:1; member
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_twt_param.h451 uint32_t twt_ack_support_cap:1; member
H A Dwmi_unified_param.h7021 bool twt_ack_support_cap; member
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
H A Dtarget_if.h2910 psoc_info->info.service_ext2_param.twt_ack_support_cap = val; in target_psoc_set_twt_ack_cap()
2928 *val = psoc_info->info.service_ext2_param.twt_ack_support_cap; in target_psoc_get_twt_ack_cap()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_twt_tlv.c1153 var->twt_ack_support_cap = WMI_GET_BITS(twt_caps->twt_capability_bitmap, in extract_twt_cap_service_ready_ext2_tlv()
2264 var->twt_ack_support_cap = WMI_GET_BITS(twt_caps->twt_capability_bitmap, in extract_twt_cap_service_ready_ext2_tlv()
H A Dwmi_unified_tlv.c9903 if (tgt_res_cfg->twt_ack_support_cap) in wmi_copy_resource_config()