Home
last modified time | relevance | path

Searched refs:reg_cap_ptr (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_object_manager.c143 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap_ptr; in hdd_objmgr_create_and_store_pdev() local
158 reg_cap_ptr = ucfg_reg_get_hal_reg_cap(psoc); in hdd_objmgr_create_and_store_pdev()
159 if (!reg_cap_ptr) { in hdd_objmgr_create_and_store_pdev()
167 reg_cap_ptr->phy_id = 0; in hdd_objmgr_create_and_store_pdev()
168 reg_cap_ptr->low_2ghz_chan = low_2ghz_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()
170 reg_cap_ptr->low_5ghz_chan = low_5ghz_chan; in hdd_objmgr_create_and_store_pdev()
171 reg_cap_ptr->high_5ghz_chan = high_5ghz_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()
173 reg_cap_ptr->high_2ghz_chan, reg_cap_ptr->low_5ghz_chan, in hdd_objmgr_create_and_store_pdev()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_priv_objs.c313 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap_ptr; in wlan_regulatory_pdev_obj_created_notification() local
361 reg_cap_ptr = psoc_priv_obj->reg_cap; in wlan_regulatory_pdev_obj_created_notification()
370 if (!reg_cap_ptr) { in wlan_regulatory_pdev_obj_created_notification()
376 if (reg_cap_ptr->phy_id == phy_id) in wlan_regulatory_pdev_obj_created_notification()
378 reg_cap_ptr++; in wlan_regulatory_pdev_obj_created_notification()
387 range_2g_low = reg_cap_ptr->low_2ghz_chan; in wlan_regulatory_pdev_obj_created_notification()
388 range_2g_high = reg_cap_ptr->high_2ghz_chan; in wlan_regulatory_pdev_obj_created_notification()
389 range_5g_low = reg_cap_ptr->low_5ghz_chan; in wlan_regulatory_pdev_obj_created_notification()
390 range_5g_high = reg_cap_ptr->high_5ghz_chan; in wlan_regulatory_pdev_obj_created_notification()
396 pdev_priv_obj->wireless_modes = reg_cap_ptr->wireless_modes; in wlan_regulatory_pdev_obj_created_notification()
H A Dreg_services_common.c3225 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap_ptr; in reg_update_channel_ranges() local
3257 reg_cap_ptr = psoc_priv_obj->reg_cap; in reg_update_channel_ranges()
3260 if (!reg_cap_ptr) { in reg_update_channel_ranges()
3266 if (reg_cap_ptr->phy_id == phy_id) in reg_update_channel_ranges()
3268 reg_cap_ptr++; in reg_update_channel_ranges()
3276 pdev_priv_obj->range_2g_low = reg_cap_ptr->low_2ghz_chan; in reg_update_channel_ranges()
3277 pdev_priv_obj->range_2g_high = reg_cap_ptr->high_2ghz_chan; in reg_update_channel_ranges()
3278 pdev_priv_obj->range_5g_low = reg_cap_ptr->low_5ghz_chan; in reg_update_channel_ranges()
3279 pdev_priv_obj->range_5g_high = reg_cap_ptr->high_5ghz_chan; in reg_update_channel_ranges()
3280 pdev_priv_obj->wireless_modes = reg_cap_ptr->wireless_modes; in reg_update_channel_ranges()
/wlan-driver/qca-wifi-host-cmn/target_if/dfs/src/
H A Dtarget_if_dfs.c332 struct wlan_psoc_host_hal_reg_capabilities_ext *reg_cap_ptr; in target_if_dfs_is_pdev_5ghz() local
342 reg_cap_ptr = ucfg_reg_get_hal_reg_cap(psoc); in target_if_dfs_is_pdev_5ghz()
343 if (!reg_cap_ptr) { in target_if_dfs_is_pdev_5ghz()
348 if (reg_cap_ptr[pdev_id].wireless_modes & in target_if_dfs_is_pdev_5ghz()