Home
last modified time | relevance | path

Searched refs:reg_info (Results 1 – 25 of 25) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_db_parser.c48 reg_update_alpha2_from_domain(struct cur_regulatory_info *reg_info) in reg_update_alpha2_from_domain() argument
53 if (reg_is_world_ctry_code(reg_info->reg_dmn_pair)) { in reg_update_alpha2_from_domain()
54 qdf_mem_copy(reg_info->alpha2, REG_WORLD_ALPHA2, in reg_update_alpha2_from_domain()
55 sizeof(reg_info->alpha2)); in reg_update_alpha2_from_domain()
63 reg_info->reg_dmn_pair) in reg_update_alpha2_from_domain()
69 qdf_mem_copy(reg_info->alpha2, g_all_countries[i].alpha2, in reg_update_alpha2_from_domain()
71 reg_info->ctry_code = g_all_countries[i].country_code; in reg_update_alpha2_from_domain()
75 reg_update_alpha2_from_domain(struct cur_regulatory_info *reg_info) in reg_update_alpha2_from_domain() argument
101 struct cur_regulatory_info *reg_info) in reg_regrules_assign() argument
106 struct cur_reg_rule *r_r_2g = reg_info->reg_rules_2g_ptr; in reg_regrules_assign()
[all …]
H A Dreg_db_parser.h63 struct cur_regulatory_info *reg_info);
73 QDF_STATUS reg_get_cur_reginfo(struct cur_regulatory_info *reg_info,
H A Dreg_build_chan_list.h106 reg_process_master_chan_list_ext(struct cur_regulatory_info *reg_info);
356 QDF_STATUS reg_process_master_chan_list(struct cur_regulatory_info *reg_info);
H A Dreg_services_common.c1861 struct cur_regulatory_info *reg_info; in reg_program_default_cc() local
1873 reg_info = (struct cur_regulatory_info *)qdf_mem_malloc in reg_program_default_cc()
1875 if (!reg_info) in reg_program_default_cc()
1884 reg_info->psoc = psoc; in reg_program_default_cc()
1885 reg_info->phy_id = wlan_objmgr_pdev_get_pdev_id(pdev); in reg_program_default_cc()
1886 reg_info->num_phy = 1; in reg_program_default_cc()
1900 err = reg_get_cur_reginfo(reg_info, country_index, regdmn_pair); in reg_program_default_cc()
1903 qdf_mem_free(reg_info->reg_rules_2g_ptr); in reg_program_default_cc()
1904 qdf_mem_free(reg_info->reg_rules_5g_ptr); in reg_program_default_cc()
1905 qdf_mem_free(reg_info); in reg_program_default_cc()
[all …]
H A Dreg_utils.c123 reg_info("set default_country: %s", country); in reg_set_default_country()
731 reg_info("same band %d", band_bitmap); in reg_set_band()
758 reg_info("set band bitmap: %d", band_bitmap); in reg_set_band()
H A Dreg_priv_objs.h44 #define reg_info(params...) \ macro
H A Dreg_offload_11d_scan.c70 reg_info("set new 11d country:%c%c to fW", in reg_set_11d_country()
H A Dreg_callbacks.c383 reg_info("sap_state: %d", sap_state); in reg_notify_sap_event()
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
H A Dtarget_if_reg.c255 struct cur_regulatory_info *reg_info; in tgt_reg_chan_list_update_handler() local
285 reg_info = qdf_mem_malloc(sizeof(*reg_info)); in tgt_reg_chan_list_update_handler()
286 if (!reg_info) in tgt_reg_chan_list_update_handler()
290 event_buf, reg_info, len) in tgt_reg_chan_list_update_handler()
297 if (reg_info->phy_id >= PSOC_MAX_PHY_REG_CAP) { in tgt_reg_chan_list_update_handler()
299 reg_info->phy_id); in tgt_reg_chan_list_update_handler()
304 reg_info->psoc = psoc; in tgt_reg_chan_list_update_handler()
306 status = reg_rx_ops->master_list_handler(reg_info); in tgt_reg_chan_list_update_handler()
313 qdf_mem_free(reg_info->reg_rules_2g_ptr); in tgt_reg_chan_list_update_handler()
314 qdf_mem_free(reg_info->reg_rules_5g_ptr); in tgt_reg_chan_list_update_handler()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_tgt_api.c40 *reg_info) in tgt_reg_process_master_chan_list()
45 psoc = reg_info->psoc; in tgt_reg_process_master_chan_list()
56 return reg_process_master_chan_list(reg_info); in tgt_reg_process_master_chan_list()
61 *reg_info) in tgt_reg_process_master_chan_list_ext()
66 psoc = reg_info->psoc; in tgt_reg_process_master_chan_list_ext()
77 return reg_process_master_chan_list_ext(reg_info); in tgt_reg_process_master_chan_list_ext()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_reg_api.c33 struct cur_regulatory_info *reg_info, in wmi_extract_reg_chan_list_update_event() argument
39 evt_buf, reg_info, len); in wmi_extract_reg_chan_list_update_event()
49 struct cur_regulatory_info *reg_info, in wmi_extract_reg_chan_list_ext_update_event() argument
55 (wmi_handle, evt_buf, reg_info, len); in wmi_extract_reg_chan_list_ext_update_event()
H A Dwmi_unified_tlv.c16564 struct cur_regulatory_info *reg_info, in extract_reg_fcc_rules_tlv() argument
16575 reg_info->num_fcc_rules = 0; in extract_reg_fcc_rules_tlv()
16594 reg_info->fcc_rules_ptr = extract_ext_fcc_rules_from_wmi( in extract_reg_fcc_rules_tlv()
16598 reg_info->num_fcc_rules = param_buf->num_reg_fcc_rule; in extract_reg_fcc_rules_tlv()
16603 if (reg_info->fcc_rules_ptr) { in extract_reg_fcc_rules_tlv()
16604 for (i = 0; i < reg_info->num_fcc_rules; i++) { in extract_reg_fcc_rules_tlv()
16606 i, reg_info->fcc_rules_ptr[i].center_freq, in extract_reg_fcc_rules_tlv()
16607 reg_info->fcc_rules_ptr[i].tx_power); in extract_reg_fcc_rules_tlv()
16619 struct cur_regulatory_info *reg_info, in extract_reg_fcc_rules_tlv() argument
16628 struct cur_regulatory_info *reg_info, uint32_t len) in extract_reg_chan_list_ext_update_event_tlv() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_reg_api.h40 struct cur_regulatory_info *reg_info,
56 struct cur_regulatory_info *reg_info,
H A Dwmi_unified_priv.h2402 *reg_info,
2408 *reg_info,
2414 struct afc_regulatory_info *reg_info,
/wlan-driver/platform/icnss2/
H A Ddebug.c200 struct icnss_reg_info reg_info; in icnss_regread_write() local
206 ret = icnss_reg_parse(user_buf, count, &reg_info); in icnss_regread_write()
214 reg_buf = kzalloc(reg_info.data_len, GFP_KERNEL); in icnss_regread_write()
220 ret = wlfw_athdiag_read_send_sync_msg(priv, reg_info.reg_offset, in icnss_regread_write()
221 reg_info.mem_type, in icnss_regread_write()
222 reg_info.data_len, in icnss_regread_write()
230 priv->diag_reg_read_addr = reg_info.reg_offset; in icnss_regread_write()
231 priv->diag_reg_read_mem_type = reg_info.mem_type; in icnss_regread_write()
232 priv->diag_reg_read_len = reg_info.data_len; in icnss_regread_write()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_tgt_api.h36 *reg_info);
46 *reg_info);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c669 struct regulatory *reg_info; in hdd_regulatory_init_no_offload() local
673 reg_info = &hdd_ctx->reg; in hdd_regulatory_init_no_offload()
675 ret_val = cds_fill_some_regulatory_info(reg_info); in hdd_regulatory_init_no_offload()
683 hdd_regulatory_wiphy_init(hdd_ctx, reg_info, wiphy); in hdd_regulatory_init_no_offload()
687 reg_info->cc_src = SOURCE_DRIVER; in hdd_regulatory_init_no_offload()
689 ucfg_reg_set_default_country(hdd_ctx->psoc, reg_info->alpha2); in hdd_regulatory_init_no_offload()
691 cds_fill_and_send_ctl_to_fw(reg_info); in hdd_regulatory_init_no_offload()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_prop_exts_utils.c130 session->he_op.oper_info_6g.info.reg_info; in lim_extract_he_op()
H A Dlim_utils.c11499 struct reg_tpc_power_info *reg_info; in lim_update_tx_power() local
11540 reg_info = &sta_mlme_obj->reg_tpc_obj; in lim_update_tx_power()
11541 pwr_level = reg_info->num_pwr_levels; in lim_update_tx_power()
11543 reg_info->chan_power_info[i].tx_power = tx_power; in lim_update_tx_power()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h2002 *reg_info);
2005 *reg_info);
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_process.c673 bcn->he_op.oper_info_6g.info.reg_info; in __sch_beacon_process_for_session()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms3427 reg_info: 3;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c5573 pBeacon->he_op.oper_info_6g.info.reg_info;
7753 he_op->oper_info_6g.info.reg_info = ap_pwr_type;
H A Ddot11f.c10475 pDst->oper_info_6g.info.reg_info = tmp106__ >> 3 & 0x7; in dot11f_unpack_ie_he_op()
31145 tmp226__ |= (pSrc->oper_info_6g.info.reg_info << 3); in dot11f_pack_ie_he_op()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h10071 uint8_t reg_info:3; member