/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_main.c | 5684 struct wma_tgt_ht_cap *ht_cap, uint32_t value, in wma_derive_ext_ht_cap() argument 5689 if (!ht_cap) in wma_derive_ext_ht_cap() 5692 if (!qdf_mem_cmp(ht_cap, &tmp, sizeof(struct wma_tgt_ht_cap))) { in wma_derive_ext_ht_cap() 5693 ht_cap->ht_rx_stbc = (!!(value & WMI_HT_CAP_RX_STBC)); in wma_derive_ext_ht_cap() 5694 ht_cap->ht_tx_stbc = (!!(value & WMI_HT_CAP_TX_STBC)); in wma_derive_ext_ht_cap() 5695 ht_cap->mpdu_density = (!!(value & WMI_HT_CAP_MPDU_DENSITY)); in wma_derive_ext_ht_cap() 5696 ht_cap->ht_rx_ldpc = (!!(value & WMI_HT_CAP_RX_LDPC)); in wma_derive_ext_ht_cap() 5697 ht_cap->ht_sgi_20 = (!!(value & WMI_HT_CAP_HT20_SGI)); in wma_derive_ext_ht_cap() 5698 ht_cap->ht_sgi_40 = (!!(value & WMI_HT_CAP_HT40_SGI)); in wma_derive_ext_ht_cap() 5699 ht_cap->dynamic_smps = (!!(value & WMI_HT_CAP_DYNAMIC_SMPS)); in wma_derive_ext_ht_cap() [all …]
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | ieee802_11_ht.c |
|
H A D | ieee802_11.h |
|
H A D | drv_callbacks.c |
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/ |
H A D | wlan_psoc_mlme.h | 66 uint32_t ht_cap:1, member
|
/wlan-driver/qcacld-3.0/components/action_oui/dispatcher/inc/ |
H A D | wlan_action_oui_public_struct.h | 254 bool ht_cap; member
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma_tgt_cfg.h | 253 struct wma_tgt_ht_cap ht_cap; member
|
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/ |
H A D | wlan_tdls_public_structs.h | 881 struct htcap_cmn_ie ht_cap; member 1453 struct htcap_cmn_ie ht_cap; member
|
/wlan-driver/wpa_supplicant_8/src/common/ |
H A D | hw_features_common.c |
|
/wlan-driver/qcacld-3.0/components/action_oui/core/src/ |
H A D | wlan_action_oui_parse.c | 905 if (!attr->ht_cap) in check_for_vendor_ap_capabilities() 908 if (attr->ht_cap) in check_for_vendor_ap_capabilities()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_assoc_utils.h | 261 tDot11fIEHTCaps* ht_cap,
|
H A D | lim_process_tdls.c | 3141 nCfgValue = add_sta_req->ht_cap.hc_cap; in lim_tdls_populate_dot11f_ht_caps() 3190 nCfgValue = add_sta_req->ht_cap.ampdu_param; in lim_tdls_populate_dot11f_ht_caps() 3200 qdf_mem_copy(pDot11f->supportedMCSSet, add_sta_req->ht_cap.mcsset, in lim_tdls_populate_dot11f_ht_caps() 3203 nCfgValue = add_sta_req->ht_cap.extcap; in lim_tdls_populate_dot11f_ht_caps() 3211 nCfgValue = add_sta_req->ht_cap.txbf_cap; in lim_tdls_populate_dot11f_ht_caps() 3236 nCfgValue = add_sta_req->ht_cap.antenna; in lim_tdls_populate_dot11f_ht_caps() 3610 sta->ht_caps = add_sta_req->ht_cap.hc_cap; in lim_tdls_update_hash_node_info() 3712 add_sta_req->ht_cap.mcsset, in lim_tdls_update_hash_node_info()
|
H A D | lim_process_assoc_rsp_frame.c | 795 lim_update_mcs_rate_set(struct wlan_objmgr_vdev *vdev, tDot11fIEHTCaps *ht_cap) in lim_update_mcs_rate_set() argument 802 mcs_set = (uint32_t *)ht_cap->supportedMCSSet; in lim_update_mcs_rate_set()
|
H A D | lim_assoc_utils.c | 3659 tDot11fIEHTCaps* ht_cap, in lim_sta_add_bss_update_ht_parameter() argument 3664 if (!ht_cap->present) in lim_sta_add_bss_update_ht_parameter() 3667 add_bss->htCapable = ht_cap->present; in lim_sta_add_bss_update_ht_parameter() 3672 if (chan_width_support && ht_cap->supportedChannelWidthSet) in lim_sta_add_bss_update_ht_parameter()
|
H A D | lim_process_sme_req_messages.c | 466 uint16_t ht_cap = cfg_default(CFG_AP_PROTECTION_MODE); in lim_configure_ap_start_bss_session() local 482 wlan_mlme_get_ap_protection_mode(mac_ctx->psoc, &ht_cap); in lim_configure_ap_start_bss_session() 484 (void *)&ht_cap, in lim_configure_ap_start_bss_session() 792 tDot11fIEHTCaps ht_cap; in lim_save_max_mcs_idx() local 809 qdf_mem_zero(&ht_cap, sizeof(tDot11fIEHTCaps)); in lim_save_max_mcs_idx() 810 populate_dot11f_ht_caps(mac_ctx, session, &ht_cap); in lim_save_max_mcs_idx() 811 session_max_mcs_idx = lim_get_ht_max_mcs_idx(&ht_cap); in lim_save_max_mcs_idx() 1826 vendor_ap_search_attr.ht_cap = ie_struct->HTCaps.present; in lim_check_oui_and_update_session()
|
H A D | lim_utils.h | 3176 uint8_t lim_get_ht_max_mcs_idx(tDot11fIEHTCaps *ht_cap);
|
H A D | lim_utils.c | 5716 struct sHtCaps *ht_cap, in lim_populate_mcs_set_ht_per_vdev() argument 5729 if (!ht_cap->supportedMCSSet[1]) in lim_populate_mcs_set_ht_per_vdev() 5739 ht_cap->supportedMCSSet[1] = 0; in lim_populate_mcs_set_ht_per_vdev() 11250 uint8_t lim_get_ht_max_mcs_idx(tDot11fIEHTCaps *ht_cap) in lim_get_ht_max_mcs_idx() argument 11255 if (ht_cap->supportedMCSSet[0] & (1 << i)) in lim_get_ht_max_mcs_idx()
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ |
H A D | wlan_scan_utils_api.c | 747 uint16_t ht_cap = 0; in util_scan_get_phymode_5g() local 764 ht_cap = le16toh(htcap->hc_cap); in util_scan_get_phymode_5g() 766 if ((ht_cap & WLAN_HTCAP_C_CHWIDTH40) && in util_scan_get_phymode_5g() 881 uint16_t ht_cap = 0; in util_scan_get_phymode_2g() local 894 ht_cap = le16toh(htcap->hc_cap); in util_scan_get_phymode_2g() 897 if ((ht_cap & WLAN_HTCAP_C_CHWIDTH40) && in util_scan_get_phymode_2g() 900 else if ((ht_cap & WLAN_HTCAP_C_CHWIDTH40) && in util_scan_get_phymode_2g()
|
/wlan-driver/qcacld-3.0/components/tdls/core/src/ |
H A D | wlan_tdls_cmds_process.c | 510 qdf_mem_copy(&addstareq->ht_cap, in tdls_pe_update_peer() 511 &update_peer->ht_cap, in tdls_pe_update_peer() 512 sizeof(update_peer->ht_cap)); in tdls_pe_update_peer() 1156 curr_peer->spatial_streams = update_peer->ht_cap.mcsset[1]; in tdls_activate_update_peer()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | sme.c |
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_bss_scoring.c | 923 if (!phy_config->ht_cap && in cm_calculate_bandwidth() 1304 if (phy_config->ht_cap && entry->ie_list.htcap) in cm_calculate_etp_score() 1730 if (!phy_config->ht_cap && bw > 20) in cm_get_ch_width() 2567 if (phy_config->ht_cap && (entry->ie_list.htcap || in cm_calculate_bss_score() 3228 config->ht_cap, config->vht_cap, in wlan_cm_calculate_bss_score()
|
/wlan-driver/qcacld-3.0/os_if/tdls/src/ |
H A D | wlan_cfg80211_tdls.c | 533 qdf_mem_copy(&req_info->ht_cap, params->link_sta_params.ht_capa, in wlan_cfg80211_tdls_extract_params() 629 qdf_mem_copy(&req_info->ht_cap, params->ht_capa, in wlan_cfg80211_tdls_extract_params()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_cfg80211.c | 434 .ht_cap.ht_supported = 1, 435 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20 440 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K, 441 .ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16, 442 .ht_cap.mcs.rx_mask = {0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0,}, 443 .ht_cap.mcs.rx_highest = cpu_to_le16(72), 444 .ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED, 453 .ht_cap.ht_supported = 1, 454 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20 459 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K, [all …]
|
H A D | wlan_hdd_cfg.c | 2215 ieee_band->ht_cap.cap |= in hdd_update_phymode() 2218 ieee_band->ht_cap.cap &= in hdd_update_phymode()
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
H A D | csr_api_roam.c | 6344 struct wlan_ht_config ht_cap; in csr_setup_vdev_session() local 6389 ht_cap.caps = 0; in csr_setup_vdev_session() 6391 ht_cap.ht_caps = mac_ctx->mlme_cfg->ht_caps.ht_cap_info; in csr_setup_vdev_session() 6392 vdev_mlme->proto.ht_info.ht_caps = ht_cap.caps; in csr_setup_vdev_session()
|