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
这个提交包含在:
@@ -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 */
|
||||||
|
在新工单中引用
屏蔽一个用户