Searched refs:ppe_th (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_he.c | 635 hdr = (struct ppet_hdr *)&he_cap->ppet.ppe_threshold.ppe_th[0]; in wma_print_he_cap() 646 he_cap->ppet.ppe_threshold.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/ |
D | lim_utils.c | 8002 uint8_t ppe_th[WNI_CFG_HE_PPET_LEN] = {0}; in lim_set_he_caps_ppet() local 8008 qdf_mem_copy(ppe_th, mac->mlme_cfg->he_caps.he_ppet_2g, in lim_set_he_caps_ppet() 8011 qdf_mem_copy(ppe_th, mac->mlme_cfg->he_caps.he_ppet_5g, in lim_set_he_caps_ppet() 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()
|
D | lim_process_tdls.c | 1135 qdf_mem_copy(he_cap->ppet.ppe_threshold.ppe_th, ppet, in lim_tdls_populate_ppe_caps()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 7668 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; 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;
|
D | dot11f.c | 9644 DOT11F_MEMCPY(pCtx, pDst->ppet.ppe_threshold.ppe_th, pBuf, (ielen)); in dot11f_unpack_ie_eht_cap() 10345 DOT11F_MEMCPY(pCtx, pDst->ppet.ppe_threshold.ppe_th, pBuf, (ielen)); in dot11f_unpack_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() 31031 …DOT11F_MEMCPY(pCtx, pBuf, &(pSrc->ppet.ppe_threshold.ppe_th), pSrc->ppet.ppe_threshold.num_ppe_th); in dot11f_pack_ie_he_cap()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 3378 ppe_th[1..25]; 3589 ppe_th[2..62];
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
D | csr_api_roam.c | 1884 qdf_mem_copy(he_cap->ppet.ppe_threshold.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()
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 9262 uint8_t ppe_th[62]; member 10001 uint8_t ppe_th[25]; member
|