Home
last modified time | relevance | path

Searched refs:htc_he (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c187 he_cap->htc_he = WMI_HECAP_MAC_HECTRL_GET(mac_cap[0]); in wma_convert_he_cap()
365 he_cap->htc_he = QDF_MIN(he_cap->htc_he, new_cap->htc_he); in wma_derive_ext_he_cap()
546 he_cap->htc_he, he_cap->twt_request, he_cap->twt_responder, in wma_print_he_cap()
1033 WMI_HECAP_MAC_HECTRL_SET(mac_cap[0], he_cap->htc_he); in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_mac_prot_def.h1511 uint32_t htc_he:1; member
1664 uint32_t htc_he:1; member
1743 uint32_t htc_he:1;
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c7170 peer_he->htc_he = rcvd_he->htc_he; in lim_intersect_ap_he_caps()
7173 if (session->he_config.htc_he && peer_he->htc_he) in lim_intersect_ap_he_caps()
7174 peer_he->htc_he = 1; in lim_intersect_ap_he_caps()
7176 peer_he->htc_he = 0; in lim_intersect_ap_he_caps()
7177 pe_debug("intersected htc he is: %d", peer_he->htc_he); in lim_intersect_ap_he_caps()
7181 session->he_config.htc_he, rcvd_he->htc_he, peer_he->htc_he); in lim_intersect_ap_he_caps()
7593 he_cap->htc_he, he_cap->twt_request, in lim_log_he_cap()
7847 he_cap->htc_he = dot11_cap.htc_he; in lim_set_he_caps()
Dlim_process_tdls.c1347 pDot11f->htc_he = uHECapInfo.he_cap.htc_he; in lim_tdls_populate_dot11f_he_caps()
Dlim_process_sme_req_messages.c1702 mlme_priv->he_config.htc_he = val; in lim_update_he_caps_htc()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c936 mlme_obj->cfg.he_caps.dot11_he_cap.htc_he = he_cap->htc_he; in mlme_update_tgt_he_caps_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3265 htc_he:1;
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c2026 he_caps->dot11_he_cap.htc_he = cfg_default(CFG_HE_CONTROL); in mlme_init_he_cap_in_cfg()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c11246 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.htc_he = cfg_val; in sme_update_he_htc_he_supp()
15115 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.htc_he = 0; in sme_set_he_testbed_def()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h9898 uint32_t htc_he:1; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Ddot11f.c10136 pDst->htc_he = tmp98__ >> 0 & 0x1; in dot11f_unpack_ie_he_cap()
30875 tmp218__ |= (pSrc->htc_he << 0); in dot11f_pack_ie_he_cap()