Home
last modified time | relevance | path

Searched refs:cur_reg_rule (Results 1 – 5 of 5) 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()
107 struct cur_reg_rule *r_r_5g = reg_info->reg_rules_5g_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()
298 sizeof(struct cur_reg_rule)); in reg_get_reginfo_from_country_code_and_regdmn_pair()
299 reg_info->reg_rules_5g_ptr = (struct cur_reg_rule *) in reg_get_reginfo_from_country_code_and_regdmn_pair()
301 sizeof(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()
367 sizeof(struct cur_reg_rule)); in reg_get_reginfo_from_regdmn_pair()
368 reg_info->reg_rules_5g_ptr = (struct cur_reg_rule *) in reg_get_reginfo_from_regdmn_pair()
370 sizeof(struct cur_reg_rule)); in reg_get_reginfo_from_regdmn_pair()
H A Dreg_build_chan_list.c92 struct cur_reg_rule *reg_rule, in reg_fill_psd_info()
116 struct cur_reg_rule *reg_rule, in reg_fill_psd_info()
137 struct cur_reg_rule *reg_rule, in reg_fill_channel_info()
200 struct cur_reg_rule *rule_start_ptr, in reg_populate_band_channels_ext_for_6g()
205 struct cur_reg_rule *found_rule_ptr; in reg_populate_band_channels_ext_for_6g()
206 struct cur_reg_rule *cur_rule_ptr; in reg_populate_band_channels_ext_for_6g()
253 struct cur_reg_rule *rule_start_ptr, in reg_populate_band_channels_ext_for_6g()
274 struct cur_reg_rule *rule_start_ptr, in reg_populate_band_channels()
279 struct cur_reg_rule *found_rule_ptr; in reg_populate_band_channels()
280 struct cur_reg_rule *cur_rule_ptr; in reg_populate_band_channels()
[all …]
H A Dreg_services_common.c7044 struct cur_reg_rule *p_sp_reg_rule; in reg_iterate_sp_rules()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h1207 struct cur_reg_rule { struct
1287 struct cur_reg_rule *reg_rules_2g_ptr;
1288 struct cur_reg_rule *reg_rules_5g_ptr;
1301 struct cur_reg_rule *reg_rules_6g_ap_ptr[REG_CURRENT_MAX_AP_TYPE];
1302 struct cur_reg_rule *reg_rules_6g_client_ptr[REG_CURRENT_MAX_AP_TYPE][REG_MAX_CLIENT_TYPE];
1502 struct cur_reg_rule reg_rules[MAX_REG_RULES];
1505 struct cur_reg_rule reg_rules_6g_ap[REG_CURRENT_MAX_AP_TYPE][MAX_6G_REG_RULES];
1507 struct cur_reg_rule reg_rules_6g_client[REG_CURRENT_MAX_AP_TYPE][MAX_6G_REG_RULES];
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c16338 static struct cur_reg_rule
16342 struct cur_reg_rule *reg_rule_ptr; in create_ext_reg_rules_from_wmi()
16385 static struct cur_reg_rule
16389 struct cur_reg_rule *reg_rule_ptr; in create_reg_rules_from_wmi()