diff --git a/src/capwap/capwap_cisco.h b/src/capwap/capwap_cisco.h index 958bc8e0..6148bdfe 100644 --- a/src/capwap/capwap_cisco.h +++ b/src/capwap/capwap_cisco.h @@ -91,6 +91,9 @@ #define CW_CISCO_BOARD_DATA_OPTIONS 207 #define CW_CISCO_MWAR_TYPE 208 +#define CW_CISCO_80211_ASSOC_LIMIT 213 +#define CW_CISCO_TVL_PAYLOAD 215 + #define CW_CISCO_AP_RETRANSMIT_PARAM 240 #define CW_CISCO_AP_VENUE_SETTINGS 249 diff --git a/src/capwap/cw_cisco_id_to_str.c b/src/capwap/cw_cisco_id_to_str.c index a4edbff2..41c12a6c 100644 --- a/src/capwap/cw_cisco_id_to_str.c +++ b/src/capwap/cw_cisco_id_to_str.c @@ -120,6 +120,8 @@ const char * cw_cisco_id_to_str(int elem_id) return "Signature Payload"; case CW_CISCO_SIG_TOGGLE: return "Signature Toggle"; + case CW_CISCO_80211_ASSOC_LIMIT: + return "Assoc Limit"; default: return "Unknown"; diff --git a/src/wtp/cfg.json b/src/wtp/cfg.json index f366bd5b..f9431e76 100644 --- a/src/wtp/cfg.json +++ b/src/wtp/cfg.json @@ -35,6 +35,11 @@ "admin_state":"1", "radio_type":"2", "bssid":".xaabbccddeeff" + }, + "2":{ + "admin_state":"1", + "radio_type":"2", + "bssid":".xaabbccddeeff" } }, "bssid":""