log facility added
FossilOrigin-Name: 3bf51a4b657219b70b8751a287ec71bb9c8002d6de4f61f6a2aad07e4d0c85ae
This commit is contained in:
parent
5043bf36ef
commit
eb8f2268a5
@ -36,6 +36,8 @@
|
||||
|
||||
#include "cisco_items.h"
|
||||
|
||||
#include "include/cipwap_items.h"
|
||||
|
||||
|
||||
static cw_action_in_t actions_in[] = {
|
||||
|
||||
@ -227,6 +229,18 @@ static cw_action_in_t actions_in[] = {
|
||||
}
|
||||
,
|
||||
|
||||
/* AP Mode and Type */
|
||||
{
|
||||
|
||||
.capwap_state = CW_STATE_CONFIGURE,
|
||||
.msg_id = CW_MSG_CONFIGURATION_STATUS_REQUEST,
|
||||
.vendor_id = CW_VENDOR_ID_CISCO,
|
||||
.elem_id = CW_CISCO_AP_LOG_FACILITY,
|
||||
.item_id = CIPWAP_ITEM_LOG_FACILITY,
|
||||
.start = cw_in_generic2
|
||||
}
|
||||
,
|
||||
|
||||
|
||||
|
||||
/* End of list */
|
||||
|
Loading…
Reference in New Issue
Block a user