/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_hostapd.c | 1848 struct sap_config *sap_config = in hdd_hostapd_chan_change() local 1849 &link_info->session.ap.sap_config; in hdd_hostapd_chan_change() 1864 if (sap_phymode_is_eht(sap_config->SapHw_mode)) in hdd_hostapd_chan_change() 2135 ap_ctx->sap_config.acs_cfg.acs_mode); in hdd_hostapd_check_channel_post_csa() 2170 struct sap_config *sap_config; in hdd_hostapd_sap_event_cb() local 2224 sap_config = &ap_ctx->sap_config; in hdd_hostapd_sap_event_cb() 2240 sap_config->chan_freq = in hdd_hostapd_sap_event_cb() 2243 sap_config->ch_params.ch_width = in hdd_hostapd_sap_event_cb() 2249 sap_config->ch_params.ch_width); in hdd_hostapd_sap_event_cb() 2253 sap_config->ch_params = ap_ctx->sap_context->ch_params; in hdd_hostapd_sap_event_cb() [all …]
|
H A D | wlan_hdd_eht.c | 115 struct sap_config *config) in wlan_hdd_check_11be_support() 271 struct sap_config *sap_config = NULL; in hdd_set_11be_rate_code() local 274 sap_config = &adapter->deflink->session.ap.sap_config; in hdd_set_11be_rate_code() 276 if (!sap_config) { in hdd_set_11be_rate_code() 281 } else if (sap_config->SapHw_mode != eCSR_DOT11_MODE_11be && in hdd_set_11be_rate_code() 282 sap_config->SapHw_mode != eCSR_DOT11_MODE_11be_ONLY) { in hdd_set_11be_rate_code() 284 sap_config->SapHw_mode, sap_config->chan_freq); in hdd_set_11be_rate_code()
|
H A D | wlan_hdd_cfg80211.c | 2376 struct sap_config *sap_config, *con_sap_config; in wlan_hdd_sap_cfg_dfs_override() local 2397 sap_config = &adapter->deflink->session.ap.sap_config; in wlan_hdd_sap_cfg_dfs_override() 2398 con_sap_config = &con_sap_adapter->deflink->session.ap.sap_config; in wlan_hdd_sap_cfg_dfs_override() 2405 sap_config->chan_freq, con_ch_freq); in wlan_hdd_sap_cfg_dfs_override() 2407 sap_config->chan_freq = con_ch_freq; in wlan_hdd_sap_cfg_dfs_override() 2423 if (sap_config->acs_cfg.freq_list) { in wlan_hdd_sap_cfg_dfs_override() 2424 qdf_mem_free(sap_config->acs_cfg.freq_list); in wlan_hdd_sap_cfg_dfs_override() 2425 sap_config->acs_cfg.freq_list = NULL; in wlan_hdd_sap_cfg_dfs_override() 2427 if (sap_config->acs_cfg.master_freq_list) { in wlan_hdd_sap_cfg_dfs_override() 2428 qdf_mem_free(sap_config->acs_cfg.master_freq_list); in wlan_hdd_sap_cfg_dfs_override() [all …]
|
H A D | wlan_hdd_son.c | 911 struct sap_config *sap_config; in hdd_son_set_phymode() local 933 sap_config = &hdd_ap_ctx->sap_config; in hdd_son_set_phymode() 934 status = wlansap_son_update_sap_config_phymode(vdev, sap_config, in hdd_son_set_phymode() 1950 struct sap_config *sap_config; in hdd_son_start_acs() local 1979 sap_config = &link_info->session.ap.sap_config; in hdd_son_start_acs() 1981 hdd_ctx->reg.alpha2, sap_config->acs_cfg.hw_mode, in hdd_son_start_acs() 1982 sap_config->acs_cfg.ch_width, in hdd_son_start_acs() 1983 sap_config->acs_cfg.start_ch_freq, in hdd_son_start_acs() 1984 sap_config->acs_cfg.end_ch_freq, sap_config->acs_cfg.band); in hdd_son_start_acs() 1985 sap_dump_acs_channel(&sap_config->acs_cfg); in hdd_son_start_acs() [all …]
|
H A D | wlan_hdd_sysfs_bitrates.c | 127 struct sap_config *config = &adapter->deflink->session.ap.sap_config; in wlan_hdd_sap_set_11n_rate() 181 struct sap_config *config = &adapter->deflink->session.ap.sap_config; in wlan_hdd_sap_set_vht_rate() 212 struct sap_config *config = &adapter->deflink->session.ap.sap_config; in wlan_hdd_sap_set_11ax_rate()
|
H A D | wlan_hdd_pre_cac.c | 363 pre_cac_ap_ctx->sap_config.authType = hdd_ap_ctx->sap_config.authType; in __wlan_hdd_request_pre_cac() 364 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() 388 hdd_ap_ctx->sap_config.SapHw_mode, in __wlan_hdd_request_pre_cac()
|
H A D | wlan_hdd_regulatory.c | 1747 struct sap_config *sap_config, in hdd_restart_sap_with_new_phymode() argument 1760 sap_config->sap_orig_hw_mode = sap_config->SapHw_mode; in hdd_restart_sap_with_new_phymode() 1761 sap_config->SapHw_mode = csr_phy_mode; in hdd_restart_sap_with_new_phymode() 1779 sap_config->chan_freq = in hdd_restart_sap_with_new_phymode() 1782 sap_config->sap_orig_hw_mode = sap_config->SapHw_mode; in hdd_restart_sap_with_new_phymode() 1783 sap_config->SapHw_mode = csr_phy_mode; in hdd_restart_sap_with_new_phymode() 1788 sap_config, adapter->dev); in hdd_restart_sap_with_new_phymode() 1816 struct sap_config *sap_config = NULL; in hdd_country_change_update_sap() local 1843 sap_config = &link_info->session.ap.sap_config; in hdd_country_change_update_sap() 1845 sap_config->sap_orig_hw_mode, in hdd_country_change_update_sap() [all …]
|
H A D | wlan_hdd_hostapd.h | 403 struct sap_config *sap_config);
|
H A D | wlan_hdd_ipa.c | 326 conn->ch_width = ctx->sap_config.ch_params.ch_width; in hdd_ipa_fill_sap_connection_info() 328 ctx->sap_config.SapHw_mode); in hdd_ipa_fill_sap_connection_info()
|
H A D | wlan_hdd_green_ap.c | 254 ap_ctx->sap_config.beacon_int, &cookie_id); in __wlan_hdd_enter_sap_low_pwr_mode()
|
H A D | wlan_hdd_main.c | 836 width = ap_ctx->sap_config.ch_params.ch_width; in hdd_get_link_info_width() 3934 struct sap_config *sap_config) in hdd_set_11ax_rate() argument 3940 if (!sap_config) { in hdd_set_11ax_rate() 3945 } else if (sap_config->SapHw_mode != eCSR_DOT11_MODE_11ax && in hdd_set_11ax_rate() 3946 sap_config->SapHw_mode != eCSR_DOT11_MODE_11ax_ONLY) { in hdd_set_11ax_rate() 3948 sap_config->SapHw_mode, sap_config->chan_freq); in hdd_set_11ax_rate() 9743 struct sap_config *sap_config; in hdd_stop_sap_go_adapter() local 9765 sap_config = &ap_ctx->sap_config; in hdd_stop_sap_go_adapter() 9766 wlansap_reset_sap_config_add_ie(sap_config, eUPDATE_IE_ALL); in hdd_stop_sap_go_adapter() 13207 struct sap_config *sap_cfg; in hdd_switch_sap_channel() [all …]
|
H A D | wlan_hdd_hostapd_wext.c | 643 struct sap_config *config = in __iw_softap_setparam() 644 &link_info->session.ap.sap_config; in __iw_softap_setparam() 706 struct sap_config *config = in __iw_softap_setparam() 707 &link_info->session.ap.sap_config; in __iw_softap_setparam() 1020 &link_info->session.ap.sap_config); in __iw_softap_setparam()
|
H A D | wlan_hdd_scan.c | 523 con_dfs_ch_freq = ap_ctx->sap_config.chan_freq; in __wlan_hdd_cfg80211_scan() 524 con_dfs_ch_width = ap_ctx->sap_config.ch_params.ch_width; in __wlan_hdd_cfg80211_scan()
|
H A D | wlan_hdd_he.c | 85 struct sap_config *config) in wlan_hdd_check_11ax_support()
|
H A D | wlan_hdd_cm_connect.c | 743 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()
|
H A D | wlan_hdd_stats.c | 995 info->link_id = ap_ctx->sap_config.link_id; in wlan_hdd_get_connected_link_info() 996 info->freq = ap_ctx->sap_config.chan_freq; in wlan_hdd_get_connected_link_info() 1294 struct sap_config *config; in hdd_get_interface_info() 1345 config = &link_info->session.ap.sap_config; in hdd_get_interface_info()
|
H A D | wlan_hdd_assoc.c | 2445 !!link_info->session.ap.sap_config.acs_cfg.acs_mode); in hdd_roam_channel_switch_handler()
|
H A D | wlan_hdd_power.c | 1819 adapter->deflink->session.ap.sap_config.cfg80211_twt_responder; in wlan_hdd_set_twt_responder()
|
/wlan-driver/qcacld-3.0/core/sap/inc/ |
H A D | sap_api.h | 525 struct sap_config { struct 879 struct sap_config *config, void *user_context); 934 struct sap_config *config); 1305 struct sap_config *sap_config); 1311 QDF_STATUS wlansap_update_sap_config_add_ie(struct sap_config *config, 1316 QDF_STATUS wlansap_reset_sap_config_add_ie(struct sap_config *config, 1339 struct sap_config *config, 1418 struct sap_config *config, 1431 void sap_undo_acs(struct sap_context *sap_context, struct sap_config *sap_cfg); 1707 struct sap_config *sap_cfg); [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_eht.h | 33 struct sap_config; 61 struct sap_config *config); 114 struct sap_config *config) in wlan_hdd_check_11be_support()
|
H A D | wlan_hdd_he.h | 33 struct sap_config; 98 struct sap_config *config); 186 struct sap_config *config) in wlan_hdd_check_11ax_support()
|
H A D | wlan_hdd_wext.h | 32 struct sap_config; 262 struct sap_config *sap_config);
|
H A D | wlan_hdd_main.h | 906 struct sap_config sap_config; member 4848 struct sap_config *sap_config);
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
H A D | sap_module.c | 548 wlansap_set_scan_acs_channel_params(struct sap_config *config, in wlansap_set_scan_acs_channel_params() 774 struct sap_config *sap_config) in wlan_sap_set_sap_ctx_acs_cfg() argument 781 sap_ctx->acs_cfg = &sap_config->acs_cfg; in wlan_sap_set_sap_ctx_acs_cfg() 786 struct sap_config *config, void *user_context) in wlansap_start_bss() 923 struct sap_config *config) in wlansap_set_mac_acl() 2313 wlansap_update_sap_config_add_ie(struct sap_config *config, in wlansap_update_sap_config_add_ie() 2388 wlansap_reset_sap_config_add_ie(struct sap_config *config, in wlansap_reset_sap_config_add_ie() 2436 struct sap_config *config, in wlansap_son_update_sap_config_phymode() 2796 void sap_undo_acs(struct sap_context *sap_ctx, struct sap_config *sap_cfg) in sap_undo_acs() 2832 struct sap_config *config, in wlansap_acs_chselect() [all …]
|
H A D | sap_internal.h | 560 struct sap_config *config);
|