Home
last modified time | relevance | path

Searched refs:nsts (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_vht.c24 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() argument
54 if (nsts != 0) { in hostapd_eid_vht_capabilities()
63 host_to_le32(nsts << VHT_CAP_BEAMFORMEE_STS_OFFSET); in hostapd_eid_vht_capabilities()
H A Dieee802_11.h63 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
H A Dieee802_11.c4958 u32 nsts = 0, sta_nsts; in send_assoc_resp() local
4963 nsts = (hapd->iface->conf->vht_capab >> in send_assoc_resp()
4969 if (nsts < sta_nsts) in send_assoc_resp()
4970 nsts = 0; in send_assoc_resp()
4972 nsts = sta_nsts; in send_assoc_resp()
4974 p = hostapd_eid_vht_capabilities(hapd, p, nsts); in send_assoc_resp()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhal_rx.c1024 u32 nsts; in ath11k_hal_rx_parse_mon_status_tlv() local
1048 nsts = FIELD_GET(HAL_RX_VHT_SIG_A_INFO_INFO0_NSTS, info0); in ath11k_hal_rx_parse_mon_status_tlv()
1049 if (ppdu_info->is_stbc && nsts > 0) in ath11k_hal_rx_parse_mon_status_tlv()
1050 nsts = ((nsts + 1) >> 1) - 1; in ath11k_hal_rx_parse_mon_status_tlv()
1052 ppdu_info->nss = (nsts & VHT_SIG_SU_NSS_MASK) + 1; in ath11k_hal_rx_parse_mon_status_tlv()
H A Dmac.c5458 int nsts; in ath11k_mac_set_txbf_conf() local
5464 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_mac_set_txbf_conf()
5465 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_mac_set_txbf_conf()
5466 if (nsts > (ar->num_rx_chains - 1)) in ath11k_mac_set_txbf_conf()
5467 nsts = ar->num_rx_chains - 1; in ath11k_mac_set_txbf_conf()
5468 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath11k_mac_set_txbf_conf()
5508 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local
5535 nsts = (*vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK); in ath11k_set_vht_txbf_cap()
5536 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_set_vht_txbf_cap()
5551 if (nsts > (ar->num_rx_chains - 1)) in ath11k_set_vht_txbf_cap()
[all …]
H A Ddebugfs_htt_stats.h490 u32 nsts; member
1340 u32 nsts; member
H A Ddebugfs_htt_stats.c835 htt_stats_buf->nsts); in htt_print_rx_peer_rate_stats_tlv()
2895 htt_stats_buf->nsts); in htt_print_rx_pdev_rate_stats_tlv()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_mon.c86 u32 nsts, group_id, info0, info1; in ath12k_dp_mon_parse_vht_sig_a() local
106 nsts = u32_get_bits(info0, HAL_RX_VHT_SIG_A_INFO_INFO0_NSTS); in ath12k_dp_mon_parse_vht_sig_a()
107 if (ppdu_info->is_stbc && nsts > 0) in ath12k_dp_mon_parse_vht_sig_a()
108 nsts = ((nsts + 1) >> 1) - 1; in ath12k_dp_mon_parse_vht_sig_a()
110 ppdu_info->nss = u32_get_bits(nsts, VHT_SIG_SU_NSS_MASK); in ath12k_dp_mon_parse_vht_sig_a()
H A Dmac.c4139 int nsts; in ath12k_mac_set_txbf_conf() local
4145 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath12k_mac_set_txbf_conf()
4146 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath12k_mac_set_txbf_conf()
4147 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath12k_mac_set_txbf_conf()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.h159 u8 nsts; member
H A Dmcu.c3642 rate->nss = res->nsts + 1; in mt7915_mcu_get_rx_rate()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h142 u8 nsts; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c4844 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts() local
4846 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath10k_mac_get_vht_cap_bf_sts()
4847 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath10k_mac_get_vht_cap_bf_sts()
4853 if (nsts == 0) in ath10k_mac_get_vht_cap_bf_sts()
4856 return nsts; in ath10k_mac_get_vht_cap_bf_sts()
5472 int nsts; in ath10k_mac_set_txbf_conf() local
5478 nsts = ath10k_mac_get_vht_cap_bf_sts(ar); in ath10k_mac_set_txbf_conf()
5481 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath10k_mac_set_txbf_conf()