Home
last modified time | relevance | path

Searched refs:eht_ppe_thres (Results 1 – 6 of 6) sorted by relevance

/linux/net/mac80211/
H A Deht.c54 if (eht_ppe_size > sizeof(eht_cap->eht_ppe_thres)) in ieee80211_eht_cap_ie_to_sta_eht_cap()
71 memcpy(eht_cap->eht_ppe_thres, in ieee80211_eht_cap_ie_to_sta_eht_cap()
H A Ddebugfs_sta.c1208 u8 ppe_size = ieee80211_eht_ppe_size(bec->eht_ppe_thres[0], cap); in link_sta_eht_capa_read()
1213 bec->eht_ppe_thres[i]); in link_sta_eht_capa_read()
H A Dutil.c4513 ieee80211_eht_ppe_size(eht_cap->eht_ppe_thres[0], in ieee80211_put_eht_cap()
4578 ppet_len = ieee80211_eht_ppe_size(eht_cap->eht_ppe_thres[0],
4606 skb_put_data(skb, &eht_cap->eht_ppe_thres, ppet_len); in ieee80211_clear_tpe()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c3391 eht_cap->eht_ppe_thres[0] != 0) in ath12k_peer_assoc_h_eht()
3392 ath12k_mac_set_eht_ppe_threshold(eht_cap->eht_ppe_thres, in ath12k_peer_assoc_h_eht()
8738 u8p_replace_bits(&cap->eht_ppe_thres[0], fw_ppet->numss_m1, in ath12k_mac_copy_eht_ppe_thresh()
8741 u16p_replace_bits((u16 *)&cap->eht_ppe_thres[0], fw_ppet->ru_bit_mask, in ath12k_mac_copy_eht_ppe_thresh()
8758 cap->eht_ppe_thres[bit / 8] |= in ath12k_mac_copy_eht_ppe_thresh()
/linux/include/net/
H A Dcfg80211.h428 * @eht_ppe_thres: Holds the PPE Thresholds data.
434 u8 eht_ppe_thres[IEEE80211_EHT_PPE_THRES_MAX_LEN];
431 u8 eht_ppe_thres[IEEE80211_EHT_PPE_THRES_MAX_LEN]; global() member
/linux/net/wireless/
H A Dnl80211.c2142 ppe_thres_hdr = get_unaligned_le16(&eht_cap->eht_ppe_thres[0]); in nl80211_send_band_rateinfo()
2156 ppe_thresh_size, eht_cap->eht_ppe_thres)) in nl80211_send_mgmt_stypes()