modules/admin-full: use crypto mode "wep-open" instead of just "wep" in connection wizzard
This commit is contained in:
parent
ad45ebf430
commit
e853a98c3e
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ function newnet.parse(self, section)
|
|||
}
|
||||
|
||||
if m.hidden.wep == "1" then
|
||||
wconf.encryption = "wep"
|
||||
wconf.encryption = "wep-open"
|
||||
wconf.key = "1"
|
||||
wconf.key1 = key and key:formvalue(section) or ""
|
||||
elseif (tonumber(m.hidden.wpa_version) or 0) > 0 then
|
||||
|
|
Loading…
Reference in a new issue