qcacmn: Add APIs to configure target AFC flags

Add common code to configure target AFC flags:
enable_6ghz_sp_pwrmode_supp, afc_disable_timer_check,
afc_disable_request_id_check.

Remove cfg_get set is_afc_reg_noaction code, add it to psoc regulatory
private data.

Add APIs to set and get these AFC configures.

Change-Id: Idf74b245113eee18b071a7fbb92bb151cd535ce8
CRs-Fixed: 3154185
This commit is contained in:
Will Huang
2022-10-27 12:07:29 +08:00
committed by Madan Koyyalamudi
parent ac613788de
commit f8f0b97ffa
13 changed files with 470 additions and 4 deletions

View File

@@ -5835,6 +5835,9 @@ typedef enum {
#if defined(CONFIG_BAND_6GHZ)
wmi_service_lower_6g_edge_ch_supp,
wmi_service_disable_upper_6g_edge_ch_supp,
#ifdef CONFIG_AFC_SUPPORT
wmi_service_afc_support,
#endif
#endif
wmi_service_dcs_awgn_int_support,
#ifdef WLAN_FEATURE_IGMP_OFFLOAD