Skip to content

Commit

Permalink
Identity field is required for EAP-TLS, too.
Browse files Browse the repository at this point in the history
This patch enables editing the Identity field in EAP-TLS so that EAP-TLS configuration via LuCI works.
  • Loading branch information
matthewreeve committed Feb 2, 2016
1 parent 6982bbb commit 4074440
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"})
Expand Down

0 comments on commit 4074440

Please sign in to comment.