Fix wan client no encryption mode (#1023)

This commit is contained in:
Tim Wilkinson 2023-12-16 21:26:33 -08:00 committed by GitHub
parent 2ba923eaa9
commit 9046357955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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