luci-mod-network: add ppsk option (support for private psk)
authorManuel Giganto <mgigantoregistros@gmail.com>
Mon, 12 Oct 2020 15:35:08 +0000 (15:35 +0000)
committerPaul Donald <newtwen+github@gmail.com>
Wed, 23 Oct 2024 01:06:12 +0000 (03:06 +0200)
commitf2e14b89462d654a47254d0549a3a8e9db88b8a6
treec93768cbce98350c81e56b0184fe9968f628a450
parent5b706f52d77dfe6932f6677576774f4ae32f6090
luci-mod-network: add ppsk option (support for private psk)

Include support in luci to enable the Private PSK.
When Private PSK is enabled, clients can use a default password (common),
or have their own private password that is associate with the client MAC.

The password is retrieved from RADIUS server, asking for the client MAC,
and when such client MAC is not defined, RADIUS should return a default
password.

RADIUS can also return other parameters like VLANs, which can be used to
put clients dinamically in different vlans based on their MAC, or the
default configuration.

Private PSK is not compatible yet with SAE encryption, therefore cannot
be used yet with WPA3 or WPA3-mixed.

It implements the UI for the PPSK already in master: https://github.com/openwrt/openwrt/pull/3509

Closes #4513

Signed-off-by: Manuel Giganto <mgigantoregistros@gmail.com>
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js