Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/twt/core/src/
H A Dwlan_twt_common.c40 *val = twt_psoc->twt_caps.twt_responder; in wlan_twt_tgt_caps_get_responder()
57 *val = twt_psoc->twt_caps.twt_nudge_enabled; in wlan_twt_tgt_caps_get_nudge_enabled()
74 *val = twt_psoc->twt_caps.all_twt_enabled; in wlan_twt_tgt_caps_get_all_twt_enabled()
91 *val = twt_psoc->twt_caps.twt_stats_enabled; in wlan_twt_tgt_caps_get_stats_enabled()
130 *val = twt_psoc->twt_caps.twt_ack_supported; in wlan_twt_tgt_caps_get_ack_supported()
152 *val = twt_psoc->twt_caps.restricted_twt_support; in wlan_twt_tgt_caps_get_restricted_support()
H A Dwlan_twt_priv.h69 struct twt_tgt_caps twt_caps; member
/wlan-driver/qca-wifi-host-cmn/target_if/twt/src/
H A Dtarget_if_twt.c156 twt_psoc->twt_caps.twt_ack_supported = val; in target_if_twt_set_twt_ack_support()
179 caps = &twt_psoc->twt_caps; in target_if_twt_fill_tgt_caps()
/wlan-driver/qcacld-3.0/components/umac/twt/core/src/
H A Dwlan_twt_cfg.c111 tgt_caps = &twt_psoc->twt_caps; in wlan_twt_cfg_update()
406 tgt_caps = &twt_psoc_obj->twt_caps; in wlan_twt_cfg_get_support_in_11n_mode()
430 tgt_caps = &twt_psoc_obj->twt_caps; in wlan_twt_get_restricted_support()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_twt_tlv.c1143 wmi_twt_caps_params *twt_caps; in extract_twt_cap_service_ready_ext2_tlv() local
1149 twt_caps = param_buf->twt_caps; in extract_twt_cap_service_ready_ext2_tlv()
1150 if (!twt_caps) in extract_twt_cap_service_ready_ext2_tlv()
1153 var->twt_ack_support_cap = WMI_GET_BITS(twt_caps->twt_capability_bitmap, in extract_twt_cap_service_ready_ext2_tlv()
2254 wmi_twt_caps_params *twt_caps; in extract_twt_cap_service_ready_ext2_tlv() local
2260 twt_caps = param_buf->twt_caps; in extract_twt_cap_service_ready_ext2_tlv()
2261 if (!twt_caps) 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()
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_defs.h5702 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_twt_caps_params, twt_caps, WMITLV_SIZE_VAR)…