]> git.ipfire.org Git - people/ms/network.git/commitdiff
Drop placeholder for WEP key validation
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Aug 2017 12:29:09 +0000 (12:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Aug 2017 12:29:09 +0000 (12:29 +0000)
We don't support WEP any more.

Fixes #11468

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.wireless

index 298cb19e0d958210b3e31e10c8889a8a9c5eff1a..7697c5d8735361a8ccb81952bb53e1045ef8bdf6 100644 (file)
@@ -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}