/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
D | reg_db_parser.c | 48 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 …]
|
D | reg_db_parser.h | 63 struct cur_regulatory_info *reg_info); 73 QDF_STATUS reg_get_cur_reginfo(struct cur_regulatory_info *reg_info,
|
D | reg_build_chan_list.h | 106 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);
|
D | reg_services_common.c | 1861 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 …]
|
D | reg_utils.c | 123 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()
|
D | reg_priv_objs.h | 44 #define reg_info(params...) \ macro
|
D | reg_offload_11d_scan.c | 70 reg_info("set new 11d country:%c%c to fW", in reg_set_11d_country()
|
D | reg_callbacks.c | 383 reg_info("sap_state: %d", sap_state); in reg_notify_sap_event()
|
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/ |
D | target_if_reg.c | 255 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/ |
D | wlan_reg_tgt_api.c | 40 *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/ |
D | wmi_unified_reg_api.c | 33 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()
|
D | wmi_unified_tlv.c | 16564 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/ |
D | wmi_unified_reg_api.h | 40 struct cur_regulatory_info *reg_info, 56 struct cur_regulatory_info *reg_info,
|
D | wmi_unified_priv.h | 2402 *reg_info, 2408 *reg_info, 2414 struct afc_regulatory_info *reg_info,
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ |
D | wlan_reg_tgt_api.h | 36 *reg_info); 46 *reg_info);
|
/wlan-driver/platform/icnss2/ |
D | debug.c | 200 struct icnss_reg_info reg_info; in icnss_regread_write() local 206 ret = icnss_reg_parse(user_buf, count, ®_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/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_regulatory.c | 669 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/ |
D | lim_prop_exts_utils.c | 130 session->he_op.oper_info_6g.info.reg_info; in lim_extract_he_op()
|
D | lim_utils.c | 11499 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/ |
D | wlan_lmac_if_def.h | 2002 *reg_info); 2005 *reg_info);
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
D | sch_beacon_process.c | 673 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/ |
D | dot11f.frms | 3427 reg_info: 3;
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 5573 pBeacon->he_op.oper_info_6g.info.reg_info; 7753 he_op->oper_info_6g.info.reg_info = ap_pwr_type;
|
D | dot11f.c | 10475 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/ |
D | dot11f.h | 10071 uint8_t reg_info:3; member
|