From 895a74ea5d293407f5e458861a33c17a26bfacbd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 20 Aug 2017 12:29:09 +0000 Subject: [PATCH] Drop placeholder for WEP key validation We don't support WEP any more. Fixes #11468 Signed-off-by: Michael Tremer --- src/functions/functions.wireless | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/functions/functions.wireless b/src/functions/functions.wireless index 298cb19e..7697c5d8 100644 --- a/src/functions/functions.wireless +++ b/src/functions/functions.wireless @@ -345,11 +345,6 @@ wireless_pre_shared_key_is_valid() { return ${EXIT_FALSE} ;; - - WEP) - # XXX need to check if the key is entered in - # hex or ascii and then count the bytes - ;; esac return ${EXIT_ERROR} -- 2.47.2