Home
last modified time | relevance | path

Searched refs:num_6g_reg_rules_ap (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_build_chan_list.c4284 uint32_t num_6g_reg_rules_ap[REG_CURRENT_MAX_AP_TYPE]; in reg_fill_master_channels() local
4313 num_6g_reg_rules_ap[i] = regulat_info->num_6g_reg_rules_ap[i]; in reg_fill_master_channels()
4314 reg_update_max_bw_per_rule(num_6g_reg_rules_ap[i], in reg_fill_master_channels()
4344 reg_rules->num_of_6g_ap_reg_rules[i] = num_6g_reg_rules_ap[i]; in reg_fill_master_channels()
4345 if (num_6g_reg_rules_ap[i] > MAX_6G_REG_RULES) { in reg_fill_master_channels()
4382 if (num_6g_reg_rules_ap[i]) in reg_fill_master_channels()
4385 num_6g_reg_rules_ap[i] * in reg_fill_master_channels()
4420 if (num_6g_reg_rules_ap[i]) in reg_fill_master_channels()
4424 num_6g_reg_rules_ap[i], in reg_fill_master_channels()
4558 uint32_t num_6g_reg_rules_ap[REG_CURRENT_MAX_AP_TYPE]; in reg_validate_master_chan_list_ext() local
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c16636 uint32_t num_6g_reg_rules_ap[REG_CURRENT_MAX_AP_TYPE]; in extract_reg_chan_list_ext_update_event_tlv() local
16655 reg_info->num_6g_reg_rules_ap[REG_STANDARD_POWER_AP] = in extract_reg_chan_list_ext_update_event_tlv()
16657 reg_info->num_6g_reg_rules_ap[REG_INDOOR_AP] = in extract_reg_chan_list_ext_update_event_tlv()
16659 reg_info->num_6g_reg_rules_ap[REG_VERY_LOW_POWER_AP] = in extract_reg_chan_list_ext_update_event_tlv()
16663 reg_info->num_6g_reg_rules_ap[REG_STANDARD_POWER_AP], in extract_reg_chan_list_ext_update_event_tlv()
16664 reg_info->num_6g_reg_rules_ap[REG_INDOOR_AP], in extract_reg_chan_list_ext_update_event_tlv()
16665 reg_info->num_6g_reg_rules_ap[REG_VERY_LOW_POWER_AP]); in extract_reg_chan_list_ext_update_event_tlv()
16685 num_6g_reg_rules_ap[i] = reg_info->num_6g_reg_rules_ap[i]; in extract_reg_chan_list_ext_update_event_tlv()
16686 if (num_6g_reg_rules_ap[i] > MAX_6G_REG_RULES) { in extract_reg_chan_list_ext_update_event_tlv()
16688 num_6g_reg_rules_ap[i]); in extract_reg_chan_list_ext_update_event_tlv()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
Dreg_services_public_struct.h1299 uint32_t num_6g_reg_rules_ap[REG_CURRENT_MAX_AP_TYPE]; member