Home
last modified time | relevance | path

Searched refs:num_ppe_th (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c644 he_cap->ppet.ppe_threshold.num_ppe_th); in wma_print_he_cap()
647 he_cap->ppet.ppe_threshold.num_ppe_th); in wma_print_he_cap()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c8005 uint8_t num_ppe_th; in lim_set_he_caps_ppet() local
8016 num_ppe_th = lim_truncate_ppet(ppe_th, WNI_CFG_HE_PPET_LEN); in lim_set_he_caps_ppet()
8018 qdf_mem_copy(ie + offset, ppe_th, num_ppe_th); in lim_set_he_caps_ppet()
8020 return num_ppe_th; in lim_set_he_caps_ppet()
8035 uint8_t num_ppe_th = 0; in lim_send_he_caps_ie() local
8078 num_ppe_th = lim_set_he_caps_ppet(mac_ctx, he_caps, in lim_send_he_caps_ie()
8101 he_caps[1] + 1 + num_ppe_th); in lim_send_he_caps_ie()
8130 num_ppe_th = lim_set_he_caps_ppet(mac_ctx, he_caps, in lim_send_he_caps_ie()
8135 he_caps[1] + 1 + num_ppe_th); in lim_send_he_caps_ie()
Dlim_process_tdls.c1126 he_cap->ppet.ppe_threshold.num_ppe_th = lim_truncate_ppet(ppet, in lim_tdls_populate_ppe_caps()
1134 if (he_cap->ppet.ppe_threshold.num_ppe_th) in lim_tdls_populate_ppe_caps()
1138 he_cap->ppet.ppe_threshold.num_ppe_th = 1; in lim_tdls_populate_ppe_caps()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c7677 he_cap->ppet.ppe_threshold.num_ppe_th =
7680 he_cap->ppet.ppe_threshold.num_ppe_th = 0;
12798 he_caps.ppet.ppe_threshold.num_ppe_th =
12801 he_caps.ppet.ppe_threshold.num_ppe_th = 0;
Ddot11f.c9638 pDst->ppet.ppe_threshold.num_ppe_th = (uint8_t)(ielen); in dot11f_unpack_ie_eht_cap()
10339 pDst->ppet.ppe_threshold.num_ppe_th = (uint8_t)(ielen); in dot11f_unpack_ie_he_cap()
18816 *pnNeeded += pIe->ppet.ppe_threshold.num_ppe_th; in dot11f_get_packed_ie_eht_cap()
18848 *pnNeeded += pIe->ppet.ppe_threshold.num_ppe_th; in dot11f_get_packed_ie_he_cap()
30300 …DOT11F_MEMCPY(pCtx, pBuf, &(pSrc->ppet.ppe_threshold.ppe_th), pSrc->ppet.ppe_threshold.num_ppe_th); in dot11f_pack_ie_eht_cap()
30301 *pnConsumed += pSrc->ppet.ppe_threshold.num_ppe_th; in dot11f_pack_ie_eht_cap()
31031 …DOT11F_MEMCPY(pCtx, pBuf, &(pSrc->ppet.ppe_threshold.ppe_th), pSrc->ppet.ppe_threshold.num_ppe_th); in dot11f_pack_ie_he_cap()
31032 *pnConsumed += pSrc->ppet.ppe_threshold.num_ppe_th; in dot11f_pack_ie_he_cap()
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c1887 he_cap->ppet.ppe_threshold.num_ppe_th = in csr_update_session_he_cap()
1891 he_cap->ppet.ppe_threshold.num_ppe_th = 0; in csr_update_session_he_cap()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h9261 uint8_t num_ppe_th; member
10000 uint8_t num_ppe_th; member