dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / package / network / services / hostapd / Config.in
index 9dfa44e3132d67174eacdd4fd279bde0c6a8dca9..5c00f3e24ea375423d1d0f1887aaf3e7cfb134a0 100644 (file)
@@ -13,6 +13,8 @@ config WPA_RFKILL_SUPPORT
                   PACKAGE_wpad-openssl || \
                   PACKAGE_wpad-wolfssl || \
                   PACKAGE_wpad-basic || \
+                  PACKAGE_wpad-basic-openssl || \
+                  PACKAGE_wpad-basic-wolfssl || \
                   PACKAGE_wpad-mini || \
                   PACKAGE_wpad-mesh-openssl || \
                   PACKAGE_wpad-mesh-wolfssl
@@ -32,6 +34,8 @@ config WPA_MSG_MIN_PRIORITY
                   PACKAGE_wpad-openssl || \
                   PACKAGE_wpad-wolfssl || \
                   PACKAGE_wpad-basic || \
+                  PACKAGE_wpad-basic-openssl || \
+                  PACKAGE_wpad-basic-wolfssl || \
                   PACKAGE_wpad-mini || \
                   PACKAGE_wpad-mesh-openssl || \
                   PACKAGE_wpad-mesh-wolfssl
@@ -49,6 +53,7 @@ config WPA_WOLFSSL
        bool
        default PACKAGE_wpa-supplicant-wolfssl ||\
                PACKAGE_wpad-wolfssl ||\
+               PACKAGE_wpad-basic-wolfssl || \
                PACKAGE_wpad-mesh-wolfssl ||\
                PACKAGE_eapol-test-wolfssl
        select WOLFSSL_HAS_AES_CCM
@@ -70,6 +75,15 @@ config DRIVER_11AC_SUPPORT
        bool
        default n
 
-config DRIVER_11W_SUPPORT
+config DRIVER_11AX_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.