Home
last modified time | relevance | path

Searched refs:max_fw_bw (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_module.c1306 uint32_t max_fw_bw = sme_get_eht_ch_width(); in wlansap_get_target_eht_phy_ch_width() local
1308 if (max_fw_bw == WNI_CFG_EHT_CHANNEL_WIDTH_320MHZ) in wlansap_get_target_eht_phy_ch_width()
1310 else if (max_fw_bw == WNI_CFG_VHT_CHANNEL_WIDTH_160MHZ) in wlansap_get_target_eht_phy_ch_width()
2949 uint32_t max_fw_bw; in wlansap_get_max_bw_by_phymode() local
2963 max_fw_bw = sme_get_vht_ch_width(); in wlansap_get_max_bw_by_phymode()
2964 if (max_fw_bw >= WNI_CFG_VHT_CHANNEL_WIDTH_160MHZ) in wlansap_get_max_bw_by_phymode()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c1091 uint32_t max_fw_bw = sme_get_eht_ch_width(); in hdd_get_eht_phy_ch_width_from_target() local
1093 if (max_fw_bw == WNI_CFG_EHT_CHANNEL_WIDTH_320MHZ) in hdd_get_eht_phy_ch_width_from_target()
1095 else if (max_fw_bw == WNI_CFG_VHT_CHANNEL_WIDTH_160MHZ) in hdd_get_eht_phy_ch_width_from_target()
1103 enum phy_ch_width max_fw_bw = hdd_get_eht_phy_ch_width_from_target(); in hdd_is_target_eht_phy_ch_width_supported() local
1105 if (width <= max_fw_bw) in hdd_is_target_eht_phy_ch_width_supported()
1109 width, max_fw_bw); in hdd_is_target_eht_phy_ch_width_supported()
2559 uint8_t max_fw_bw = sme_get_vht_ch_width(); in hdd_update_wiphy_he_caps_6ghz() local
2571 if (max_fw_bw >= WNI_CFG_VHT_CHANNEL_WIDTH_80MHZ) in hdd_update_wiphy_he_caps_6ghz()
2574 if (max_fw_bw >= WNI_CFG_VHT_CHANNEL_WIDTH_160MHZ) in hdd_update_wiphy_he_caps_6ghz()
2577 if (max_fw_bw >= WNI_CFG_VHT_CHANNEL_WIDTH_80_PLUS_80MHZ) in hdd_update_wiphy_he_caps_6ghz()
[all …]
Dwlan_hdd_cfg80211.c27646 uint8_t max_fw_bw; in __wlan_hdd_cfg80211_set_mon_ch() local
27686 max_fw_bw = sme_get_vht_ch_width(); in __wlan_hdd_cfg80211_set_mon_ch()
27689 max_fw_bw <= WNI_CFG_VHT_CHANNEL_WIDTH_80MHZ) || in __wlan_hdd_cfg80211_set_mon_ch()
27691 max_fw_bw <= WNI_CFG_VHT_CHANNEL_WIDTH_160MHZ)) { in __wlan_hdd_cfg80211_set_mon_ch()
27693 ch_width, max_fw_bw); in __wlan_hdd_cfg80211_set_mon_ch()