Home
last modified time | relevance | path

Searched defs:sap_config (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/sap/inc/
Dsap_api.h525 struct sap_config { struct
526 tSap_SSIDInfo_t SSIDinfo;
527 eCsrPhyMode sap_orig_hw_mode; /* Previous wireless Mode */
528 eCsrPhyMode SapHw_mode; /* Wireless Mode */
529 eSapMacAddrACL SapMacaddr_acl;
530 struct qdf_mac_addr accept_mac[MAX_ACL_MAC_ADDRESS]; /* MAC filtering */
531 struct qdf_mac_addr deny_mac[MAX_ACL_MAC_ADDRESS]; /* MAC filtering */
532 struct qdf_mac_addr self_macaddr; /* self macaddress or BSSID */
533 uint32_t chan_freq; /* Operation channel frequency */
534 uint32_t sec_ch_freq;
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_hostapd.c1848 struct sap_config *sap_config = in hdd_hostapd_chan_change() local
2170 struct sap_config *sap_config; in hdd_hostapd_sap_event_cb() local
4131 struct sap_config *sap_config; in wlan_get_sap_acs_band() local
4196 struct sap_config *sap_config; in hdd_get_ap_6ghz_capable() local
4737 struct sap_config *sap_config; in wlan_hdd_set_channel() local
5486 struct sap_config *sap_config; in wlan_hdd_config_acs() local
5812 struct sap_config *sap_config) in hdd_handle_acs_2g_preferred_sap_conc()
6320 struct sap_config *sap_config; in wlan_hdd_mlo_reset() local
7887 struct sap_config *sap_config; in __wlan_hdd_cfg80211_start_ap() local
8492 struct sap_config *sap_config; in hdd_cp_stats_cstats_sap_go_start_event() local
[all …]
Dwlan_hdd_cfg80211.c2376 struct sap_config *sap_config, *con_sap_config; in wlan_hdd_sap_cfg_dfs_override() local
2545 static void hdd_update_acs_channel_list(struct sap_config *sap_config, in hdd_update_acs_channel_list()
2585 struct sap_config *sap_config; in wlan_hdd_cfg80211_start_acs() local
2701 struct sap_config *sap_config) in hdd_update_vendor_pcl_list()
2743 struct sap_config *sap_config = in hdd_update_reg_chan_info() local
2852 struct sap_config *sap_config, int idx) in hdd_cfg80211_update_channel_info()
2989 struct sap_config *sap_config, in hdd_get_scan_band()
3020 struct sap_config *sap_config; in wlan_hdd_sap_get_valid_channellist() local
3159 struct sap_config *sap_config; in hdd_cfg80211_update_acs_config() local
3442 struct sap_config *sap_config) in hdd_avoid_acs_channels()
[all …]
Dwlan_hdd_son.c911 struct sap_config *sap_config; in hdd_son_set_phymode() local
1950 struct sap_config *sap_config; in hdd_son_start_acs() local
2008 struct sap_config *sap_config; in hdd_son_set_acs_channels() local
Dwlan_hdd_eht.c271 struct sap_config *sap_config = NULL; in hdd_set_11be_rate_code() local
Dwlan_hdd_regulatory.c1747 struct sap_config *sap_config, in hdd_restart_sap_with_new_phymode()
1816 struct sap_config *sap_config = NULL; in hdd_country_change_update_sap() local
Dwlan_hdd_main.c3934 struct sap_config *sap_config) in hdd_set_11ax_rate()
9743 struct sap_config *sap_config; in hdd_stop_sap_go_adapter() local
18607 struct sap_config *sap_config; in wlan_hdd_start_sap() local
21462 struct sap_config *sap_config; in hdd_restart_sap() local
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_module.c774 struct sap_config *sap_config) in wlan_sap_set_sap_ctx_acs_cfg()
3820 int wlansap_update_sap_chan_list(struct sap_config *sap_config, in wlansap_update_sap_chan_list()
4147 struct sap_context *sap_context, struct sap_config *sap_config) in wlansap_filter_vendor_unsafe_ch_freq()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h906 struct sap_config sap_config; member