Searched refs:max_fw_bw (Results 1 – 3 of 3) sorted by relevance
1306 uint32_t max_fw_bw = sme_get_eht_ch_width(); in wlansap_get_target_eht_phy_ch_width() local1308 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() local2963 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()
1091 uint32_t max_fw_bw = sme_get_eht_ch_width(); in hdd_get_eht_phy_ch_width_from_target() local1093 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() local1105 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() local2571 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 …]
27646 uint8_t max_fw_bw; in __wlan_hdd_cfg80211_set_mon_ch() local27686 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()