Reads AP Mode and Type

FossilOrigin-Name: 21fa88c78eebe999615819e848cbf987089bfe5f9c90ecb38ab147fb70d0afb6
This commit is contained in:
7u83@mail.ru 2016-04-09 08:41:48 +00:00
parent 042d619238
commit 008bd4dec8
1 changed files with 30 additions and 2 deletions

View File

@ -185,7 +185,7 @@ static cw_action_in_t actions_in[] = {
{
/* This is Cisco's Vendor specific encapsulation
* of LWAPP elements */
@ -200,6 +200,9 @@ static cw_action_in_t actions_in[] = {
,
/* LWAPP Vendor spec Messages */
/* Telent SSH */
{
.proto = CW_ACTION_PROTO_LWAPP,
@ -212,6 +215,20 @@ 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_MODE_AND_TYPE,
.item_id = CISCO_ITEM_AP_MODE_AND_TYPE,
.start = cw_in_generic2
}
,
/* End of list */
{0, 0}
};
@ -281,6 +298,17 @@ static cw_action_out_t actions_out[]={
}
,
/* --------------------------------------------------------
* Configuration Status Response
*/
/* Manager IP Address */
{
.msg_id = CW_MSG_CONFIGURATION_STATUS_RESPONSE,
.out = cisco_out_manager_ip_addr,
.mand = 1
}
,
/* --------------------------------------------------------
* Configuration Update Request - Out
@ -374,7 +402,7 @@ static cw_action_in_t actions80211_in[] = {
,
/* MAC Operation - Configruati Status Request */
/* MAC Operation - Configruation Status Request */
{
.capwap_state = CW_STATE_CONFIGURE,
.vendor_id = CW_VENDOR_ID_CISCO,