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"
|
encryption = "psk2"
|
||||||
key = h2s(cfg.wifi3_key)
|
key = h2s(cfg.wifi3_key)
|
||||||
else
|
else
|
||||||
enable = "none"
|
encryption = "none"
|
||||||
end
|
end
|
||||||
network = "wan"
|
network = "wan"
|
||||||
htmode = nil
|
htmode = nil
|
||||||
|
|
Loading…
Reference in New Issue