Author: nbd Date: 2016-01-19 11:06:23 +0100 (Tue, 19 Jan 2016) New Revision: 48344
Modified: trunk/package/network/services/hostapd/files/hostapd-full.config trunk/package/network/services/hostapd/files/wpa_supplicant-full.config Log: hostap/wpa_supplicant: enable EAP-FAST in -full builds Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/package/network/services/hostapd/files/hostapd-full.config =================================================================== --- trunk/package/network/services/hostapd/files/hostapd-full.config 2016-01-19 10:06:18 UTC (rev 48343) +++ trunk/package/network/services/hostapd/files/hostapd-full.config 2016-01-19 10:06:23 UTC (rev 48344) @@ -53,6 +53,9 @@ # Integrated EAP server CONFIG_EAP=y +# EAP-FAST for the integrated EAP server +CONFIG_EAP_FAST=y + # EAP-MD5 for the integrated EAP server CONFIG_EAP_MD5=y Modified: trunk/package/network/services/hostapd/files/wpa_supplicant-full.config =================================================================== --- trunk/package/network/services/hostapd/files/wpa_supplicant-full.config 2016-01-19 10:06:18 UTC (rev 48343) +++ trunk/package/network/services/hostapd/files/wpa_supplicant-full.config 2016-01-19 10:06:23 UTC (rev 48344) @@ -121,6 +121,9 @@ # included) CONFIG_IEEE8021X_EAPOL=y +# EAP-FAST +CONFIG_EAP_FAST=y + # EAP-MD5 CONFIG_EAP_MD5=y _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
