diff options
author | Gentooman <profundis@infernalis.net> | 2019-08-21 12:49:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-01-06 17:16:29 +0100 |
commit | 830b3bdeea8867c3db0e41c07325ce3544d15232 (patch) | |
tree | 937cc3e8f98daf6d0d017480e5cad1f1841459ea /setup-interfaces.in | |
parent | bd32b0726d2be35282c71f82ca6c64e2d227e8db (diff) | |
download | alpine-conf-830b3bdeea8867c3db0e41c07325ce3544d15232.zip |
Fix WPA supplicant's key_mgmt for open networks.
Diffstat (limited to 'setup-interfaces.in')
-rw-r--r-- | setup-interfaces.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |