Home
last modified time | relevance | path

Searched refs:phy_config (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/psoc_mgr/dispatcher/src/
Dwlan_psoc_mlme_api.c42 *val = psoc_mlme->psoc_cfg.phy_config.eht_cap; in wlan_psoc_mlme_get_11be_capab()
59 psoc_mlme->psoc_cfg.phy_config.eht_cap &= val; in wlan_psoc_mlme_set_11be_capab()
153 struct psoc_phy_config *phy_config) in wlan_psoc_set_phy_config() argument
158 if (!phy_config) { in wlan_psoc_set_phy_config()
166 config = &mlme_psoc_obj->psoc_cfg.phy_config; in wlan_psoc_set_phy_config()
168 qdf_mem_copy(config, phy_config, sizeof(*config)); in wlan_psoc_set_phy_config()
181 mlme_psoc_obj->psoc_cfg.phy_config.max_chan_switch_ie = in mlme_init_cfg()
183 mlme_psoc_obj->psoc_cfg.phy_config.eht_cap = in mlme_init_cfg()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
Dwlan_cm_bss_scoring.c899 struct psoc_phy_config *phy_config) in cm_calculate_bandwidth() argument
906 bw_above_20 = phy_config->bw_above_20_24ghz; in cm_calculate_bandwidth()
907 if (phy_config->vht_24G_cap) in cm_calculate_bandwidth()
909 } else if (phy_config->vht_cap) { in cm_calculate_bandwidth()
911 bw_above_20 = phy_config->bw_above_20_5ghz; in cm_calculate_bandwidth()
923 if (!phy_config->ht_cap && in cm_calculate_bandwidth()
1042 struct psoc_phy_config *phy_config) in cm_get_etp_max_bits_per_sc_1000x_for_nss() argument
1053 if (!phy_config->vht_cap || !bss_vht_cap) in cm_get_etp_max_bits_per_sc_1000x_for_nss()
1177 struct psoc_phy_config *phy_config, uint8_t ml_flag) in cm_calculate_etp() argument
1198 max_nss, phy_config); in cm_calculate_etp()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlme/psoc_mgr/dispatcher/inc/
Dwlan_psoc_mlme_api.h134 struct psoc_phy_config *phy_config);
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
Dwlan_psoc_mlme.h93 struct psoc_phy_config phy_config; member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_objmgr/dispatcher/src/
Dwlan_cmn_mlme_main.c728 struct psoc_phy_config *phy_config; in mlme_max_chan_switch_is_set() local
737 phy_config = &mlme_psoc_obj->psoc_cfg.phy_config; in mlme_max_chan_switch_is_set()
739 return phy_config->max_chan_switch_ie; in mlme_max_chan_switch_is_set()