|
@@ -120,6 +120,7 @@ struct chan_change_cbk_entry {
|
|
|
* @coex_unsafe_chan_reg_disable: To disable reg channels for received coex
|
|
|
* unsafe channels list
|
|
|
* @reg_afc_dev_type: AFC device deployment type from BDF
|
|
|
+ * @sta_sap_scc_on_indoor_channel: Value of sap+sta scc on indoor support
|
|
|
*/
|
|
|
struct wlan_regulatory_psoc_priv_obj {
|
|
|
struct mas_chan_params mas_chan_params[PSOC_MAX_PHY_REG_CAP];
|
|
@@ -190,6 +191,7 @@ struct wlan_regulatory_psoc_priv_obj {
|
|
|
#ifdef CONFIG_AFC_SUPPORT
|
|
|
enum reg_afc_dev_deploy_type reg_afc_dev_type;
|
|
|
#endif
|
|
|
+ bool sta_sap_scc_on_indoor_channel;
|
|
|
};
|
|
|
|
|
|
/**
|
|
@@ -237,6 +239,7 @@ struct wlan_regulatory_psoc_priv_obj {
|
|
|
* @reg_6g_thresh_priority_freq: All frequencies greater or equal will be given
|
|
|
* priority during channel selection by upper layer
|
|
|
* @reg_afc_dev_deployment_type: AFC device deployment type from BDF
|
|
|
+ * @sta_sap_scc_on_indoor_channel: Value of sap+sta scc on indoor support
|
|
|
*/
|
|
|
struct wlan_regulatory_pdev_priv_obj {
|
|
|
struct regulatory_channel cur_chan_list[NUM_CHANNELS];
|
|
@@ -312,6 +315,7 @@ struct wlan_regulatory_pdev_priv_obj {
|
|
|
bool is_reg_noaction_on_afc_pwr_evt;
|
|
|
enum reg_afc_dev_deploy_type reg_afc_dev_deployment_type;
|
|
|
#endif
|
|
|
+ bool sta_sap_scc_on_indoor_channel;
|
|
|
};
|
|
|
|
|
|
/**
|