Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c6765 struct wlan_psoc_host_hal_reg_cap_ext *reg_cap_ext; in wlan_mlme_get_phy_max_freq_range() local
6773 reg_cap_ext = &mac_phy_cap->reg_cap_ext; in wlan_mlme_get_phy_max_freq_range()
6774 reg_low_2ghz_chan = reg_cap_ext->low_2ghz_chan; in wlan_mlme_get_phy_max_freq_range()
6775 reg_high_2ghz_chan = reg_cap_ext->high_2ghz_chan; in wlan_mlme_get_phy_max_freq_range()
6776 reg_low_5ghz_chan = reg_cap_ext->low_5ghz_chan; in wlan_mlme_get_phy_max_freq_range()
6777 reg_high_5ghz_chan = reg_cap_ext->high_5ghz_chan; in wlan_mlme_get_phy_max_freq_range()
6780 reg_cap_ext = &mac_phy_cap->reg_cap_ext; in wlan_mlme_get_phy_max_freq_range()
6782 if (reg_cap_ext->low_2ghz_chan) { in wlan_mlme_get_phy_max_freq_range()
6784 QDF_MIN(reg_cap_ext->low_2ghz_chan, in wlan_mlme_get_phy_max_freq_range()
6786 reg_cap_ext->low_2ghz_chan; in wlan_mlme_get_phy_max_freq_range()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/
H A Dservice_ready_param.h242 struct wlan_psoc_host_hal_reg_cap_ext reg_cap_ext; member
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_get_set_utils.c747 max_5g_freq = caps->reg_cap_ext.high_5ghz_chan ? in policy_mgr_get_hw_mode_params()
748 QDF_MIN(caps->reg_cap_ext.high_5ghz_chan, in policy_mgr_get_hw_mode_params()
1040 mac_range->low_2ghz_freq = QDF_MAX(mac_cap->reg_cap_ext.low_2ghz_chan, in policy_mgr_update_24Ghz_freq_info()
1042 mac_range->high_2ghz_freq = mac_cap->reg_cap_ext.high_2ghz_chan ? in policy_mgr_update_24Ghz_freq_info()
1043 QDF_MIN(mac_cap->reg_cap_ext.high_2ghz_chan, in policy_mgr_update_24Ghz_freq_info()
1058 mac_range->low_5ghz_freq = QDF_MAX(mac_cap->reg_cap_ext.low_5ghz_chan, in policy_mgr_update_5Ghz_freq_info()
1060 mac_range->high_5ghz_freq = mac_cap->reg_cap_ext.high_5ghz_chan ? in policy_mgr_update_5Ghz_freq_info()
1061 QDF_MIN(mac_cap->reg_cap_ext.high_5ghz_chan, in policy_mgr_update_5Ghz_freq_info()
1334 mac_cap->reg_cap_ext.low_2ghz_chan, in policy_mgr_update_mac_freq_info()
1335 mac_cap->reg_cap_ext.high_2ghz_chan, in policy_mgr_update_mac_freq_info()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dservice_ready_util.c969 mac_phy_cap->reg_cap_ext.wireless_modes |= in init_deinit_populate_mac_phy_cap_ext2()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c15299 param->reg_cap_ext.wireless_modes = convert_wireless_modes_tlv in extract_mac_phy_cap_service_ready_ext_tlv()
15301 param->reg_cap_ext.low_2ghz_chan = mac_phy_caps->low_2ghz_chan_freq; in extract_mac_phy_cap_service_ready_ext_tlv()
15302 param->reg_cap_ext.high_2ghz_chan = mac_phy_caps->high_2ghz_chan_freq; in extract_mac_phy_cap_service_ready_ext_tlv()
15303 param->reg_cap_ext.low_5ghz_chan = mac_phy_caps->low_5ghz_chan_freq; in extract_mac_phy_cap_service_ready_ext_tlv()
15304 param->reg_cap_ext.high_5ghz_chan = mac_phy_caps->high_5ghz_chan_freq; in extract_mac_phy_cap_service_ready_ext_tlv()