Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_prop_exts_utils.c124 session->ch_width = session->he_op.oper_info_6g.info.ch_width; in lim_extract_he_op()
126 session->he_op.oper_info_6g.info.center_freq_seg0; in lim_extract_he_op()
128 session->he_op.oper_info_6g.info.center_freq_seg1; in lim_extract_he_op()
130 session->he_op.oper_info_6g.info.reg_info; in lim_extract_he_op()
Dlim_process_beacon_frame.c392 ch_width = he_op->oper_info_6g.info.ch_width; in lim_process_beacon_eht_op()
393 ccfs0 = he_op->oper_info_6g.info.center_freq_seg0; in lim_process_beacon_eht_op()
394 ccfs1 = he_op->oper_info_6g.info.center_freq_seg1; in lim_process_beacon_eht_op()
Dlim_utils.c4409 pBeacon->he_op.oper_info_6g.info.primary_ch, in lim_get_channel_from_beacon()
6147 session->he_op.oper_info_6g.info.center_freq_seg0 = in lim_update_ap_he_op()
6149 session->he_op.oper_info_6g.info.center_freq_seg1 = in lim_update_ap_he_op()
6151 session->he_op.oper_info_6g.info.ch_width = in lim_update_ap_he_op()
7220 pAddBssParams->ch_width = QDF_MIN(he_op->oper_info_6g.info.ch_width, in lim_update_he_6gop_assoc_resp()
7707 he_ops->oper_info_6g.info.ch_width, in lim_log_he_op()
7708 he_ops->oper_info_6g.info.center_freq_seg0, in lim_log_he_op()
7709 he_ops->oper_info_6g.info.center_freq_seg1, in lim_log_he_op()
7710 he_ops->oper_info_6g.info.dup_bcon, in lim_log_he_op()
7711 he_ops->oper_info_6g.info.min_rate); in lim_log_he_op()
Dlim_api.c2263 parsed_frm_ptr->he_op.oper_info_6g.info.primary_ch, in lim_roam_fill_bss_descr()
Dlim_process_sme_req_messages.c5942 ch_width = he_op->oper_info_6g.info.ch_width; in lim_parse_tpe_ie()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_assoc.c1367 he_operation->oper_info_6g.info.primary_ch; in hdd_copy_he_operation()
1369 he_operation->oper_info_6g.info.ch_width << 0; in hdd_copy_he_operation()
1371 he_operation->oper_info_6g.info.dup_bcon << 2; in hdd_copy_he_operation()
1373 he_operation->oper_info_6g.info.reserved << 3; in hdd_copy_he_operation()
1377 he_operation->oper_info_6g.info.center_freq_seg0; in hdd_copy_he_operation()
1379 he_operation->oper_info_6g.info.center_freq_seg1; in hdd_copy_he_operation()
1381 he_operation->oper_info_6g.info.min_rate; in hdd_copy_he_operation()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c3105 pr->he_op.oper_info_6g.info.primary_ch,
5046 pBies->he_op.oper_info_6g.info.primary_ch,
5570 pBeacon->he_op.oper_info_6g.info.primary_ch,
5573 pBeacon->he_op.oper_info_6g.info.reg_info;
7734 he_op->oper_info_6g.info.ch_width = session->ch_width;
7735 he_op->oper_info_6g.info.center_freq_seg0 =
7739 he_op->oper_info_6g.info.center_freq_seg1 =
7741 he_op->oper_info_6g.info.ch_width =
7744 he_op->oper_info_6g.info.center_freq_seg1 = 0;
7747 he_op->oper_info_6g.info.primary_ch =
[all …]
Ddot11f.c10462 pDst->oper_info_6g.info.primary_ch = *pBuf; in dot11f_unpack_ie_he_op()
10473 pDst->oper_info_6g.info.ch_width = tmp106__ >> 0 & 0x3; in dot11f_unpack_ie_he_op()
10474 pDst->oper_info_6g.info.dup_bcon = tmp106__ >> 2 & 0x1; in dot11f_unpack_ie_he_op()
10475 pDst->oper_info_6g.info.reg_info = tmp106__ >> 3 & 0x7; in dot11f_unpack_ie_he_op()
10476 pDst->oper_info_6g.info.reserved = tmp106__ >> 6 & 0x3; in dot11f_unpack_ie_he_op()
10482 pDst->oper_info_6g.info.center_freq_seg0 = *pBuf; in dot11f_unpack_ie_he_op()
10490 pDst->oper_info_6g.info.center_freq_seg1 = *pBuf; in dot11f_unpack_ie_he_op()
10498 pDst->oper_info_6g.info.min_rate = *pBuf; in dot11f_unpack_ie_he_op()
31139 *pBuf = pSrc->oper_info_6g.info.primary_ch; in dot11f_pack_ie_he_op()
31143 tmp226__ |= (pSrc->oper_info_6g.info.ch_width << 0); in dot11f_pack_ie_he_op()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_beacon_process.c673 bcn->he_op.oper_info_6g.info.reg_info; in __sch_beacon_process_for_session()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3419 OPTIONAL UNION oper_info_6g (DISCRIMINATOR oper_info_6g_present)
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h10077 } oper_info_6g; member