|
@@ -2722,12 +2722,14 @@ struct cdp_peer_hmwds_ast_add_status {
|
|
|
/*
|
|
|
* Enumeration of cdp soc parameters
|
|
|
* @DP_SOC_PARAM_EAPOL_OVER_CONTROL_PORT: For sending EAPOL's over control port
|
|
|
+ * @DP_SOC_PARAM_MULTI_PEER_GRP_CMD_SUPPORT: For sending bulk AST delete
|
|
|
*/
|
|
|
enum cdp_soc_param_t {
|
|
|
DP_SOC_PARAM_MSDU_EXCEPTION_DESC,
|
|
|
DP_SOC_PARAM_CMEM_FSE_SUPPORT,
|
|
|
DP_SOC_PARAM_MAX_AST_AGEOUT,
|
|
|
DP_SOC_PARAM_EAPOL_OVER_CONTROL_PORT,
|
|
|
+ DP_SOC_PARAM_MULTI_PEER_GRP_CMD_SUPPORT,
|
|
|
DP_SOC_PARAM_MAX,
|
|
|
};
|
|
|
|