qcacmn: Add cmd to disable same ssid feature

Add a command to globally disable same ssid feature from uci

Change-Id: If995f673f6b0bd3cecc48293cb579e517b623e74
CRs-Fixed:2522146
This commit is contained in:
narayan
2019-09-10 16:08:40 +05:30
committed by nshrivas
parent 446837d5f8
commit 7d5c0c3d59

View File

@@ -1736,6 +1736,10 @@ enum _ol_ath_param_t {
OL_ATH_EXT_ACS_REQUEST_IN_PROGRESS = 423,
/* set/get hw mode */
OL_ATH_PARAM_HW_MODE = 424,
#if DBDC_REPEATER_SUPPORT
/* same ssid feature global disable */
OL_ATH_PARAM_SAME_SSID_DISABLE = 425,
#endif
};
#endif
/* Bitmasks for stats that can block */