luci/modules/luci-mod-network/luasrc/model/cbi/admin_network
Hannu Nyman 26e903c740 luci-mod-network: adapt to current 802.11r defaults
The default for 802.11r option ft_psk_generate_local
was changed a few months ago by openwrt/openwrt@3cc56a5

That change was a bit awkward, as it made hostapd to
overlook the possibly existing r0kh values by default
unless the user explicitly disables the new default.

Adapt LuCI by changing the default for ft_psk_generate_local
into 'enabled'.

But ensure that LuCI does not delete the existing key values
by not making the r0kh and r1kh fields to depend on this.

Note that this is just a quick fix for the wrong default value
causing problems, but not yet a complete fix for all the options.
In the long run it might be better to make the detail options
to depend on local generation.

Reference also to LuCI PR #2102

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-25 09:00:35 +02:00
..
dhcp.lua luci-mod-network: require unique MACs for DHCP leases 2018-11-14 20:59:26 +01:00
hosts.lua modules: Split luci-mod-full 2018-09-19 20:08:19 +02:00
iface_add.lua modules: Split luci-mod-full 2018-09-19 20:08:19 +02:00
ifaces.lua luci-mod-network: show bridges in ifacelist when the interface itself is not a bridge 2018-10-10 13:16:57 +08:00
network.lua luci-mod-network: move interface overview JS into external file 2018-11-22 12:58:34 +01:00
routes.lua modules: Split luci-mod-full 2018-09-19 20:08:19 +02:00
vlan.lua modules: Split luci-mod-full 2018-09-19 20:08:19 +02:00
wifi.lua luci-mod-network: adapt to current 802.11r defaults 2018-11-25 09:00:35 +02:00
wifi_add.lua modules: Split luci-mod-full 2018-09-19 20:08:19 +02:00
wifi_overview.lua luci-mod-network: move wifi overview markup and JS code into external files 2018-11-22 12:58:34 +01:00