]> git.ipfire.org Git - people/ms/network.git/commitdiff
wireless networks: Allow using WPA-EAP
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Aug 2017 10:51:10 +0000 (10:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Aug 2017 10:51:10 +0000 (10:51 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.wireless-networks

index 6efc95b050b17c729a8be0cd80e9167cb36190ba..0a2c3d7be420bedee029575eea483cfade4e87bf 100644 (file)
@@ -21,7 +21,8 @@
 
 WIRELESS_NETWORK_SUPPORTED_PSK_MODES="WPA2-PSK-SHA256 WPA2-PSK WPA-PSK-SHA256 WPA-PSK"
 
-WIRELESS_NETWORK_SUPPORTED_MODES="${WIRELESS_NETWORK_SUPPORTED_PSK_MODES} 802.1X NONE"
+WIRELESS_NETWORK_SUPPORTED_MODES="${WIRELESS_NETWORK_SUPPORTED_PSK_MODES} \
+       802.1X WPA-EAP NONE"
 
 WIRELESS_NETWORK_CONFIG_SETTINGS="ANONYMOUS_IDENTITY EAP_MODES IDENTITY \
        MODES PASSWORD PRIORITY PSK SSID"