Home
last modified time | relevance | path

Searched refs:new_ch_width (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_sme_rsp_messages.c1640 ap_new_ch_width = csa_params->new_ch_width; in lim_process_csa_wbw_ie()
1777 enum phy_ch_width new_ch_width = csa_params->new_ch_width; in lim_is_csa_channel_allowed() local
1801 wlan_reg_get_bw_value(new_ch_width) > 20) { in lim_is_csa_channel_allowed()
1810 csa_freq, new_ch_width, in lim_is_csa_channel_allowed()
1816 csa_freq, new_ch_width, csa_params->new_ch_freq_seg1, in lim_is_csa_channel_allowed()
1838 policy_mgr_get_bw(new_ch_width), in lim_is_csa_channel_allowed()
1864 if (csa_param->new_ch_width == CH_WIDTH_320MHZ && in lim_set_csa_chan_param_11be()
1870 csa_param->new_ch_width, in lim_set_csa_chan_param_11be()
2044 ch_params.ch_width = csa_params->new_ch_width; in lim_handle_sta_csa_param()
2117 csa_params->new_ch_width); in lim_handle_sta_csa_param()
[all …]
Dlim_process_beacon_frame.c425 csa_param->new_ch_width = ori_bw; in lim_process_beacon_eht_op()
Dlim_utils.h3216 enum phy_ch_width *new_ch_width);
Dlim_process_sme_req_messages.c8992 enum phy_ch_width new_ch_width) in lim_calculate_peer_ch_width() argument
9001 updated_bw = new_ch_width; in lim_calculate_peer_ch_width()
9011 new_ch_width); in lim_calculate_peer_ch_width()
9013 return qdf_min(peer_org_bw, qdf_min(updated_bw, new_ch_width)); in lim_calculate_peer_ch_width()
Dlim_utils.c4977 csa_param->new_ch_width = ch_params.ch_width; in lim_check_vht_op_mode_change()
11296 enum phy_ch_width *new_ch_width) in lim_update_channel_width() argument
11356 *new_ch_width = ch_width; in lim_update_channel_width()
11358 return lim_check_vht_op_mode_change(mac_ctx, session, *new_ch_width, in lim_update_channel_width()
/wlan-driver/qcacld-3.0/core/cds/inc/
Dcds_ieee80211_common.h274 uint8_t new_ch_width; /* New channel width */ member
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_api_link_cntl.c138 enum phy_ch_width new_ch_width; in sap_config_acs_result() local
144 new_ch_width = in sap_config_acs_result()
148 sap_debug("new_ch_width:%d", new_ch_width); in sap_config_acs_result()
149 ch_params.ch_width = new_ch_width; in sap_config_acs_result()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg.c2708 enum phy_ch_width new_ch_width; in hdd_update_channel_width() local
2755 &new_ch_width); in hdd_update_channel_width()
2756 if (QDF_IS_STATUS_SUCCESS(status) && ch_width > new_ch_width) in hdd_update_channel_width()
2757 ch_width = new_ch_width; in hdd_update_channel_width()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_mgr_link_switch.c299 bw_val = wlan_reg_get_bw_value(csa_param->new_ch_width); in mlo_mgr_update_csa_link_info()
326 bw_val, csa_param->new_ch_width); in mlo_mgr_update_csa_link_info()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c1303 csa_event->new_ch_width = ch_width; in wma_parse_bw_indication_ie()
1623 csa_offload_event->new_ch_width = in wma_csa_offload_handler()
1624 wlan_mlme_convert_vht_op_bw_to_phy_ch_width(wb_ie->new_ch_width, in wma_csa_offload_handler()
1641 csa_offload_event->new_ch_width = in wma_csa_offload_handler()
1642 wlan_mlme_convert_vht_op_bw_to_phy_ch_width(wb_ie->new_ch_width, in wma_csa_offload_handler()
1660 csa_offload_event->new_ch_width, in wma_csa_offload_handler()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_api.h1386 enum phy_ch_width *new_ch_width);
1434 enum phy_ch_width *new_ch_width) in wlan_mlme_get_bw_no_punct() argument
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c8301 enum phy_ch_width *new_ch_width) in wlan_mlme_get_bw_no_punct() argument
8342 *new_ch_width = ch_width; in wlan_mlme_get_bw_no_punct()
8354 enum phy_ch_width new_ch_width; in wlan_mlme_update_bw_no_punct() local
8375 &new_ch_width); in wlan_mlme_update_bw_no_punct()
8382 new_ch_width); in wlan_mlme_update_bw_no_punct()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h4518 enum phy_ch_width new_ch_width; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c16725 csa_offload_event->new_ch_width = chan_width; in sme_switch_channel()
16734 csa_offload_event->new_ch_width); in sme_switch_channel()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c5788 csa_event->new_ch_width, in extract_csa_ie_received_ev_params_tlv()