/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_beacon_frame.c | 315 uint8_t ccfs1; in lim_process_beacon_eht_op() local 354 ccfs1 = eht_op->ccfs1; in lim_process_beacon_eht_op() 371 ccfs1, in lim_process_beacon_eht_op() 394 ccfs1 = he_op->oper_info_6g.info.center_freq_seg1; in lim_process_beacon_eht_op() 398 ccfs1); in lim_process_beacon_eht_op() 414 ccfs1, in lim_process_beacon_eht_op() 428 csa_param->new_ch_freq_seg2 = ccfs1; in lim_process_beacon_eht_op()
|
H A D | lim_prop_exts_utils.c | 389 session->ch_center_freq_seg1 = session->eht_op.ccfs1; in lim_extract_eht_op()
|
H A D | lim_process_assoc_rsp_frame.c | 859 assoc_resp->eht_op.ccfs1, in lim_update_sta_vdev_punc()
|
H A 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 11370 ccfs1 = vht_op->chan_center_freq_seg1; in lim_get_vht_ch_width() 11380 ccfs1 = ht_info->chan_center_freq_seg2; in lim_get_vht_ch_width() 11388 if (ch_width == WNI_CFG_VHT_CHANNEL_WIDTH_80MHZ && ccfs1) { 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/ |
H A D | wlan_cm_api.c | 490 uint8_t ccfs0, uint8_t ccfs1, in wlan_cm_sta_set_chan_param() argument 516 center_freq_320 = wlan_reg_chan_band_to_freq(pdev, ccfs1, in wlan_cm_sta_set_chan_param() 568 uint8_t ccfs0, uint8_t ccfs1, in wlan_cm_sta_update_bw_puncture() argument 589 ccfs1, &ch_param); in wlan_cm_sta_update_bw_puncture()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/ |
H A 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/ |
H A D | wlan_mlo_mgr_cmn.h | 653 uint8_t ccfs1, enum phy_ch_width ch_width, 667 uint8_t *ccfs1, enum phy_ch_width *ch_width,
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
H A D | utils_mlo.c | 5438 uint8_t ccfs1, enum phy_ch_width ch_width, in util_add_bw_ind() argument 5478 bw_ind->ccfs1 = ccfs1; in util_add_bw_ind() 5504 uint8_t *ccfs1, enum phy_ch_width *ch_width, in util_parse_bw_ind() argument 5515 *ccfs1 = bw_ind->ccfs1; in util_parse_bw_ind()
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/ |
H A D | wlan_mlme_api.h | 1198 uint8_t ccfs1); 1214 uint8_t ccfs1);
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/ |
H A D | wlan_cmn_ieee80211.h | 2111 uint8_t ccfs1; member 2134 uint8_t ccfs1; member
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ |
H A D | wlan_scan_filter.c | 826 cfreq1 = wlan_reg_chan_band_to_freq(pdev, eht_ops->ccfs1, in scm_eht_puncture_valid()
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | ieee802_11_eht.c |
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
H A D | wlan_mlme_api.c | 7957 uint8_t ccfs1) in wlan_mlme_convert_vht_op_bw_to_phy_ch_width() argument 7977 if (ccfs1 && (abs(ccfs1 - ccfs0) == 8)) in wlan_mlme_convert_vht_op_bw_to_phy_ch_width() 7994 uint8_t ccfs1) 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/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_assoc.c | 1187 hdd_eht_ops->optional[filled++] = eht_ops->ccfs1; in hdd_copy_eht_operation() 1250 hdd_eht_ops->optional[filled++] = eht_ops->ccfs1; in hdd_copy_eht_operation()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 7135 …dot11f->report.channel_load_report.bw_indication.ccfs1 = channel_load_report->bw_ind.center_freq_s… 8675 dot11f_eht_op->ccfs1 = ehtop->ccfs1; 9736 ehtop->ccfs1 = dot11f_eht_op.ccfs1; 9772 eht_op->ccfs1 = session->ch_center_freq_seg1; 9777 eht_op->ccfs1 = session->ch_center_freq_seg1; 9781 eht_op->ccfs1 = 0; 9785 eht_op->ccfs1 = 0; 9789 eht_op->ccfs1 = 0; 9816 bw_ind->ccfs1 = ch_switch->ch_center_freq_seg1;
|
H A D | dot11f.c | 3702 pDst->ccfs1 = *pBuf; in dot11f_unpack_ie_bw_ind_element() 3770 pDst->ccfs1 = *pBuf; in dot11f_unpack_ie_bw_indication() 9723 pDst->ccfs1 = *pBuf; in dot11f_unpack_ie_eht_op() 25140 *pBuf = pSrc->ccfs1; in dot11f_pack_ie_bw_ind_element() 25198 *pBuf = pSrc->ccfs1; in dot11f_pack_ie_bw_indication() 30382 *pBuf = pSrc->ccfs1; in dot11f_pack_ie_eht_op()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A 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() 1305 csa_event->new_ch_freq_seg2 = ccfs1; in wma_parse_bw_indication_ie()
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ |
H A D | wlan_scan_utils_api.c | 318 eht_ops->ccfs1, in util_scan_get_phymode_11be() 446 freq_seg1 = wlan_reg_chan_band_to_freq(pdev, eht_ops->ccfs1, in util_scan_is_out_of_band_leak_eht()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
H A D | dot11f.frms | 1704 ccfs1, 1; 2629 ccfs1, 1; 3619 ccfs1, 1;
|
/wlan-driver/wpa_supplicant_8/src/common/ |
H A D | ieee802_11_defs.h |
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
H A D | rrm_api.c | 2051 bw_ind.ccfi1 = chan_load_req->measurement_request.channel_load.bw_indication.ccfs1; in rrm_process_channel_load_req()
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | dot11f.h | 4474 uint8_t ccfs1; member 4520 uint8_t ccfs1; member 9320 uint8_t ccfs1; member
|