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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user