Home
last modified time | relevance | path

Searched refs:ppet (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_he.c102 ppet_size = ieee80211_he_ppet_size(mode->he_capab[opmode].ppet[0], in hostapd_eid_he_capab()
140 mode->he_capab[opmode].ppet, ppet_size); in hostapd_eid_he_capab()
H A Dieee802_11_eht.c128 len += ieee80211_eht_ppet_size(WPA_GET_LE16(&eht_cap->ppet[0]), in hostapd_eid_eht_capab_len()
189 WPA_GET_LE16(&eht_cap->ppet[0]), in hostapd_eid_eht_capab()
192 os_memcpy(pos, eht_cap->ppet, ppe_thresh_len); in hostapd_eid_eht_capab()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1968 if (len > sizeof(he_capab->ppet)) in phy_info_iftype_copy()
1969 len = sizeof(he_capab->ppet); in phy_info_iftype_copy()
1970 os_memcpy(&he_capab->ppet, in phy_info_iftype_copy()
2016 if (len > sizeof(eht_capab->ppet)) in phy_info_iftype_copy()
2017 len = sizeof(eht_capab->ppet); in phy_info_iftype_copy()
2018 os_memcpy(&eht_capab->ppet, in phy_info_iftype_copy()
H A Ddriver.h195 u8 ppet[HE_MAX_PPET_CAPAB_SIZE]; member
205 u8 ppet[EHT_PPE_THRESH_CAPAB_LEN]; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c35 struct ath12k_wmi_ppe_threshold_arg ppet; member
458 arg->ppet.numss_m1 = le32_to_cpu(ev->ppet.numss_m1); in ath12k_pull_svc_ready_ext()
459 arg->ppet.ru_bit_mask = le32_to_cpu(ev->ppet.ru_info); in ath12k_pull_svc_ready_ext()
462 arg->ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_svc_ready_ext()
463 le32_to_cpu(ev->ppet.ppet16_ppet8_ru3_ru0[i]); in ath12k_pull_svc_ready_ext()
4346 const struct ath12k_wmi_ppe_threshold_params *ppet, in ath12k_wmi_eht_caps_parse() argument
4365 cap_band->eht_ppet.numss_m1 = le32_to_cpu(ppet->numss_m1); in ath12k_wmi_eht_caps_parse()
4366 cap_band->eht_ppet.ru_bit_mask = le32_to_cpu(ppet->ru_info); in ath12k_wmi_eht_caps_parse()
4369 le32_to_cpu(ppet->ppet16_ppet8_ru3_ru0[i]); in ath12k_wmi_eht_caps_parse()
H A Dmac.c2105 struct ath12k_wmi_ppe_threshold_arg *ppet) in ath12k_mac_set_eht_ppe_threshold() argument
2111 ppet->numss_m1 = u8_get_bits(ppe_thres[0], IEEE80211_EHT_PPE_THRES_NSS_MASK); in ath12k_mac_set_eht_ppe_threshold()
2112 ppet->ru_bit_mask = u16_get_bits(get_unaligned_le16(ppe_thres), in ath12k_mac_set_eht_ppe_threshold()
2115 for (nss = 0; nss <= ppet->numss_m1; nss++) { in ath12k_mac_set_eht_ppe_threshold()
2119 if ((ppet->ru_bit_mask & BIT(ru)) == 0) in ath12k_mac_set_eht_ppe_threshold()
2128 ppet->ppet16_ppet8_ru3_ru0[nss] |= in ath12k_mac_set_eht_ppe_threshold()
H A Dwmi.h2515 struct ath12k_wmi_ppe_threshold_params ppet; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h2232 struct ath11k_ppe_threshold ppet; member
2454 struct wmi_ppe_threshold ppet; member
H A Dwmi.c384 memcpy(&param->ppet, &ev->ppet, sizeof(param->ppet)); in ath11k_pull_svc_ready_ext()