hostapd: Add optional support for hostapd own_ip_addr in wireless config
[openwrt.git] / package / network / services / hostapd / files / hostapd-mini.config
index 0f0284b..3675709 100644 (file)
@@ -138,6 +138,9 @@ CONFIG_PEERKEY=y
 # IEEE 802.11n (High Throughput) support
 CONFIG_IEEE80211N=y
 
+# IEEE 802.11ac (Very High Throughput) support
+CONFIG_IEEE80211AC=y
+
 # Remove debugging code that is printing out debug messages to stdout.
 # This can be used to reduce the size of the hostapd considerably if debugging
 # code is not needed.
@@ -157,4 +160,6 @@ CONFIG_TLS=internal
 CONFIG_NO_RANDOM_POOL=y
 CONFIG_NO_DUMP_STATE=y
 
+CONFIG_ACS=y
+
 CONFIG_UBUS=y