luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network
Ansuel Smith ba98a2fd05
luci-mod-network: fix logic bug in parse enc for network join
In handleJoinConfirm while is_wep is a boolean, is_psk and is_sae are an array. In the following if check, all 3 are used as boolean but Js treat empty array as positive values and this cause the ui to wrongly set the encryption to sae. fix this by checking if the array actually contains data.

Fixes: #4524
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-11-01 01:51:02 +01:00
..
dhcp.js Merge pull request #3265 from najdanovicivan/patch-2 2020-09-14 15:34:37 +02:00
diagnostics.js luci-mod-network: diagnostics.js: pass IP version flag to ping/ping6 2020-06-12 01:54:33 -04:00
hosts.js treewide: import utility classes explicitly 2020-04-03 10:00:06 +02:00
interfaces.js luci-mod-network: interfaces.js: disable action buttons on insufficient ACLs 2020-04-16 15:21:03 +02:00
routes.js luci-mod-network: fix reading static route table value 2020-05-13 17:20:05 +02:00
switch.js treewide: import utility classes explicitly 2020-04-03 10:00:06 +02:00
wireless.js luci-mod-network: fix logic bug in parse enc for network join 2020-11-01 01:51:02 +01:00