Home
last modified time | relevance | path

Searched refs:low_5ghz_chan (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_object_manager.c146 uint32_t low_5ghz_chan = 0; in hdd_objmgr_create_and_store_pdev() local
165 &high_2ghz_chan, &low_5ghz_chan, in hdd_objmgr_create_and_store_pdev()
170 reg_cap_ptr->low_5ghz_chan = low_5ghz_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/
Dservice_ready_param.h58 uint32_t low_5ghz_chan; member
131 uint32_t low_5ghz_chan; member
514 uint32_t low_5ghz_chan; member
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
Dservice_ready_util.c801 if (reg_cap[phy0].low_5ghz_chan > in init_deinit_update_phy_reg_cap()
802 reg_cap[phy2].low_5ghz_chan) in init_deinit_update_phy_reg_cap()
803 reg_cap[phy0].low_5ghz_chan = in init_deinit_update_phy_reg_cap()
804 reg_cap[phy2].low_5ghz_chan; in init_deinit_update_phy_reg_cap()
843 reg_cap->low_5ghz_chan = cap->low_5ghz_chan; in init_deinit_fill_host_reg_cap()
857 ext_param->low_5ghz_chan = cap->low_5ghz_chan; in init_deinit_populate_tgt_ext_param()
Dinit_cmd_api.c377 reg_cap[mac_phy_cap->phy_id].low_5ghz_chan = 0; in init_deinit_derive_band_to_mac_param()
403 reg_cap[i].low_5ghz_chan; in init_deinit_derive_band_to_mac_param()
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
Dtarget_if_reg.c701 reg_cap->low_5ghz_chan = 0; in tgt_if_regulatory_modify_freq_range()
715 reg_cap->low_5ghz_chan, in tgt_if_regulatory_modify_freq_range()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_priv_objs.c389 range_5g_low = reg_cap_ptr->low_5ghz_chan; in wlan_regulatory_pdev_obj_created_notification()
Dreg_services_common.c2311 reg_cap->low_5ghz_chan = low_5g_chan; in reg_update_hal_reg_range_caps()
3278 pdev_priv_obj->range_5g_low = reg_cap_ptr->low_5ghz_chan; in reg_update_channel_ranges()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
Dwlan_objmgr_psoc_obj.h461 uint32_t low_5ghz_chan; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_ucfg_api.h190 uint32_t *low_5ghz_chan, in ucfg_mlme_get_phy_max_freq_range() argument
196 low_5ghz_chan, in ucfg_mlme_get_phy_max_freq_range()
Dwlan_mlme_api.h4210 uint32_t *low_5ghz_chan,
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c6755 uint32_t *low_5ghz_chan, in wlan_mlme_get_phy_max_freq_range() argument
6776 reg_low_5ghz_chan = reg_cap_ext->low_5ghz_chan; in wlan_mlme_get_phy_max_freq_range()
6794 if (reg_cap_ext->low_5ghz_chan) { in wlan_mlme_get_phy_max_freq_range()
6796 QDF_MIN(reg_cap_ext->low_5ghz_chan, in wlan_mlme_get_phy_max_freq_range()
6798 reg_cap_ext->low_5ghz_chan; in wlan_mlme_get_phy_max_freq_range()
6826 *low_5ghz_chan = reg_low_5ghz_chan; in wlan_mlme_get_phy_max_freq_range()
/wlan-driver/fw-api/fw/
Dwlan_defs.h458 A_UINT32 low_5ghz_chan; member
Dwmi_unified.h36751 A_UINT32 low_5ghz_chan; /* freq in MHz */ member
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_get_set_utils.c1058 mac_range->low_5ghz_freq = QDF_MAX(mac_cap->reg_cap_ext.low_5ghz_chan, in policy_mgr_update_5Ghz_freq_info()
1336 mac_cap->reg_cap_ext.low_5ghz_chan, in policy_mgr_update_mac_freq_info()
1362 mac_cap->reg_cap_ext.low_5ghz_chan || in policy_mgr_update_mac_freq_info()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c15303 param->reg_cap_ext.low_5ghz_chan = mac_phy_caps->low_5ghz_chan_freq; in extract_mac_phy_cap_service_ready_ext_tlv()
15573 param->low_5ghz_chan = ext_reg_cap->low_5ghz_chan; in extract_reg_cap_service_ready_ext_tlv()