/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_beacon_frame.c | 314 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()
|
D | lim_prop_exts_utils.c | 388 session->ch_center_freq_seg0 = session->eht_op.ccfs0; in lim_extract_eht_op()
|
D | lim_utils.c | 8927 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/ |
D | wlan_cm_api.c | 490 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/ |
D | wlan_cm_api.h | 655 uint8_t ccfs0, uint8_t ccfs1, 672 uint8_t ccfs0, uint8_t ccfs1,
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
D | wlan_mlo_mgr_cmn.h | 652 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/ |
D | utils_mlo.c | 5437 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/ |
D | wlan_hdd_assoc.c | 1186 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/ |
D | wlan_mlme_api.h | 1197 uint8_t ccfs0, 1213 uint8_t ccfs0,
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/ |
D | wlan_cmn_ieee80211.h | 2110 uint8_t ccfs0; member 2133 uint8_t ccfs0; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 7134 …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;
|
D | dot11f.c | 3694 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/ |
D | wma_features.c | 1274 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/ |
D | wlan_mlme_api.c | 7956 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/ |
D | wlan_scan_utils_api.c | 314 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/ |
D | dot11f.frms | 1703 ccfs0, 1; 2628 ccfs0, 1; 3618 ccfs0, 1;
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
D | rrm_api.c | 2050 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/ |
D | dot11f.h | 4473 uint8_t ccfs0; member 4519 uint8_t ccfs0; member 9319 uint8_t ccfs0; member
|