Added some missing message elements.
FossilOrigin-Name: 53a37c69650f5f33ed79033c3328f194b80fcef22224b93fb0b545ecd27ae906
This commit is contained in:
@ -33,6 +33,19 @@
|
||||
static cw_action_in_t actions_in[] = {
|
||||
|
||||
|
||||
/* ECN Support - Join Request */
|
||||
{
|
||||
.capwap_state = CW_STATE_JOIN,
|
||||
.msg_id = CW_MSG_JOIN_RESPONSE,
|
||||
.elem_id = CW_ELEM_ECN_SUPPORT,
|
||||
.item_id = CW_ITEM_ECN_SUPPORT,
|
||||
.start = cw_in_generic2,
|
||||
.mand = 0,
|
||||
.min_len = 1,
|
||||
.max_len = 1
|
||||
}
|
||||
,
|
||||
|
||||
|
||||
|
||||
/* End of list */
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "cw/vendors.h"
|
||||
|
||||
extern int cisco_register_actions80211_ac(struct cw_actiondef *def);
|
||||
extern int cisco_register_actions80211_wtp(struct cw_actiondef *def);
|
||||
extern int cisco_register_actions_wtp(struct cw_actiondef *def);
|
||||
|
||||
static int register_actions(struct cw_actiondef *actions, int mode)
|
||||
@ -45,7 +45,7 @@ static int register_actions(struct cw_actiondef *actions, int mode)
|
||||
return 1;
|
||||
}
|
||||
cmod->register_actions(actions, MOD_MODE_BINDINGS);
|
||||
int rc = cisco_register_actions80211_ac(actions);
|
||||
int rc = cisco_register_actions80211_wtp(actions);
|
||||
cw_dbg(DBG_INFO, "Initialized mod cisco 80211 with %d actions", rc);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user