treewide: remove DRIVER_11N_SUPPORT
[openwrt/staging/nbd.git] / package / network / services / hostapd / Config.in
index 9dfa44e3132d67174eacdd4fd279bde0c6a8dca9..dd8b9b4de7149fefa9a56c211a6a7b279e12a86f 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
@@ -60,16 +65,37 @@ config WPA_WOLFSSL
 
 config DRIVER_WEXT_SUPPORT
        bool
-       default n
-
-config DRIVER_11N_SUPPORT
-       bool
+       select KERNEL_WIRELESS_EXT
        default n
 
 config DRIVER_11AC_SUPPORT
        bool
        default n
 
-config DRIVER_11W_SUPPORT
+config DRIVER_11AX_SUPPORT
        bool
        default n
+       select WPA_MBO_SUPPORT
+
+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.
+
+config WPA_MBO_SUPPORT
+       bool "Multi Band Operation (Agile Multiband)"
+       default PACKAGE_wpa-supplicant || \
+               PACKAGE_wpa-supplicant-openssl || \
+               PACKAGE_wpa-supplicant-wolfssl || \
+               PACKAGE_wpad || \
+               PACKAGE_wpad-openssl || \
+               PACKAGE_wpad-wolfssl
+       help
+         Multi Band Operation aka (Agile Multiband) enables features
+         that facilitate efficient use of multiple frequency bands.
+         Enabling MBO on an AP using RSN requires 802.11w to be enabled.
+         Hostapd will refuse to start if MBO and RSN are enabled without 11w.