Searched refs:psd_eirp (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
D | reg_build_chan_list.c | 97 master_list[chan_enum].psd_eirp = reg_rule->psd_eirp; in reg_fill_psd_info() 2013 (int16_t)chan->psd_eirp, in reg_dump_valid_6ghz_channel_list() 2261 afc_chan_list[i].psd_eirp = in reg_intersect_6g_afc_chan_list() 2262 QDF_MIN((int16_t)sp_chan_list[i].psd_eirp, in reg_intersect_6g_afc_chan_list() 2263 (int16_t)afc_mas_chan_list[i].psd_eirp); in reg_intersect_6g_afc_chan_list() 2275 afc_chan_list[i].psd_eirp = sp_chan_list[i].psd_eirp; in reg_intersect_6g_afc_chan_list() 2872 chan_info->reg_chan_pwr[pwr_type].psd_eirp = reg_chan->psd_eirp; in copy_enh_chan_info_from_reg_chan() 3786 chan->psd_eirp = sc_entry.reg_chan_pwr[in_6g_pwr_mode].psd_eirp; in reg_copy_from_super_chan_info_to_reg_channel() 4820 afc_mas_chan_list[chan_idx].psd_eirp = 0; in reg_disable_afc_mas_chan_list_channels() 5620 afc_chan_list[j].psd_eirp = coal_freq_obj.max_psd / 100; in reg_fill_max_psd_in_afc_chan_list()
|
D | reg_services_common.c | 4471 return chan->psd_eirp; in reg_get_psd_power() 4486 uint16_t *tx_power, uint16_t *psd_eirp, uint32_t *flags) in reg_get_channel_power_attr_from_secondary_list_for_freq() argument 4492 if (!is_psd && !tx_power && !psd_eirp && !flags) { in reg_get_channel_power_attr_from_secondary_list_for_freq() 4519 if (psd_eirp) in reg_get_channel_power_attr_from_secondary_list_for_freq() 4520 *psd_eirp = reg_get_psd_power(chan, is_psd); in reg_get_channel_power_attr_from_secondary_list_for_freq() 4540 uint16_t tx_power, psd_eirp; in reg_decide_6ghz_power_within_bw_for_freq() local 4579 &psd_eirp, &chan_flags) != QDF_STATUS_SUCCESS) in reg_decide_6ghz_power_within_bw_for_freq() 4581 *min_psd_eirp = (int16_t)psd_eirp; in reg_decide_6ghz_power_within_bw_for_freq() 4591 &psd_eirp, &chan_flags) != QDF_STATUS_SUCCESS) in reg_decide_6ghz_power_within_bw_for_freq() 4595 *min_psd_eirp = (int16_t)psd_eirp; in reg_decide_6ghz_power_within_bw_for_freq() [all …]
|
D | reg_services_common.h | 1343 uint16_t *tx_power, uint16_t *psd_eirp,
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ |
D | reg_services_public_struct.h | 1023 uint16_t psd_eirp; member 1085 uint16_t psd_eirp; member 1215 uint16_t psd_eirp; member
|
D | wlan_reg_services_api.h | 1964 uint16_t *psd_eirp, uint32_t *flags);
|
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/ |
D | wlan_dcs.c | 1559 int16_t psd_eirp; in wlan_sap_update_tpc_on_channel() local 1566 pdev, freq, bw, &is_psd, &tx_power, &psd_eirp, &power_type, in wlan_sap_update_tpc_on_channel() 1592 tpc->chan_power_info[i].tx_power = (uint8_t)psd_eirp; in wlan_sap_update_tpc_on_channel() 1598 power_type, is_psd, tx_power, psd_eirp, tpc->num_pwr_levels); in wlan_sap_update_tpc_on_channel()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/ |
D | wlan_reg_services_api.c | 1182 uint16_t *psd_eirp, uint32_t *flags) in wlan_reg_get_chan_pwr_attr_from_secondary_list_for_freq() argument 1185 pdev, freq, is_psd, tx_power, psd_eirp, flags); in wlan_reg_get_chan_pwr_attr_from_secondary_list_for_freq()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_tlv.c | 16376 reg_rule_ptr[count].psd_eirp = in create_ext_reg_rules_from_wmi() 16868 reg_info->reg_rules_2g_ptr[i].psd_eirp); in extract_reg_chan_list_ext_update_event_tlv() 16887 reg_info->reg_rules_5g_ptr[i].psd_eirp); in extract_reg_chan_list_ext_update_event_tlv() 16910 reg_info->reg_rules_6g_ap_ptr[i][j].psd_eirp); in extract_reg_chan_list_ext_update_event_tlv() 16937 reg_info->reg_rules_6g_client_ptr[j][i][k].psd_eirp); in extract_reg_chan_list_ext_update_event_tlv()
|