Searched refs:ppe_thres (Results 1 – 5 of 5) sorted by relevance
| /linux/net/mac80211/ |
| H A D | util.c | 2585 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_ie_len_he_cap() 2662 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_put_he_cap() 2686 n = hweight8(he_cap->ppe_thres[0] & in ieee80211_put_he_cap() 2688 n *= (1 + ((he_cap->ppe_thres[0] & IEEE80211_PPE_THRES_NSS_MASK) >> in ieee80211_put_he_cap() 2699 skb_put_data(skb, &he_cap->ppe_thres, n); in ieee80211_put_he_cap()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | qlink.h | 1676 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
|
| H A D | commands.c | 1301 memcpy(iftype_data->he_cap.ppe_thres, qlink_data->ppe_thres, in qtnf_cmd_conv_iftype() 1302 ARRAY_SIZE(qlink_data->ppe_thres)); in qtnf_cmd_conv_iftype()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 2706 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath12k_peer_assoc_h_he() 2709 (he_cap->ppe_thres[0] & in ath12k_peer_assoc_h_he() 2722 val |= ((he_cap->ppe_thres[bit / 8] >> in ath12k_peer_assoc_h_he() 3298 static void ath12k_mac_set_eht_ppe_threshold(const u8 *ppe_thres, in ath12k_mac_set_eht_ppe_threshold() argument 3305 ppet->numss_m1 = u8_get_bits(ppe_thres[0], IEEE80211_EHT_PPE_THRES_NSS_MASK); in ath12k_mac_set_eht_ppe_threshold() 3306 ppet->ru_bit_mask = u16_get_bits(get_unaligned_le16(ppe_thres), in ath12k_mac_set_eht_ppe_threshold() 3318 val |= (((ppe_thres[bit_pos / 8] >> in ath12k_mac_set_eht_ppe_threshold() 8696 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in ath12k_mac_copy_he_cap() 8699 ath12k_gen_ppe_thresh(&band_cap->he_ppet, he_cap->ppe_thres); in ath12k_mac_copy_he_cap()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 2137 sizeof(he_cap->ppe_thres), he_cap->ppe_thres)) in nl80211_send_iftype_data() 2858 sizeof(he_cap->ppe_thres), he_cap->ppe_thres)) in nl80211_put_nan_phy_cap()
|