hostapd: disable support for Wired Equivalent Privacy by default
[openwrt/openwrt.git] / package / network / services / hostapd / Config.in
index 9dfa44e3132d67174eacdd4fd279bde0c6a8dca9..2cdd1ed9701b1adda2c18101fa40cafbd3ec62a1 100644 (file)
@@ -73,3 +73,12 @@ config DRIVER_11AC_SUPPORT
 config DRIVER_11W_SUPPORT
        bool
        default n
+
+config WPA_ENABLE_WEP
+       bool "Enable support for unsecure and obsolete WEP"
+       help
+         Wired equivalent privacy (WEP) is an obsolete cryptographic data
+         confidentiality algorithm that is not considered secure. It should not be used
+         for anything anymore. The functionality needed to use WEP is available in the
+         current hostapd release under this optional build parameter and completely
+         removed in a future release.