hostapd: add experimental radius server
authorFelix Fietkau <nbd@nbd.name>
Thu, 16 Mar 2023 10:35:50 +0000 (11:35 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 1 Aug 2023 08:05:13 +0000 (10:05 +0200)
commit57fbbf15cd3d1cceb5d10cdae8369421c2092223
tree7bf9ed24f2db28b3b60b55481c757fb6da1d44b0
parente6b72de70367044260a6077bba3a91da463feaab
hostapd: add experimental radius server

This can be used to run a standalone EAP server that can be used from
other APs. It uses json as user database format and can automatically
handle reload.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/hostapd/Makefile
package/network/services/hostapd/files/radius.clients [new file with mode: 0644]
package/network/services/hostapd/files/radius.config [new file with mode: 0644]
package/network/services/hostapd/files/radius.init [new file with mode: 0644]
package/network/services/hostapd/files/radius.users [new file with mode: 0644]
package/network/services/hostapd/patches/770-radius_server.patch [new file with mode: 0644]
package/network/services/hostapd/src/hostapd/radius.c [new file with mode: 0644]