Home
last modified time | relevance | path

Searched refs:ch_width_orig (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_pre_cac.c364 pre_cac_ap_ctx->sap_config.ch_width_orig = in __wlan_hdd_request_pre_cac()
365 hdd_ap_ctx->sap_config.ch_width_orig; in __wlan_hdd_request_pre_cac()
384 pre_cac_ap_ctx->sap_config.ch_width_orig = in __wlan_hdd_request_pre_cac()
Dwlan_hdd_hostapd.c3984 ch_params.ch_width = sap_context->ch_width_orig; in wlan_hdd_get_channel_for_sap_restart()
5709 sap_cfg->ch_width_orig = ch_width; in wlan_hdd_sap_p2p_11ac_overrides()
5718 if (sap_cfg->ch_width_orig >= CH_WIDTH_40MHZ && in wlan_hdd_sap_p2p_11ac_overrides()
5720 sap_cfg->ch_width_orig = in wlan_hdd_sap_p2p_11ac_overrides()
5723 sap_cfg->ch_width_orig = in wlan_hdd_sap_p2p_11ac_overrides()
6396 config->ch_width_orig = CH_WIDTH_20MHZ; in wlan_hdd_update_ll_lt_sap_configs()
6946 if (config->ch_width_orig > CH_WIDTH_40MHZ) in wlan_hdd_cfg80211_start_bss()
6947 config->ch_width_orig = CH_WIDTH_40MHZ; in wlan_hdd_cfg80211_start_bss()
6955 config->ch_params.ch_width = config->ch_width_orig; in wlan_hdd_cfg80211_start_bss()
6969 config->ch_width_orig = CH_WIDTH_80MHZ; in wlan_hdd_cfg80211_start_bss()
[all …]
Dwlan_hdd_cm_connect.c743 ch_bw = hdd_ap_ctx->sap_config.ch_width_orig; in wlan_hdd_cm_handle_sap_sta_dfs_conc()
778 hdd_ap_ctx->sap_config.ch_width_orig, in wlan_hdd_cm_handle_sap_sta_dfs_conc()
Dwlan_hdd_main.c13218 hdd_debug("chan:%d width:%d", channel, sap_cfg->ch_width_orig); in hdd_switch_sap_channel()
13222 sap_cfg->ch_width_orig, in hdd_switch_sap_channel()
13245 chan_freq, ch_width, hdd_ap_ctx->sap_config.ch_width_orig); in hdd_switch_sap_chan_freq()
13425 ch_width = ap_ctx->sap_config.ch_width_orig; in hdd_unsafe_channel_restart_sap()
Dwlan_hdd_cfg80211.c17349 ap_ctx->sap_config.ch_width_orig; in __wlan_hdd_cfg80211_sap_configuration_set()
17888 sap_config->ch_width_orig = ch_width; in hdd_update_acs_sap_config()
17892 sap_config->ch_width_orig = channel_bonding_mode ? in hdd_update_acs_sap_config()
17967 hdd_ap_ctx->sap_config.ch_width_orig = in hdd_update_acs_channel()
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_module.c592 psap_ctx->ch_width_orig = config->acs_cfg.ch_width; in wlansap_set_scan_acs_channel_params()
823 sap_ctx->ch_width_orig = config->ch_width_orig; in wlansap_start_bss()
1333 sap_context->ch_width_orig < CH_WIDTH_160MHZ) in wlansap_5g_original_bw_validate()
1358 sap_context->ch_width_orig == CH_WIDTH_40MHZ) { in wlansap_2g_original_bw_validate()
1436 sap_context->ch_width_orig, in wlansap_get_csa_chanwidth_from_phymode()
2464 config->ch_width_orig = config->ch_params.ch_width; in wlansap_son_update_sap_config_phymode()
2550 config->ch_width_orig = CH_WIDTH_80MHZ; in wlansap_son_update_sap_config_phymode()
2551 config->ch_params.ch_width = config->ch_width_orig; in wlansap_son_update_sap_config_phymode()
2851 sap_context->ch_width_orig = config->acs_cfg.ch_width; in wlansap_acs_chselect()
3395 ch_width = sap_ctx->ch_width_orig; in wlansap_select_chan_with_best_bandwidth()
Dsap_internal.h178 uint16_t ch_width_orig; member
Dsap_fsm.c206 ch_wd = sap_ctx->ch_width_orig; in sap_is_chan_change_needed()
283 ch_wd = sap_ctx->ch_width_orig; in sap_random_channel_sel()
1328 sap_context->ch_width_orig; in sap_validate_chan()
/wlan-driver/qcacld-3.0/core/sap/inc/
Dsap_api.h536 enum phy_ch_width ch_width_orig; member