Home
last modified time | relevance | path

Searched refs:cds_is_sub_20_mhz_enabled (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_api.h541 bool cds_is_sub_20_mhz_enabled(void);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg.c475 if (cds_is_sub_20_mhz_enabled()) in hdd_cfg_xlate_to_csr_phy_mode()
757 user_cfg->sub_20_mhz_enabled = cds_is_sub_20_mhz_enabled(); in hdd_set_policy_mgr_user_cfg()
H A Dwlan_hdd_hostapd.c6889 if (!cds_is_sub_20_mhz_enabled()) in wlan_hdd_cfg80211_start_bss()
7925 cds_is_sub_20_mhz_enabled()); in __wlan_hdd_cfg80211_start_ap()
8008 if (cds_is_sub_20_mhz_enabled()) { in __wlan_hdd_cfg80211_start_ap()
H A Dwlan_hdd_main.c2040 if (bval && !cds_is_sub_20_mhz_enabled()) in hdd_update_vdev_nss()
10217 (!cds_is_sub_20_mhz_enabled() && (ch_width == CH_WIDTH_5MHZ || in wlan_hdd_is_mon_channel_bw_valid()
10227 (!cds_is_sub_20_mhz_enabled() && (ch_width == CH_WIDTH_5MHZ || in wlan_hdd_is_mon_channel_bw_valid()
H A Dwlan_hdd_cfg80211.c4141 if (cds_is_sub_20_mhz_enabled()) { in __wlan_hdd_cfg80211_do_acs()
27681 (!cds_is_sub_20_mhz_enabled() && ch_width > CH_WIDTH_160MHZ)) { in __wlan_hdd_cfg80211_set_mon_ch()
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c2766 bool cds_is_sub_20_mhz_enabled(void) in cds_is_sub_20_mhz_enabled() function
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c3335 if (!cds_is_sub_20_mhz_enabled() && chan_switch_hostapd_rate_enabled && in sme_get_network_params()