Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > dfe1b8f33ae17f03805aeb77661f2342 > files > 2

hostapd-2.9-1.1.mga7.src.rpm

diff -Nurp hostapd-2.5.orig/hostapd/defconfig hostapd-2.5/hostapd/defconfig
--- hostapd-2.5.orig/hostapd/defconfig	2015-09-27 22:02:05.000000000 +0300
+++ hostapd-2.5/hostapd/defconfig	2015-10-13 13:42:50.916275478 +0300
@@ -13,7 +13,7 @@
 CONFIG_DRIVER_HOSTAP=y
 
 # Driver interface for wired authenticator
-#CONFIG_DRIVER_WIRED=y
+CONFIG_DRIVER_WIRED=y
 
 # Driver interface for drivers using the nl80211 kernel interface
 CONFIG_DRIVER_NL80211=y
@@ -132,7 +132,7 @@ CONFIG_PKCS12=y
 
 # RADIUS authentication server. This provides access to the integrated EAP
 # server from external hosts using RADIUS.
-#CONFIG_RADIUS_SERVER=y
+CONFIG_RADIUS_SERVER=y
 
 # Build IPv6 support for RADIUS operations
 CONFIG_IPV6=y
@@ -145,7 +145,7 @@ CONFIG_IPV6=y
 #CONFIG_DRIVER_RADIUS_ACL=y
 
 # IEEE 802.11n (High Throughput) support
-#CONFIG_IEEE80211N=y
+CONFIG_IEEE80211N=y
 
 # Wireless Network Management (IEEE Std 802.11v-2011)
 # Note: This is experimental and not complete implementation.