Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c129 struct ppe_threshold *ppet_1; in wma_convert_he_ppet()
635 hdr = (struct ppet_hdr *)&he_cap->ppet.ppe_threshold.ppe_th[0]; in wma_print_he_cap()
644 he_cap->ppet.ppe_threshold.num_ppe_th); in wma_print_he_cap()
646 he_cap->ppet.ppe_threshold.ppe_th, in wma_print_he_cap()
647 he_cap->ppet.ppe_threshold.num_ppe_th); in wma_print_he_cap()
1234 wma_parse_he_ppet(he_cap->ppet.ppe_threshold.ppe_th, &peer->peer_ppet); in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
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()
1135 qdf_mem_copy(he_cap->ppet.ppe_threshold.ppe_th, ppet, 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.c7668 qdf_mem_copy(he_cap->ppet.ppe_threshold.ppe_th,
7672 qdf_mem_copy(he_cap->ppet.ppe_threshold.ppe_th,
7676 ppet = he_cap->ppet.ppe_threshold.ppe_th;
7677 he_cap->ppet.ppe_threshold.num_ppe_th =
7680 he_cap->ppet.ppe_threshold.num_ppe_th = 0;
12789 qdf_mem_copy(he_caps.ppet.ppe_threshold.ppe_th,
12793 qdf_mem_copy(he_caps.ppet.ppe_threshold.ppe_th,
12797 ppet = he_caps.ppet.ppe_threshold.ppe_th;
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()
9644 DOT11F_MEMCPY(pCtx, pDst->ppet.ppe_threshold.ppe_th, pBuf, (ielen)); in dot11f_unpack_ie_eht_cap()
10339 pDst->ppet.ppe_threshold.num_ppe_th = (uint8_t)(ielen); in dot11f_unpack_ie_he_cap()
10345 DOT11F_MEMCPY(pCtx, pDst->ppet.ppe_threshold.ppe_th, pBuf, (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.c1884 qdf_mem_copy(he_cap->ppet.ppe_threshold.ppe_th, in csr_update_session_he_cap()
1887 he_cap->ppet.ppe_threshold.num_ppe_th = in csr_update_session_he_cap()
1888 lim_truncate_ppet(he_cap->ppet.ppe_threshold.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/cfg/cfgUtil/
Ddot11f.frms3376 ppe_threshold (ppet_present IS 1)
3587 ppe_threshold (ppet_present IS 1)
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h9263 } ppe_threshold; /* ppet_present = 1 */ member
10002 } ppe_threshold; /* ppet_present = 1 */ member