Searched refs:eht_ppe_thres (Results 1 – 9 of 9) sorted by relevance
| /linux/net/mac80211/ |
| H A D | eht.c | 54 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 D | util.c | 4437 ieee80211_eht_ppe_size(eht_cap->eht_ppe_thres[0], in ieee80211_ie_len_eht_cap() 4502 ppet_len = ieee80211_eht_ppe_size(eht_cap->eht_ppe_thres[0], in ieee80211_put_eht_cap() 4530 skb_put_data(skb, &eht_cap->eht_ppe_thres, ppet_len); in ieee80211_put_eht_cap()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | sta.c | 299 u8 nss = (link_sta->eht_cap.eht_ppe_thres[0] & in iwl_mld_fill_pkt_ext() 301 u8 *ppe = &link_sta->eht_cap.eht_ppe_thres[0]; in iwl_mld_fill_pkt_ext()
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 689 .eht_ppe_thres = {0xc1, 0x0e, 0xe0 } 787 .eht_ppe_thres = {0xc1, 0x0e, 0xe0 }
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mac80211.c | 2294 u8 nss = (link_sta->eht_cap.eht_ppe_thres[0] & in iwl_mvm_set_sta_pkt_ext() 2296 u8 *ppe = &link_sta->eht_cap.eht_ppe_thres[0]; in iwl_mvm_set_sta_pkt_ext()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 3384 eht_cap->eht_ppe_thres[0] != 0) in ath12k_peer_assoc_h_eht() 3385 ath12k_mac_set_eht_ppe_threshold(eht_cap->eht_ppe_thres, in ath12k_peer_assoc_h_eht() 8717 u8p_replace_bits(&cap->eht_ppe_thres[0], fw_ppet->numss_m1, in ath12k_mac_copy_eht_ppe_thresh() 8720 u16p_replace_bits((u16 *)&cap->eht_ppe_thres[0], fw_ppet->ru_bit_mask, in ath12k_mac_copy_eht_ppe_thresh() 8737 cap->eht_ppe_thres[bit / 8] |= in ath12k_mac_copy_eht_ppe_thresh()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 431 u8 eht_ppe_thres[IEEE80211_EHT_PPE_THRES_MAX_LEN]; member
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 3913 ppe_thres_hdr = get_unaligned_le16(link_sta->eht_cap.eht_ppe_thres); in __get_sta_eht_pkt_padding() 3930 ppe = get_unaligned_le16(link_sta->eht_cap.eht_ppe_thres + idx); in __get_sta_eht_pkt_padding()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 2005 ppe_thres_hdr = get_unaligned_le16(&eht_cap->eht_ppe_thres[0]); in nl80211_send_iftype_data() 2019 ppe_thresh_size, eht_cap->eht_ppe_thres)) in nl80211_send_iftype_data()
|