Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Dinit.c730 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7915_init_he_caps()
733 mt7915_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7915_init_he_caps()
/Linux-v5.15/net/mac80211/
Dhe.c150 memcpy(he_cap->ppe_thres, in ieee80211_he_cap_ie_to_sta_he_cap()
Ddebugfs_sta.c972 hec->ppe_thres[0]); in sta_he_capa_read()
974 ppe_size = ieee80211_he_ppe_size(hec->ppe_thres[0], cap); in sta_he_capa_read()
977 hec->ppe_thres[i]); in sta_he_capa_read()
Dutil.c2896 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_ie_len_he_cap()
2919 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_ie_build_he_cap()
2945 n = hweight8(he_cap->ppe_thres[0] & in ieee80211_ie_build_he_cap()
2947 n *= (1 + ((he_cap->ppe_thres[0] & IEEE80211_PPE_THRES_NSS_MASK) >> in ieee80211_ie_build_he_cap()
2958 memcpy(pos, &he_cap->ppe_thres, n); in ieee80211_ie_build_he_cap()
Dmlme.c659 ieee80211_he_ppe_size(he_cap->ppe_thres[0], in ieee80211_add_he_ie()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/
Dmain.c137 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7921_init_he_caps()
140 mt7921_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7921_init_he_caps()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c620 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
675 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
/Linux-v5.15/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h1671 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
Dcommands.c1302 memcpy(iftype_data->he_cap.ppe_thres, qlink_data->ppe_thres, in qtnf_cmd_conv_iftype()
1303 ARRAY_SIZE(qlink_data->ppe_thres)); in qtnf_cmd_conv_iftype()
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dmac.c1360 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he()
1363 (he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he()
1376 val |= ((he_cap->ppe_thres[bit / 8] >> in ath11k_peer_assoc_h_he()
4037 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in ath11k_mac_copy_he_cap()
4041 he_cap->ppe_thres); in ath11k_mac_copy_he_cap()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c2083 u8 nss = (sta->he_cap.ppe_thres[0] & in iwl_mvm_cfg_he_sta()
2086 (sta->he_cap.ppe_thres[0] & in iwl_mvm_cfg_he_sta()
2089 u8 *ppe = &sta->he_cap.ppe_thres[0]; in iwl_mvm_cfg_he_sta()
/Linux-v5.15/include/net/
Dcfg80211.h360 u8 ppe_thres[IEEE80211_HE_PPE_THRES_MAX_LEN]; member
/Linux-v5.15/net/wireless/
Dnl80211.c1728 sizeof(he_cap->ppe_thres), he_cap->ppe_thres)) in nl80211_send_iftype_data()