Home
last modified time | relevance | path

Searched refs:ccfs0 (Results 1 – 18 of 18) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_beacon_frame.c314 uint8_t ccfs0; in lim_process_beacon_eht_op() local
353 ccfs0 = eht_op->ccfs0; in lim_process_beacon_eht_op()
393 ccfs0 = he_op->oper_info_6g.info.center_freq_seg0; in lim_process_beacon_eht_op()
397 ccfs0, in lim_process_beacon_eht_op()
413 ccfs0, in lim_process_beacon_eht_op()
427 csa_param->new_ch_freq_seg1 = ccfs0; in lim_process_beacon_eht_op()
Dlim_prop_exts_utils.c388 session->ch_center_freq_seg0 = session->eht_op.ccfs0; in lim_extract_eht_op()
Dlim_utils.c8927 session->eht_op.ccfs0, session->eht_op.ccfs1); in lim_decide_eht_op()
11366 uint8_t ccfs0, ccfs1, offset; in lim_get_vht_ch_width() local
11369 ccfs0 = vht_op->chan_center_freq_seg0; in lim_get_vht_ch_width()
11389 offset = abs(ccfs0 - ccfs1); in lim_get_vht_ch_width()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/src/
Dwlan_cm_api.c490 uint8_t ccfs0, uint8_t ccfs1, in wlan_cm_sta_set_chan_param() argument
522 ccfs0, in wlan_cm_sta_set_chan_param()
568 uint8_t ccfs0, uint8_t ccfs1, in wlan_cm_sta_update_bw_puncture() argument
588 ori_bw, ori_punc, ccfs0, in wlan_cm_sta_update_bw_puncture()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/
Dwlan_cm_api.h655 uint8_t ccfs0, uint8_t ccfs1,
672 uint8_t ccfs0, uint8_t ccfs1,
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
Dwlan_mlo_mgr_cmn.h652 util_add_bw_ind(struct wlan_ie_bw_ind *bw_ind, uint8_t ccfs0,
666 util_parse_bw_ind(struct wlan_ie_bw_ind *bw_ind, uint8_t *ccfs0,
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dutils_mlo.c5437 QDF_STATUS util_add_bw_ind(struct wlan_ie_bw_ind *bw_ind, uint8_t ccfs0, in util_add_bw_ind() argument
5477 bw_ind->ccfs0 = ccfs0; in util_add_bw_ind()
5503 QDF_STATUS util_parse_bw_ind(struct wlan_ie_bw_ind *bw_ind, uint8_t *ccfs0, in util_parse_bw_ind() argument
5514 *ccfs0 = bw_ind->ccfs0; in util_parse_bw_ind()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_assoc.c1186 hdd_eht_ops->optional[filled++] = eht_ops->ccfs0; in hdd_copy_eht_operation()
1249 hdd_eht_ops->optional[filled++] = eht_ops->ccfs0; in hdd_copy_eht_operation()
1279 hdd_eht_ops->ccfs = eht_ops->ccfs0; in hdd_copy_eht_operation()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_api.h1197 uint8_t ccfs0,
1213 uint8_t ccfs0,
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h2110 uint8_t ccfs0; member
2133 uint8_t ccfs0; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c7134 …dot11f->report.channel_load_report.bw_indication.ccfs0 = channel_load_report->bw_ind.center_freq_s…
8673 dot11f_eht_op->ccfs0 = ehtop->ccfs0;
9734 ehtop->ccfs0 = dot11f_eht_op.ccfs0;
9771 eht_op->ccfs0 = session->ch_center_freq_seg0;
9776 eht_op->ccfs0 = session->ch_center_freq_seg0;
9780 eht_op->ccfs0 = session->ch_center_freq_seg0;
9784 eht_op->ccfs0 = session->ch_center_freq_seg0;
9788 eht_op->ccfs0 = session->ch_center_freq_seg0;
9815 bw_ind->ccfs0 = ch_switch->ch_center_freq_seg0;
Ddot11f.c3694 pDst->ccfs0 = *pBuf; in dot11f_unpack_ie_bw_ind_element()
3762 pDst->ccfs0 = *pBuf; in dot11f_unpack_ie_bw_indication()
9715 pDst->ccfs0 = *pBuf; in dot11f_unpack_ie_eht_op()
25137 *pBuf = pSrc->ccfs0; in dot11f_pack_ie_bw_ind_element()
25195 *pBuf = pSrc->ccfs0; in dot11f_pack_ie_bw_indication()
30379 *pBuf = pSrc->ccfs0; in dot11f_pack_ie_eht_op()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c1274 uint8_t ccfs0, ccfs1; in wma_parse_bw_indication_ie() local
1297 status = util_parse_bw_ind(bw_ind, &ccfs0, &ccfs1, &ch_width, in wma_parse_bw_indication_ie()
1301 ccfs0, ccfs1, puncture_bitmap); in wma_parse_bw_indication_ie()
1304 csa_event->new_ch_freq_seg1 = ccfs0; in wma_parse_bw_indication_ie()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c7956 uint8_t ccfs0, in wlan_mlme_convert_vht_op_bw_to_phy_ch_width() argument
7974 if (abs(ccfs0 - chan_id) == 2) in wlan_mlme_convert_vht_op_bw_to_phy_ch_width()
7977 if (ccfs1 && (abs(ccfs1 - ccfs0) == 8)) in wlan_mlme_convert_vht_op_bw_to_phy_ch_width()
7993 uint8_t ccfs0, in wlan_mlme_convert_he_6ghz_op_bw_to_phy_ch_width() argument
8007 if (ccfs1 && abs(ccfs0 - ccfs1) > 8) in wlan_mlme_convert_he_6ghz_op_bw_to_phy_ch_width()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_utils_api.c314 eht_ops->ccfs0, in util_scan_get_phymode_11be()
444 freq_seg0 = wlan_reg_chan_band_to_freq(pdev, eht_ops->ccfs0, in util_scan_is_out_of_band_leak_eht()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1703 ccfs0, 1;
2628 ccfs0, 1;
3618 ccfs0, 1;
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
Drrm_api.c2050 bw_ind.ccfi0 = chan_load_req->measurement_request.channel_load.bw_indication.ccfs0; in rrm_process_channel_load_req()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h4473 uint8_t ccfs0; member
4519 uint8_t ccfs0; member
9319 uint8_t ccfs0; member