Home
last modified time | relevance | path

Searched refs:reg_rules_2g_ptr (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_db_parser.c106 struct cur_reg_rule *r_r_2g = reg_info->reg_rules_2g_ptr; in reg_regrules_assign()
131 if ((r_r_2g == reg_info->reg_rules_2g_ptr) && in reg_regrules_assign()
296 reg_info->reg_rules_2g_ptr = (struct cur_reg_rule *) in reg_get_reginfo_from_country_code_and_regdmn_pair()
365 reg_info->reg_rules_2g_ptr = (struct cur_reg_rule *) in reg_get_reginfo_from_regdmn_pair()
H A Dreg_services_common.c1903 qdf_mem_free(reg_info->reg_rules_2g_ptr); in reg_program_default_cc()
1916 qdf_mem_free(reg_info->reg_rules_2g_ptr); in reg_program_default_cc()
1925 qdf_mem_free(reg_info->reg_rules_2g_ptr); in reg_program_default_cc()
1937 qdf_mem_free(reg_info->reg_rules_2g_ptr); in reg_program_default_cc()
1983 qdf_mem_free(reg_info->reg_rules_2g_ptr); in reg_program_chan_list_po()
1993 qdf_mem_free(reg_info->reg_rules_2g_ptr); in reg_program_chan_list_po()
2002 qdf_mem_free(reg_info->reg_rules_2g_ptr); in reg_program_chan_list_po()
H A Dreg_build_chan_list.c4297 reg_rule_2g = regulat_info->reg_rules_2g_ptr; in reg_fill_master_channels()
4568 reg_rule_2g = regulat_info->reg_rules_2g_ptr; in reg_validate_master_chan_list_ext()
5904 reg_rule_2g = regulat_info->reg_rules_2g_ptr; in __reg_process_master_chan_list()
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
H A Dtarget_if_reg.c313 qdf_mem_free(reg_info->reg_rules_2g_ptr); in tgt_reg_chan_list_update_handler()
454 qdf_mem_free(reg_info->reg_rules_2g_ptr); in tgt_reg_chan_list_ext_update_handler()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h1287 struct cur_reg_rule *reg_rules_2g_ptr; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c16851 reg_info->reg_rules_2g_ptr = in extract_reg_chan_list_ext_update_event_tlv()
16858 if (!reg_info->reg_rules_2g_ptr) in extract_reg_chan_list_ext_update_event_tlv()
16861 i, reg_info->reg_rules_2g_ptr[i].start_freq, in extract_reg_chan_list_ext_update_event_tlv()
16862 reg_info->reg_rules_2g_ptr[i].end_freq, in extract_reg_chan_list_ext_update_event_tlv()
16863 reg_info->reg_rules_2g_ptr[i].max_bw, in extract_reg_chan_list_ext_update_event_tlv()
16864 reg_info->reg_rules_2g_ptr[i].reg_power, in extract_reg_chan_list_ext_update_event_tlv()
16865 reg_info->reg_rules_2g_ptr[i].ant_gain, in extract_reg_chan_list_ext_update_event_tlv()
16866 reg_info->reg_rules_2g_ptr[i].flags, in extract_reg_chan_list_ext_update_event_tlv()
16867 reg_info->reg_rules_2g_ptr[i].psd_flag, in extract_reg_chan_list_ext_update_event_tlv()
16868 reg_info->reg_rules_2g_ptr[i].psd_eirp); in extract_reg_chan_list_ext_update_event_tlv()
[all …]