Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c8741 struct sir_set_ht_vht_cfg *ht_vht_cfg; in lim_process_set_pdev_IEs() local
8743 ht_vht_cfg = (struct sir_set_ht_vht_cfg *)msg_buf; in lim_process_set_pdev_IEs()
8745 if (!ht_vht_cfg) { in lim_process_set_pdev_IEs()
8751 ht_vht_cfg->nss); in lim_process_set_pdev_IEs()
8752 lim_set_pdev_ht_ie(mac_ctx, ht_vht_cfg->pdev_id, ht_vht_cfg->nss); in lim_process_set_pdev_IEs()
8754 if (IS_DOT11_MODE_VHT(ht_vht_cfg->dot11mode)) in lim_process_set_pdev_IEs()
8755 lim_set_pdev_vht_ie(mac_ctx, ht_vht_cfg->pdev_id, in lim_process_set_pdev_IEs()
8756 ht_vht_cfg->nss); in lim_process_set_pdev_IEs()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c12782 struct sir_set_ht_vht_cfg *ht_vht_cfg; in sme_set_pdev_ht_vht_ies() local
12799 ht_vht_cfg = qdf_mem_malloc(sizeof(*ht_vht_cfg)); in sme_set_pdev_ht_vht_ies()
12800 if (!ht_vht_cfg) { in sme_set_pdev_ht_vht_ies()
12805 ht_vht_cfg->pdev_id = 0; in sme_set_pdev_ht_vht_ies()
12807 ht_vht_cfg->nss = 2; in sme_set_pdev_ht_vht_ies()
12809 ht_vht_cfg->nss = 1; in sme_set_pdev_ht_vht_ies()
12810 ht_vht_cfg->dot11mode = in sme_set_pdev_ht_vht_ies()
12814 ht_vht_cfg->msg_type = eWNI_SME_PDEV_SET_HT_VHT_IE; in sme_set_pdev_ht_vht_ies()
12815 ht_vht_cfg->len = sizeof(*ht_vht_cfg); in sme_set_pdev_ht_vht_ies()
12817 ht_vht_cfg->nss, in sme_set_pdev_ht_vht_ies()
[all …]