mirror of
https://github.com/openwrt/luci.git
synced 2026-08-28 05:46:45 +04:00
Merge pull request #637 from matthewreeve/patch-1
luci-mod-admin-full: Identity field is required for EAP-TLS, too.
This commit is contained in:
@@ -959,6 +959,10 @@ if hwtype == "atheros" or hwtype == "mac80211" or hwtype == "prism2" then
|
||||
identity:depends({mode="sta-wds", eap_type="peap", encryption="wpa"})
|
||||
identity:depends({mode="sta-wds", eap_type="ttls", encryption="wpa2"})
|
||||
identity:depends({mode="sta-wds", eap_type="ttls", encryption="wpa"})
|
||||
identity:depends({mode="sta", eap_type="tls", encryption="wpa2"})
|
||||
identity:depends({mode="sta", eap_type="tls", encryption="wpa"})
|
||||
identity:depends({mode="sta-wds", eap_type="tls", encryption="wpa2"})
|
||||
identity:depends({mode="sta-wds", eap_type="tls", encryption="wpa"})
|
||||
|
||||
password = s:taboption("encryption", Value, "password", translate("Password"))
|
||||
password:depends({mode="sta", eap_type="fast", encryption="wpa2"})
|
||||
|
||||
Reference in New Issue
Block a user