/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_object_manager.c | 145 uint32_t high_2ghz_chan = 0; in hdd_objmgr_create_and_store_pdev() local 165 &high_2ghz_chan, &low_5ghz_chan, in hdd_objmgr_create_and_store_pdev() 169 reg_cap_ptr->high_2ghz_chan = high_2ghz_chan; in hdd_objmgr_create_and_store_pdev() 173 reg_cap_ptr->high_2ghz_chan, reg_cap_ptr->low_5ghz_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 | 57 uint32_t high_2ghz_chan; member 130 uint32_t high_2ghz_chan; member 513 uint32_t high_2ghz_chan; member
|
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/ |
H A D | service_ready_util.c | 842 reg_cap->high_2ghz_chan = cap->high_2ghz_chan; in init_deinit_fill_host_reg_cap() 856 ext_param->high_2ghz_chan = cap->high_2ghz_chan; in init_deinit_populate_tgt_ext_param()
|
H A D | init_cmd_api.c | 387 reg_cap[i].high_2ghz_chan; in init_deinit_derive_band_to_mac_param() 396 reg_cap[mac_phy_cap->phy_id].high_2ghz_chan = 0; in init_deinit_derive_band_to_mac_param()
|
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/ |
H A D | target_if_reg.c | 708 reg_cap->high_2ghz_chan = 0; in tgt_if_regulatory_modify_freq_range() 714 reg_cap->high_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 | 388 range_2g_high = reg_cap_ptr->high_2ghz_chan; in wlan_regulatory_pdev_obj_created_notification()
|
H A D | reg_services_common.c | 2310 reg_cap->high_2ghz_chan = high_2g_chan; in reg_update_hal_reg_range_caps() 3277 pdev_priv_obj->range_2g_high = reg_cap_ptr->high_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 | 460 uint32_t high_2ghz_chan; member
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/ |
H A D | wlan_mlme_ucfg_api.h | 189 uint32_t *high_2ghz_chan, in ucfg_mlme_get_phy_max_freq_range() argument 195 high_2ghz_chan, in ucfg_mlme_get_phy_max_freq_range()
|
H A D | wlan_mlme_api.h | 4209 uint32_t *high_2ghz_chan,
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
H A D | wlan_mlme_api.c | 6754 uint32_t *high_2ghz_chan, in wlan_mlme_get_phy_max_freq_range() argument 6775 reg_high_2ghz_chan = reg_cap_ext->high_2ghz_chan; in wlan_mlme_get_phy_max_freq_range() 6788 if (reg_cap_ext->high_2ghz_chan) { in wlan_mlme_get_phy_max_freq_range() 6790 QDF_MAX(reg_cap_ext->high_2ghz_chan, in wlan_mlme_get_phy_max_freq_range() 6792 reg_cap_ext->high_2ghz_chan; in wlan_mlme_get_phy_max_freq_range() 6825 *high_2ghz_chan = reg_high_2ghz_chan; in wlan_mlme_get_phy_max_freq_range()
|
/wlan-driver/fw-api/fw/ |
H A D | wlan_defs.h | 457 A_UINT32 high_2ghz_chan; member
|
H A D | wmi_unified.h | 36750 A_UINT32 high_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 | 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() 1335 mac_cap->reg_cap_ext.high_2ghz_chan, in policy_mgr_update_mac_freq_info()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_tlv.c | 15302 param->reg_cap_ext.high_2ghz_chan = mac_phy_caps->high_2ghz_chan_freq; in extract_mac_phy_cap_service_ready_ext_tlv() 15572 param->high_2ghz_chan = ext_reg_cap->high_2ghz_chan; in extract_reg_cap_service_ready_ext_tlv()
|