mirror of https://github.com/aredn/aredn.git
Fix wan client no encryption mode (#1023)
This commit is contained in:
parent
2ba923eaa9
commit
9046357955
|
@ -735,7 +735,7 @@ if nixio.fs.stat(ieee80211) then
|
|||
encryption = "psk2"
|
||||
key = h2s(cfg.wifi3_key)
|
||||
else
|
||||
enable = "none"
|
||||
encryption = "none"
|
||||
end
|
||||
network = "wan"
|
||||
htmode = nil
|
||||
|
|
Loading…
Reference in New Issue