Home
last modified time | relevance | path

Searched refs:chan_width_0 (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c236 he_cap->chan_width_0 = HE_CH_WIDTH_GET_BIT(chan_width, 0); in wma_convert_he_cap()
424 he_cap->chan_width_0 = he_cap->chan_width_0 | new_cap->chan_width_0; in wma_derive_ext_he_cap()
576 chan_width = HE_CH_WIDTH_COMBINE(he_cap->chan_width_0, in wma_print_he_cap()
1081 chan_width = HE_CH_WIDTH_COMBINE(he_cap->chan_width_0, in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_prop_exts_utils.c270 session->he_config.chan_width_0 = 0; in lim_update_he_bw_cap_mcs()
288 session->he_config.chan_width_0 = 0; in lim_update_he_bw_cap_mcs()
Dlim_process_tdls.c1055 heCap->chan_width_0 = 1; in lim_fill_session_he_width()
1069 heCap->chan_width_0 = 0; in lim_fill_session_he_width()
1383 pDot11f->chan_width_0 = HE_CH_WIDTH_GET_BIT(chan_width, 0); in lim_tdls_populate_dot11f_he_caps()
1476 he_cap->chan_width_0) in lim_tdls_get_he_ch_width()
Dlim_utils.c7578 session->he_config.chan_width_0 = 0; in lim_copy_join_req_he_cap()
7623 chan_width = HE_CH_WIDTH_COMBINE(he_cap->chan_width_0, in lim_log_he_cap()
7893 he_cap->chan_width = HE_CH_WIDTH_COMBINE(dot11_cap.chan_width_0, in lim_set_he_caps()
9077 dot11_he_cap.chan_width_0 = 0; in lim_set_eht_caps()
9192 if ((is_band_2g && !dot11_he_cap.chan_width_0) || in lim_set_eht_caps()
9222 if ((is_band_2g && dot11_he_cap.chan_width_0) || in lim_set_eht_caps()
Dlim_send_sme_rsp_messages.c160 else if (peer_he->chan_width_0) in lim_get_he_rate_info_flag()
Dlim_process_assoc_req_frame.c2939 assoc_req->he_cap.chan_width_0 == 1) in lim_fill_assoc_he_info()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c1029 chan_width = HE_CH_WIDTH_COMBINE(he_cap->chan_width_0, in mlme_update_tgt_he_caps_in_cfg()
1037 mlme_obj->cfg.he_caps.dot11_he_cap.chan_width_0 = in mlme_update_tgt_he_caps_in_cfg()
1038 he_cap->chan_width_0; in mlme_update_tgt_he_caps_in_cfg()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c15016 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.chan_width_0 = 0; in sme_set_he_bw_cap()
15024 mac_ctx->he_cap_2g.chan_width_0 = 0; in sme_set_he_bw_cap()
15032 mac_ctx->he_cap_5g.chan_width_0 = 0; in sme_set_he_bw_cap()
15066 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.chan_width_0 = 1; in sme_set_he_bw_cap()
15068 mac_ctx->he_cap_2g.chan_width_0 = 1; in sme_set_he_bw_cap()
15165 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.chan_width_0 = 0; in sme_set_he_testbed_def()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c8929 if ((is_band_2g && !dot11f_he_cap.chan_width_0) ||
8976 if ((is_band_2g && dot11f_he_cap.chan_width_0) ||
9379 if ((is_band_2g && !dot11f_he_cap.chan_width_0) ||
9426 if ((is_band_2g && dot11f_he_cap.chan_width_0) ||
Ddot11f.c10190 pDst->chan_width_0 = tmp100__ >> 1 & 0x1; in dot11f_unpack_ie_he_cap()
30929 tmp220__ |= (pSrc->chan_width_0 << 1); in dot11f_pack_ie_he_cap()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3307 chan_width_0:1;
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c2082 he_caps->dot11_he_cap.chan_width_0 = HE_CH_WIDTH_GET_BIT(chan_width, 0); in mlme_init_he_cap_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h9936 uint32_t chan_width_0:1; member