Home
last modified time | relevance | path

Searched refs:ht_cap_info (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_wlan_util.c797 unsigned short ht_cap_info; in rtw_check_bcn_info() local
839 ht_cap_info = le16_to_cpu(ht_cap->cap_info); in rtw_check_bcn_info()
841 ht_cap_info = 0; in rtw_check_bcn_info()
851 if (ht_cap_info != cur_network->BcnInfo.ht_cap_info || in rtw_check_bcn_info()
853 DBG_88E("%s bcn now: ht_cap_info:%x ht_info_infos_0:%x\n", __func__, in rtw_check_bcn_info()
854 ht_cap_info, ht_info_infos_0); in rtw_check_bcn_info()
855 DBG_88E("%s bcn link: ht_cap_info:%x ht_info_infos_0:%x\n", __func__, in rtw_check_bcn_info()
856 cur_network->BcnInfo.ht_cap_info, cur_network->BcnInfo.ht_info_infos_0); in rtw_check_bcn_info()
859 cur_network->BcnInfo.ht_cap_info in rtw_check_bcn_info()
[all...]
H A Drtw_ieee80211.c1003 pnetwork->BcnInfo.ht_cap_info = le16_to_cpu(ht_cap->cap_info); in rtw_get_bcn_info()
1005 pnetwork->BcnInfo.ht_cap_info = 0; in rtw_get_bcn_info()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcoredump.h66 __le32 ht_cap_info; member
H A Dmac.c4736 if (!(ar->ht_cap_info & WMI_HT_CAP_ENABLED)) in ath10k_get_ht_cap()
4747 if (ar->ht_cap_info & WMI_HT_CAP_HT20_SGI) in ath10k_get_ht_cap()
4750 if (ar->ht_cap_info & WMI_HT_CAP_HT40_SGI) in ath10k_get_ht_cap()
4753 if (ar->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) { in ath10k_get_ht_cap()
4762 if (ar->ht_cap_info & WMI_HT_CAP_TX_STBC && (ar->cfg_tx_chainmask > 1)) in ath10k_get_ht_cap()
4765 if (ar->ht_cap_info & WMI_HT_CAP_RX_STBC) { in ath10k_get_ht_cap()
4768 stbc = ar->ht_cap_info; in ath10k_get_ht_cap()
4777 if (ar->ht_cap_info & WMI_HT_CAP_LDPC || (ar->ht_cap_info & in ath10k_get_ht_cap()
4778 WMI_HT_CAP_RX_LDPC && (ar->ht_cap_info in ath10k_get_ht_cap()
[all...]
H A Dcore.h1019 u32 ht_cap_info; member
H A Dcoredump.c1537 dump_data->ht_cap_info = cpu_to_le32(ar->ht_cap_info); in ath10k_coredump_build()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c1238 unsigned short ht_cap_info; in rtw_check_bcn_info() local
1286 ht_cap_info = le16_to_cpu(pht_cap->cap_info); in rtw_check_bcn_info()
1288 ht_cap_info = 0; in rtw_check_bcn_info()
1298 if (ht_cap_info != cur_network->BcnInfo.ht_cap_info || in rtw_check_bcn_info()
1300 DBG_871X("%s bcn now: ht_cap_info:%x ht_info_infos_0:%x\n", __func__, in rtw_check_bcn_info()
1301 ht_cap_info, ht_info_infos_0); in rtw_check_bcn_info()
1302 DBG_871X("%s bcn link: ht_cap_info:%x ht_info_infos_0:%x\n", __func__, in rtw_check_bcn_info()
1303 cur_network->BcnInfo.ht_cap_info, cur_network->BcnInfo.ht_info_infos_0); in rtw_check_bcn_info()
1307 cur_network->BcnInfo.ht_cap_info in rtw_check_bcn_info()
[all...]
H A Drtw_ieee80211.c1218 pnetwork->BcnInfo.ht_cap_info = le16_to_cpu(pht_cap->cap_info); in rtw_get_bcn_info()
1220 pnetwork->BcnInfo.ht_cap_info = 0; in rtw_get_bcn_info()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Dwlan_bssdef.h169 unsigned short ht_cap_info; member
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Dwlan_bssdef.h149 unsigned short ht_cap_info; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcoredump.h66 __le32 ht_cap_info; member
H A Dmac.c4927 if (!(ar->ht_cap_info & WMI_HT_CAP_ENABLED)) in ath10k_get_ht_cap()
4938 if (ar->ht_cap_info & WMI_HT_CAP_HT20_SGI) in ath10k_get_ht_cap()
4941 if (ar->ht_cap_info & WMI_HT_CAP_HT40_SGI) in ath10k_get_ht_cap()
4944 if (ar->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) { in ath10k_get_ht_cap()
4953 if (ar->ht_cap_info & WMI_HT_CAP_TX_STBC && (ar->cfg_tx_chainmask > 1)) in ath10k_get_ht_cap()
4956 if (ar->ht_cap_info & WMI_HT_CAP_RX_STBC) { in ath10k_get_ht_cap()
4959 stbc = ar->ht_cap_info; in ath10k_get_ht_cap()
4968 if (ar->ht_cap_info & WMI_HT_CAP_LDPC || (ar->ht_cap_info & in ath10k_get_ht_cap()
4969 WMI_HT_CAP_RX_LDPC && (ar->ht_cap_info in ath10k_get_ht_cap()
[all...]
H A Dcore.h1035 u32 ht_cap_info; member
H A Dcoredump.c1542 dump_data->ht_cap_info = cpu_to_le32(ar->ht_cap_info); in ath10k_coredump_build()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Dwlan_bssdef.h200 unsigned short ht_cap_info; member
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c1163 unsigned short ht_cap_info; in rtw_check_bcn_info() local
1204 ht_cap_info = le16_to_cpu(pht_cap->cap_info); in rtw_check_bcn_info()
1206 ht_cap_info = 0; in rtw_check_bcn_info()
1216 if (ht_cap_info != cur_network->bcn_info.ht_cap_info || in rtw_check_bcn_info()
1220 cur_network->bcn_info.ht_cap_info = ht_cap_info; in rtw_check_bcn_info()
H A Drtw_ieee80211.c1067 pnetwork->bcn_info.ht_cap_info = le16_to_cpu(pht_cap->cap_info); in rtw_get_bcn_info()
1069 pnetwork->bcn_info.ht_cap_info = 0; in rtw_get_bcn_info()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dcore.h445 u32 ht_cap_info; member
567 u32 ht_cap_info; member
H A Dmac.c3559 u32 *ht_cap_info) in ath11k_mac_setup_ht_vht_cap()
3571 ht_cap = cap->band[NL80211_BAND_2GHZ].ht_cap_info; in ath11k_mac_setup_ht_vht_cap()
3572 if (ht_cap_info) in ath11k_mac_setup_ht_vht_cap()
3573 *ht_cap_info = ht_cap; in ath11k_mac_setup_ht_vht_cap()
3580 ht_cap = cap->band[NL80211_BAND_5GHZ].ht_cap_info; in ath11k_mac_setup_ht_vht_cap()
3581 if (ht_cap_info) in ath11k_mac_setup_ht_vht_cap()
3582 *ht_cap_info = ht_cap; in ath11k_mac_setup_ht_vht_cap()
3705 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath11k_mac_setup_he_6ghz_cap()
5710 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath11k_mac_op_set_bitrate_mask()
3557 ath11k_mac_setup_ht_vht_cap(struct ath11k *ar, struct ath11k_pdev_cap *cap, u32 *ht_cap_info) ath11k_mac_setup_ht_vht_cap() argument
H A Dwmi.c378 cap_band->ht_cap_info = mac_phy_caps->ht_cap_info_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
392 cap_band->ht_cap_info = mac_phy_caps->ht_cap_info_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
404 cap_band->ht_cap_info = mac_phy_caps->ht_cap_info_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
463 cap->ht_cap_info = ev->ht_cap_info; in ath11k_pull_service_ready_tlv()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dcore.h456 u32 ht_cap_info; member
578 u32 ht_cap_info; member
H A Dmac.c4267 u32 *ht_cap_info) in ath12k_mac_setup_ht_vht_cap()
4279 ht_cap = cap->band[NL80211_BAND_2GHZ].ht_cap_info; in ath12k_mac_setup_ht_vht_cap()
4280 if (ht_cap_info) in ath12k_mac_setup_ht_vht_cap()
4281 *ht_cap_info = ht_cap; in ath12k_mac_setup_ht_vht_cap()
4290 ht_cap = cap->band[NL80211_BAND_5GHZ].ht_cap_info; in ath12k_mac_setup_ht_vht_cap()
4291 if (ht_cap_info) in ath12k_mac_setup_ht_vht_cap()
4292 *ht_cap_info = ht_cap; in ath12k_mac_setup_ht_vht_cap()
4415 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath12k_mac_setup_he_6ghz_cap()
6633 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath12k_mac_op_set_bitrate_mask()
4265 ath12k_mac_setup_ht_vht_cap(struct ath12k *ar, struct ath12k_pdev_cap *cap, u32 *ht_cap_info) ath12k_mac_setup_ht_vht_cap() argument
H A Dwmi.c538 cap_band->ht_cap_info = le32_to_cpu(mac_caps->ht_cap_info_2g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
559 cap_band->ht_cap_info = le32_to_cpu(mac_caps->ht_cap_info_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
577 cap_band->ht_cap_info = le32_to_cpu(mac_caps->ht_cap_info_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
643 cap->ht_cap_info = le32_to_cpu(ev->ht_cap_info); in ath12k_pull_service_ready_tlv()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dcore.h745 u32 ht_cap_info; member
H A Dmac.c5607 u32 *ht_cap_info) in ath11k_mac_setup_ht_vht_cap()
5619 ht_cap = cap->band[NL80211_BAND_2GHZ].ht_cap_info; in ath11k_mac_setup_ht_vht_cap()
5620 if (ht_cap_info) in ath11k_mac_setup_ht_vht_cap()
5621 *ht_cap_info = ht_cap; in ath11k_mac_setup_ht_vht_cap()
5630 ht_cap = cap->band[NL80211_BAND_5GHZ].ht_cap_info; in ath11k_mac_setup_ht_vht_cap()
5631 if (ht_cap_info) in ath11k_mac_setup_ht_vht_cap()
5632 *ht_cap_info = ht_cap; in ath11k_mac_setup_ht_vht_cap()
5755 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath11k_mac_setup_he_6ghz_cap()
8342 ldpc = !!(cap->band[band].ht_cap_info & WMI_HT_CAP_TX_LDPC); in ath11k_mac_op_set_bitrate_mask()
5605 ath11k_mac_setup_ht_vht_cap(struct ath11k *ar, struct ath11k_pdev_cap *cap, u32 *ht_cap_info) ath11k_mac_setup_ht_vht_cap() argument

Completed in 91 milliseconds

12