Home
last modified time | relevance | path

Searched refs:reg_cap (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dservice_ready_util.c777 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap) in init_deinit_update_phy_reg_cap() argument
801 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()
805 else if (reg_cap[phy0].high_5ghz_chan < in init_deinit_update_phy_reg_cap()
806 reg_cap[phy2].high_5ghz_chan) in init_deinit_update_phy_reg_cap()
807 reg_cap[phy0].high_5ghz_chan = in init_deinit_update_phy_reg_cap()
808 reg_cap[phy2].high_5ghz_chan; in init_deinit_update_phy_reg_cap()
815 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap) in init_deinit_update_phy_reg_cap() argument
[all …]
H A Dinit_cmd_api.c340 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap; in init_deinit_derive_band_to_mac_param() local
348 reg_cap = ucfg_reg_get_hal_reg_cap(psoc); in init_deinit_derive_band_to_mac_param()
349 if (!reg_cap) { in init_deinit_derive_band_to_mac_param()
371 reg_cap[i].low_2ghz_chan; in init_deinit_derive_band_to_mac_param()
373 reg_cap[i].high_5ghz_chan; in init_deinit_derive_band_to_mac_param()
377 reg_cap[mac_phy_cap->phy_id].low_5ghz_chan = 0; in init_deinit_derive_band_to_mac_param()
378 reg_cap[mac_phy_cap->phy_id].high_5ghz_chan = 0; in init_deinit_derive_band_to_mac_param()
385 reg_cap[i].low_2ghz_chan; in init_deinit_derive_band_to_mac_param()
387 reg_cap[i].high_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()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
H A Dtarget_if_reg.c692 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap; in tgt_if_regulatory_modify_freq_range() local
694 reg_cap = ucfg_reg_get_hal_reg_cap(psoc); in tgt_if_regulatory_modify_freq_range()
695 if (!reg_cap) { in tgt_if_regulatory_modify_freq_range()
700 if (!(reg_cap->wireless_modes & HOST_REGDMN_MODE_11A)) { in tgt_if_regulatory_modify_freq_range()
701 reg_cap->low_5ghz_chan = 0; in tgt_if_regulatory_modify_freq_range()
702 reg_cap->high_5ghz_chan = 0; in tgt_if_regulatory_modify_freq_range()
705 if (!(reg_cap->wireless_modes & in tgt_if_regulatory_modify_freq_range()
707 reg_cap->low_2ghz_chan = 0; in tgt_if_regulatory_modify_freq_range()
708 reg_cap->high_2ghz_chan = 0; in tgt_if_regulatory_modify_freq_range()
712 reg_cap->phy_id, in tgt_if_regulatory_modify_freq_range()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_priv_objs.h275 reg_cap[PSOC_MAX_PHY_REG_CAP]; member
H A Dreg_priv_objs.c361 reg_cap_ptr = psoc_priv_obj->reg_cap; in wlan_regulatory_pdev_obj_created_notification()
H A Dreg_services_common.c2234 return psoc_priv_obj->reg_cap; in reg_get_hal_reg_cap()
2239 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap, in reg_set_hal_reg_cap() argument
2257 qdf_mem_copy(psoc_priv_obj->reg_cap, reg_cap, in reg_set_hal_reg_cap()
2281 psoc_priv_obj->reg_cap[phy_id].wireless_modes |= wireless_modes; in reg_update_hal_cap_wireless_modes()
2294 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap; in reg_update_hal_reg_range_caps() local
2308 reg_cap = &psoc_priv_obj->reg_cap[phy_id]; in reg_update_hal_reg_range_caps()
2309 reg_cap->low_2ghz_chan = low_2g_chan; in reg_update_hal_reg_range_caps()
2310 reg_cap->high_2ghz_chan = high_2g_chan; in reg_update_hal_reg_range_caps()
2311 reg_cap->low_5ghz_chan = low_5g_chan; in reg_update_hal_reg_range_caps()
2312 reg_cap->high_5ghz_chan = high_5g_chan; in reg_update_hal_reg_range_caps()
[all …]
H A Dreg_services_common.h474 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap,
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_ucfg_api.h676 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap,
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h1016 HAL_REG_CAPABILITIES reg_cap; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c6413 tgt_cfg.reg_domain = wma_handle->reg_cap.eeprom_rd; in wma_update_hdd_cfg()
6414 tgt_cfg.eeprom_rd_ext = wma_handle->reg_cap.eeprom_rd_ext; in wma_update_hdd_cfg()
6797 qdf_mem_copy(&wma_handle->reg_cap, param_buf->hal_reg_capabilities, in wma_rx_service_ready_event()