Searched refs:htc_he (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_he.c | 187 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/ |
D | sir_mac_prot_def.h | 1511 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/ |
D | lim_utils.c | 7170 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()
|
D | lim_process_tdls.c | 1347 pDot11f->htc_he = uHECapInfo.he_cap.htc_he; in lim_tdls_populate_dot11f_he_caps()
|
D | lim_process_sme_req_messages.c | 1702 mlme_priv->he_config.htc_he = val; in lim_update_he_caps_htc()
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
D | wlan_mlme_api.c | 936 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/ |
D | dot11f.frms | 3265 htc_he:1;
|
/wlan-driver/qcacld-3.0/components/mlme/core/src/ |
D | wlan_mlme_main.c | 2026 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/ |
D | sme_api.c | 11246 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/ |
D | dot11f.h | 9898 uint32_t htc_he:1; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | dot11f.c | 10136 pDst->htc_he = tmp98__ >> 0 & 0x1; in dot11f_unpack_ie_he_cap() 30875 tmp218__ |= (pSrc->htc_he << 0); in dot11f_pack_ie_he_cap()
|