diff options
author | Steven Barth <steven@midlink.org> | 2008-09-07 14:33:42 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-07 14:33:42 +0000 |
commit | 21a7e9bc65da04588f2a9ff507427ba6bd7aeb39 (patch) | |
tree | 2a86b1ef60a6b6a6d827608d0d8c5f9798a77911 /modules/admin-full | |
parent | 43ff3a40925cf87634d96d89e7ee7c5e0071c661 (diff) |
Fixes for WPA notifications
Diffstat (limited to 'modules/admin-full')
-rw-r--r-- | modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua index a35e73f7f..0e5d85dbe 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua @@ -237,6 +237,7 @@ encr:depends({mode="ap"}) encr:depends({mode="sta"}) encr:depends({mode="adhoc"}) encr:depends({mode="ahdemo"}) +encr:depends({mode="wds"}) encr:value("none", "No Encryption") encr:value("wep", "WEP") |