treewide: remove DRIVER_11N_SUPPORT
[openwrt/staging/nbd.git] / package / network / services / hostapd / Config.in
index b211877fb3cd526f1594d76d9fa6878fda60147a..dd8b9b4de7149fefa9a56c211a6a7b279e12a86f 100644 (file)
@@ -13,6 +13,7 @@ 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 || \
@@ -33,6 +34,7 @@ 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 || \
@@ -63,10 +65,7 @@ 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
@@ -76,10 +75,7 @@ config DRIVER_11AC_SUPPORT
 config DRIVER_11AX_SUPPORT
        bool
        default n
-
-config DRIVER_11W_SUPPORT
-       bool
-       default n
+       select WPA_MBO_SUPPORT
 
 config WPA_ENABLE_WEP
        bool "Enable support for unsecure and obsolete WEP"
@@ -89,3 +85,17 @@ config WPA_ENABLE_WEP
          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.