/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_dcs_tlv.c | 129 awgn_info->channel_width = wmi_map_ch_width(ev->channel_width); in extract_dcs_awgn_info_tlv() 135 awgn_info->channel_width, awgn_info->center_freq, in extract_dcs_awgn_info_tlv()
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
D | sap_module.c | 612 enum phy_ch_width channel_width) in wlan_sap_get_concurrent_bw() argument 624 return channel_width; in wlan_sap_get_concurrent_bw() 627 return channel_width; in wlan_sap_get_concurrent_bw() 643 sta_chan_width, channel_width); in wlan_sap_get_concurrent_bw() 664 channel_width = QDF_MIN(sta_chan_width, channel_width); in wlan_sap_get_concurrent_bw() 666 return channel_width; in wlan_sap_get_concurrent_bw() 673 return QDF_MIN(channel_width, CH_WIDTH_80MHZ); in wlan_sap_get_concurrent_bw() 674 return channel_width; in wlan_sap_get_concurrent_bw() 683 return QDF_MIN(sta_chan_width, channel_width); in wlan_sap_get_concurrent_bw() 687 return channel_width; in wlan_sap_get_concurrent_bw() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
D | rrm_global.h | 77 uint8_t channel_width; member 93 uint8_t channel_width; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_prop_exts_utils.c | 361 if (session->eht_op.channel_width == WLAN_EHT_CHWIDTH_320) { in lim_extract_eht_op() 370 } else if (session->eht_op.channel_width == WLAN_EHT_CHWIDTH_160) { in lim_extract_eht_op() 377 } else if (session->eht_op.channel_width == WLAN_EHT_CHWIDTH_80) { in lim_extract_eht_op() 380 } else if (session->eht_op.channel_width == WLAN_EHT_CHWIDTH_40) { in lim_extract_eht_op()
|
D | lim_process_beacon_frame.c | 352 eht_op->channel_width); in lim_process_beacon_eht_op()
|
D | lim_process_assoc_rsp_frame.c | 848 assoc_resp->eht_op.channel_width); in lim_update_sta_vdev_punc()
|
D | lim_assoc_utils.c | 3613 eht_op->channel_width); in lim_update_eht_oper_assoc_resp()
|
/wlan-driver/qca-wifi-host-cmn/umac/dcs/dispatcher/inc/ |
D | wlan_dcs_public_structs.h | 149 enum phy_ch_width channel_width; member
|
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/ |
D | wlan_dcs.c | 950 max_seg_idx = wlan_dcs_get_max_seg_idx(awgn_info->channel_width); in wlan_dcs_get_max_no_intf_bw() 974 awgn_info->channel_width == CH_WIDTH_80P80MHZ) in wlan_dcs_get_max_no_intf_bw() 1054 awgn_info->channel_width, in wlan_dcs_get_available_chan_for_bw() 1069 awgn_info->channel_width, in wlan_dcs_get_available_chan_for_bw() 1128 tmp_width = awgn_info->channel_width; in wlan_dcs_sap_select_chan() 1170 awgn_info->channel_width != CH_WIDTH_INVALID && in wlan_dcs_is_awgnim_valid() 1355 pdev_id, awgn_info->channel_width, awgn_info->center_freq, in wlan_dcs_awgn_process()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
D | rrm_api.c | 2049 …bw_ind.channel_width = chan_load_req->measurement_request.channel_load.bw_indication.channel_width; in rrm_process_channel_load_req() 2054 bw_ind.channel_width, bw_ind.ccfi0, in rrm_process_channel_load_req() 2057 if (bw_ind.channel_width == 0 || !bw_ind.ccfi0 || in rrm_process_channel_load_req() 2058 bw_ind.channel_width < CH_WIDTH_320MHZ || !bw_ind.center_freq) { in rrm_process_channel_load_req() 2066 …wide_bw.channel_width = chan_load_req->measurement_request.channel_load.wide_bw_chan_switch.new_ch… in rrm_process_channel_load_req() 2070 wide_bw.channel_width, wide_bw.center_chan_freq0, in rrm_process_channel_load_req() 2072 if (wide_bw.channel_width < CH_WIDTH_20MHZ || in rrm_process_channel_load_req() 2073 wide_bw.channel_width >= CH_WIDTH_320MHZ) { in rrm_process_channel_load_req()
|
/wlan-driver/qcacld-3.0/core/sme/src/rrm/ |
D | sme_rrm.c | 782 rrm_ctx->chan_load_req_info.bw_ind.channel_width, in sme_rrm_send_chan_load_report_xmit_ind() 800 rrm_ctx->chan_load_req_info.wide_bw.channel_width; in sme_rrm_send_chan_load_report_xmit_ind() 1273 chan_width = bw_ind->channel_width; in sme_rrm_fill_freq_list_for_channel_load() 1278 chan_width = wide_bw->channel_width; in sme_rrm_fill_freq_list_for_channel_load() 1429 req_info->bw_ind.channel_width, in sme_rrm_process_chan_load_req_ind() 1432 req_info->wide_bw.channel_width); in sme_rrm_process_chan_load_req_ind()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_station_info.c | 1387 uint8_t channel_width; in hdd_get_cached_station_remote() local 1438 channel_width = MAX_CHANNEL_BW_160; in hdd_get_cached_station_remote() 1440 channel_width = channel_width_v2; in hdd_get_cached_station_remote() 1444 nla_put_u8(skb, REMOTE_CH_WIDTH, channel_width) || in hdd_get_cached_station_remote() 1503 stainfo->support_mode, channel_width, stainfo->tx_rate, in hdd_get_cached_station_remote()
|
D | wlan_hdd_assoc.c | 1185 hdd_eht_ops->optional[filled++] = eht_ops->channel_width; in hdd_copy_eht_operation() 1248 hdd_eht_ops->optional[filled++] = eht_ops->channel_width; in hdd_copy_eht_operation() 1278 hdd_eht_ops->chan_width = eht_ops->channel_width; in hdd_copy_eht_operation()
|
D | wlan_hdd_hostapd.c | 7872 enum hw_mode_bandwidth channel_width; in __wlan_hdd_cfg80211_start_ap() local 7937 channel_width = wlan_hdd_get_channel_bw(params->chandef.width); in __wlan_hdd_cfg80211_start_ap() 7953 channel_width = wlan_hdd_get_channel_bw(chandef->width); in __wlan_hdd_cfg80211_start_ap() 8021 if (channel_width != HW_MODE_20_MHZ) { in __wlan_hdd_cfg80211_start_ap() 8076 hdd_ctx->psoc, intf_pm_mode, freq, channel_width, in __wlan_hdd_cfg80211_start_ap()
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
D | wlan_mlme_api.c | 1385 uint8_t channel_width) in wlan_mlme_convert_eht_op_bw_to_phy_ch_width() argument 1389 if (channel_width == WLAN_EHT_CHWIDTH_320) in wlan_mlme_convert_eht_op_bw_to_phy_ch_width() 1391 else if (channel_width == WLAN_EHT_CHWIDTH_160) in wlan_mlme_convert_eht_op_bw_to_phy_ch_width() 1393 else if (channel_width == WLAN_EHT_CHWIDTH_80) in wlan_mlme_convert_eht_op_bw_to_phy_ch_width() 1395 else if (channel_width == WLAN_EHT_CHWIDTH_40) in wlan_mlme_convert_eht_op_bw_to_phy_ch_width() 4410 *value = mlme_obj->cfg.vht_caps.vht_cap_info.channel_width; in wlan_mlme_get_vht_channel_width() 7954 wlan_mlme_convert_vht_op_bw_to_phy_ch_width(uint8_t channel_width, in wlan_mlme_convert_vht_op_bw_to_phy_ch_width() argument 7972 if (channel_width == WLAN_VHTOP_CHWIDTH_2040) { in wlan_mlme_convert_vht_op_bw_to_phy_ch_width() 7976 } else if (channel_width == WLAN_VHTOP_CHWIDTH_80) { in wlan_mlme_convert_vht_op_bw_to_phy_ch_width() 7981 } else if (channel_width == WLAN_VHTOP_CHWIDTH_160) { in wlan_mlme_convert_vht_op_bw_to_phy_ch_width() [all …]
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/ |
D | wlan_mlme_api.h | 1195 wlan_mlme_convert_vht_op_bw_to_phy_ch_width(uint8_t channel_width, 1211 wlan_mlme_convert_he_6ghz_op_bw_to_phy_ch_width(uint8_t channel_width, 1296 uint8_t channel_width);
|
D | wlan_mlme_public_struct.h | 922 uint8_t channel_width; member
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
D | sir_mac_prot_def.h | 1360 uint8_t channel_width; member 1375 uint8_t channel_width; member
|
/wlan-driver/qcacld-3.0/core/sap/inc/ |
D | sap_api.h | 1271 enum phy_ch_width channel_width);
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 7126 …hannel_load_report.wide_bw_chan_switch.new_chan_width = channel_load_report->wide_bw.channel_width; 7133 …ot11f->report.channel_load_report.bw_indication.channel_width = channel_load_report->bw_ind.channe… 8670 dot11f_eht_op->channel_width = 9668 dot11f_eht_op.channel_width)) { 9671 (dot11f_vht_op.chanWidth != dot11f_eht_op.channel_width)) { 9675 dot11f_eht_op.channel_width)) { 9731 val = dot11f_eht_op.channel_width; 9770 eht_op->channel_width = WLAN_EHT_CHWIDTH_320; 9775 eht_op->channel_width = WLAN_EHT_CHWIDTH_160; 9779 eht_op->channel_width = WLAN_EHT_CHWIDTH_80; [all …]
|
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/ |
D | target_if_spectral.h | 1672 uint32_t target_if_get_offset_swar_sec80(uint32_t channel_width);
|
D | target_if_spectral_phyerr.c | 328 target_if_get_offset_swar_sec80(uint32_t channel_width) in target_if_get_offset_swar_sec80() argument 332 switch (channel_width) { in target_if_get_offset_swar_sec80()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 1700 channel_width: 3; 2625 channel_width: 3; 3615 channel_width: 3;
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_main.h | 740 uint32_t channel_width; member
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 4471 uint8_t channel_width:3; member 4517 uint8_t channel_width:3; member 9317 uint8_t channel_width:3; member
|