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.c107 ppet_size = ieee80211_he_ppet_size(he_capab->ppet[0], in hostapd_eid_he_capab()
128 os_memcpy(epos, he_capab->ppet, ppet_size); in hostapd_eid_he_capab()
H A Dieee802_11_eht.c111 len += ieee80211_eht_ppet_size(WPA_GET_LE16(&eht_cap->ppet[0]), in hostapd_eid_eht_capab_len()
171 WPA_GET_LE16(&eht_cap->ppet[0]), in hostapd_eid_eht_capab()
174 os_memcpy(pos, eht_cap->ppet, ppe_thresh_len); in hostapd_eid_eht_capab()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1126 os_memcpy(capa->nan_capa.he_capab.ppet, in wiphy_info_nan_capa_handler()
2464 if (len > sizeof(he_capab->ppet)) in phy_info_iftype_copy()
2465 len = sizeof(he_capab->ppet); in phy_info_iftype_copy()
2466 os_memcpy(&he_capab->ppet, in phy_info_iftype_copy()
2510 if (len > sizeof(eht_capab->ppet)) in phy_info_iftype_copy()
2511 len = sizeof(eht_capab->ppet); in phy_info_iftype_copy()
2512 os_memcpy(&eht_capab->ppet, in phy_info_iftype_copy()
H A Ddriver.h207 u8 ppet[HE_MAX_PPET_CAPAB_SIZE]; member
217 u8 ppet[EHT_PPE_THRESH_CAPAB_LEN]; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c47 struct ath12k_wmi_ppe_threshold_arg ppet; member
398 arg->ppet.numss_m1 = le32_to_cpu(ev->ppet.numss_m1); in ath12k_pull_svc_ready_ext()
399 arg->ppet.ru_bit_mask = le32_to_cpu(ev->ppet.ru_info); in ath12k_pull_svc_ready_ext()
402 arg->ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_svc_ready_ext()
403 le32_to_cpu(ev->ppet.ppet16_ppet8_ru3_ru0[i]); in ath12k_pull_svc_ready_ext()
5229 const struct ath12k_wmi_ppe_threshold_params *ppet, in ath12k_wmi_eht_caps_parse() argument
5256 cap_band->eht_ppet.numss_m1 = le32_to_cpu(ppet->numss_m1); in ath12k_wmi_eht_caps_parse()
5257 cap_band->eht_ppet.ru_bit_mask = le32_to_cpu(ppet->ru_info); in ath12k_wmi_eht_caps_parse()
5260 le32_to_cpu(ppet->ppet16_ppet8_ru3_ru0[i]); in ath12k_wmi_eht_caps_parse()
H A Dmac.c3292 struct ath12k_wmi_ppe_threshold_arg *ppet) in ath12k_mac_set_eht_ppe_threshold() argument
3298 ppet->numss_m1 = u8_get_bits(ppe_thres[0], IEEE80211_EHT_PPE_THRES_NSS_MASK); in ath12k_mac_set_eht_ppe_threshold()
3299 ppet->ru_bit_mask = u16_get_bits(get_unaligned_le16(ppe_thres), in ath12k_mac_set_eht_ppe_threshold()
3302 for (nss = 0; nss <= ppet->numss_m1; nss++) { in ath12k_mac_set_eht_ppe_threshold()
3306 if ((ppet->ru_bit_mask & BIT(ru)) == 0) in ath12k_mac_set_eht_ppe_threshold()
3315 ppet->ppet16_ppet8_ru3_ru0[nss] |= in ath12k_mac_set_eht_ppe_threshold()
H A Dwmi.h2666 struct ath12k_wmi_ppe_threshold_params ppet; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h2257 struct ath11k_ppe_threshold ppet; member
2479 struct wmi_ppe_threshold ppet; member
H A Dwmi.c389 memcpy(&param->ppet, &ev->ppet, sizeof(param->ppet)); in ath11k_pull_svc_ready_ext()