From 2ade7f9ecbd43a553aeb006d8b782561332f8636 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Apr 2020 14:21:24 +0000 Subject: [PATCH] Added fields for WEP index, and WEP key and WEP encryption flag. FossilOrigin-Name: 39e676a870a7d00467d44871e892ddc61d3b62d6d316256f53e457c8765ec172 --- src/mod/cisco/cisco_actions_ac.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mod/cisco/cisco_actions_ac.c b/src/mod/cisco/cisco_actions_ac.c index ffd06c0f..010126e0 100644 --- a/src/mod/cisco/cisco_actions_ac.c +++ b/src/mod/cisco/cisco_actions_ac.c @@ -485,10 +485,12 @@ static cw_KTVStruct_t cisco_add_wlan70[]={ {CW_TYPE_DWORD,"encryption-policy",4,-1}, {CW_TYPE_BSTR16,"wep-key",13,9}, - {CW_TYPE_BYTE,"encryption",1,42}, + {CW_TYPE_BYTE,"wep-key-index",1,41}, + {CW_TYPE_BOOL,"wep-encryption",1,42}, {CW_TYPE_BOOL,"broadcast-ssid",1,332}, {CW_TYPE_WORD,"session-timout",2,381}, + /* {CW_TYPE_BYTE, "dtim-period",1,541}, {CW_TYPE_STR, "ssid-a",30,545}, {CW_TYPE_BYTE, "allow-aaa-override",1,578},