/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_object_manager.c | 144 uint32_t low_2ghz_chan = 0; in hdd_objmgr_create_and_store_pdev() local 164 ucfg_mlme_get_phy_max_freq_range(psoc, &low_2ghz_chan, in hdd_objmgr_create_and_store_pdev() 168 reg_cap_ptr->low_2ghz_chan = low_2ghz_chan; in hdd_objmgr_create_and_store_pdev() 172 hdd_debug("pdev freq range %d %d %d %d", reg_cap_ptr->low_2ghz_chan, in hdd_objmgr_create_and_store_pdev()
|
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/ |
H A D | service_ready_param.h | 56 uint32_t low_2ghz_chan; member 129 uint32_t low_2ghz_chan; member 512 uint32_t low_2ghz_chan; member
|
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/ |
H A D | init_cmd_api.c | 371 reg_cap[i].low_2ghz_chan; in init_deinit_derive_band_to_mac_param() 385 reg_cap[i].low_2ghz_chan; in init_deinit_derive_band_to_mac_param() 395 reg_cap[mac_phy_cap->phy_id].low_2ghz_chan = 0; in init_deinit_derive_band_to_mac_param()
|
H A D | service_ready_util.c | 841 reg_cap->low_2ghz_chan = cap->low_2ghz_chan; in init_deinit_fill_host_reg_cap() 855 ext_param->low_2ghz_chan = cap->low_2ghz_chan; in init_deinit_populate_tgt_ext_param()
|
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/ |
H A D | target_if_reg.c | 707 reg_cap->low_2ghz_chan = 0; in tgt_if_regulatory_modify_freq_range() 713 reg_cap->low_2ghz_chan, in tgt_if_regulatory_modify_freq_range()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
H A D | reg_priv_objs.c | 387 range_2g_low = reg_cap_ptr->low_2ghz_chan; in wlan_regulatory_pdev_obj_created_notification()
|
H A D | reg_services_common.c | 2309 reg_cap->low_2ghz_chan = low_2g_chan; in reg_update_hal_reg_range_caps() 3276 pdev_priv_obj->range_2g_low = reg_cap_ptr->low_2ghz_chan; in reg_update_channel_ranges()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/ |
H A D | wlan_objmgr_psoc_obj.h | 459 uint32_t low_2ghz_chan; member
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/ |
H A D | wlan_mlme_ucfg_api.h | 188 uint32_t *low_2ghz_chan, in ucfg_mlme_get_phy_max_freq_range() argument 194 low_2ghz_chan, in ucfg_mlme_get_phy_max_freq_range()
|
H A D | wlan_mlme_api.h | 4208 uint32_t *low_2ghz_chan,
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
H A D | wlan_mlme_api.c | 6753 uint32_t *low_2ghz_chan, in wlan_mlme_get_phy_max_freq_range() argument 6774 reg_low_2ghz_chan = reg_cap_ext->low_2ghz_chan; 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() 6824 *low_2ghz_chan = reg_low_2ghz_chan; in wlan_mlme_get_phy_max_freq_range()
|
/wlan-driver/fw-api/fw/ |
H A D | wlan_defs.h | 456 A_UINT32 low_2ghz_chan; member
|
H A D | wmi_unified.h | 36749 A_UINT32 low_2ghz_chan; /* freq in MHz */ member
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_get_set_utils.c | 1040 mac_range->low_2ghz_freq = QDF_MAX(mac_cap->reg_cap_ext.low_2ghz_chan, in policy_mgr_update_24Ghz_freq_info() 1334 mac_cap->reg_cap_ext.low_2ghz_chan, in policy_mgr_update_mac_freq_info() 1363 mac_cap->reg_cap_ext.low_2ghz_chan) in policy_mgr_update_mac_freq_info()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_tlv.c | 15301 param->reg_cap_ext.low_2ghz_chan = mac_phy_caps->low_2ghz_chan_freq; in extract_mac_phy_cap_service_ready_ext_tlv() 15571 param->low_2ghz_chan = ext_reg_cap->low_2ghz_chan; in extract_reg_cap_service_ready_ext_tlv()
|