Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/ !
H A Dwma_utils.c3218 wmi_vdev_rate_ht_info *ht_info; in wma_link_status_event_handler() local
3233 ht_info = (wmi_vdev_rate_ht_info *) param_buf->ht_info; in wma_link_status_event_handler()
3235 if (!ht_info) { in wma_link_status_event_handler()
3243 sizeof(*event)) / sizeof(*ht_info)) || in wma_link_status_event_handler()
3251 if (!wma_is_vdev_valid(ht_info->vdevid)) { in wma_link_status_event_handler()
3252 wma_err("Invalid vdevid %d", ht_info->vdevid); in wma_link_status_event_handler()
3256 if (!intr[ht_info->vdevid].vdev) { in wma_link_status_event_handler()
3261 status = wma_get_vdev_rate_flag(intr[ht_info->vdevid].vdev, &rate_flag); in wma_link_status_event_handler()
3267 for (i = 0; (i < event->num_vdev_stats) && ht_info; i++) { in wma_link_status_event_handler()
3269 ht_info->vdevid, ht_info->tx_nss, in wma_link_status_event_handler()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/ !
H A Dwlan_vdev_mgr_utils_api.c295 mlme_proto->ht_info.ht_caps = mlme_cfg.value; in wlan_util_vdev_mlme_set_param()
578 *value = mlme_proto->ht_info.ht_caps; in wlan_util_vdev_mlme_get_param()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/ !
H A Dwlan_vdev_mlme.h333 struct vdev_mlme_ht_info ht_info; member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/ !
H A Dvdev_mgr_ops.c546 param->channel.allow_ht = mlme_obj->proto.ht_info.allow_ht; in vdev_mgr_start_param_update()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ !
H A Dlim_utils.h3230 tDot11fIEHTInfo *ht_info);
H A Dlim_utils.c11185 mlme_obj->proto.ht_info.allow_ht = !!session->htCapability; in lim_pre_vdev_start()
11364 tDot11fIEHTInfo *ht_info) in lim_get_vht_ch_width() argument
11379 vht_cap->extended_nss_bw_supp && ht_info && ht_info->present) in lim_get_vht_ch_width()
11380 ccfs1 = ht_info->chan_center_freq_seg2; in lim_get_vht_ch_width()
H A Dlim_assoc_utils.c3579 tDot11fIEHTInfo *ht_info, struct pe_session *pe_session) in lim_update_vht_oper_assoc_resp() argument
3588 lim_get_vht_ch_width(vht_caps, vht_oper, ht_info) + 1; in lim_update_vht_oper_assoc_resp()
H A Dlim_process_sme_req_messages.c692 ht_caps.caps = vdev_mlme->proto.ht_info.ht_caps; in lim_set_ldpc_exception()
705 vdev_mlme->proto.ht_info.ht_caps = ht_caps.caps; in lim_set_ldpc_exception()
757 ht_caps.caps = vdev_mlme->proto.ht_info.ht_caps; in lim_start_bss_update_ht_vht_caps()
1507 ht_caps.caps = vdev_mlme->proto.ht_info.ht_caps; in lim_join_req_update_ht_vht_caps()
/wlan-driver/qcacld-3.0/core/sme/src/common/ !
H A Dsme_api.c7816 ht_cap_info.caps = vdev_mlme->proto.ht_info.ht_caps; in sme_get_ht_config()
7932 ht_cap_info.caps = vdev_mlme->proto.ht_info.ht_caps; in sme_update_ht_config()
7953 vdev_mlme->proto.ht_info.ht_caps = ht_cap_info.caps; in sme_update_ht_config()
10664 ht_cap_info.caps = vdev_mlme->proto.ht_info.ht_caps; in sme_vdev_ht_tx_stbc()
10667 vdev_mlme->proto.ht_info.ht_caps = ht_cap_info.caps; in sme_vdev_ht_tx_stbc()
/wlan-driver/qcacld-3.0/core/sme/src/csr/ !
H A Dcsr_api_roam.c6392 vdev_mlme->proto.ht_info.ht_caps = ht_cap.caps; in csr_setup_vdev_session()
/wlan-driver/fw-api/fw/ !
H A Dwmi_tlv_defs.h6274 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_vdev_rate_ht_info, ht_info, WMITLV_SIZE_VAR)