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
这个提交包含在:
narayan
2019-09-10 16:08:40 +05:30
提交者 nshrivas
父节点 446837d5f8
当前提交 7d5c0c3d59

查看文件

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