From 830b3bdeea8867c3db0e41c07325ce3544d15232 Mon Sep 17 00:00:00 2001 From: Gentooman Date: Wed, 21 Aug 2019 12:49:49 +0000 Subject: Fix WPA supplicant's key_mgmt for open networks. --- setup-interfaces.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-interfaces.in b/setup-interfaces.in index c2b6a58..0b5f2c9 100644 --- a/setup-interfaces.in +++ b/setup-interfaces.in @@ -213,7 +213,7 @@ config_iface() { return fi - local essid= auth_type="open" + local essid= auth_type="NONE" ask "Type the wireless network name to connect to:" if ! essid_is_valid "$resp"; then case "$resp" in -- cgit v1.2.3