Lev A. Melnikovsky
b0aecfaa4f
hostapd-common: add missing ingredients for standalone EAP server
Namely radius_server_auth_port and radius_server_clients arguments. Below is a working config example:
config wifi-iface 'enterprise1'
option device 'radio1'
option mode 'ap'
option network 'lan'
option ssid 'openwrt'
option encryption 'wpa2'
option dh_file '/etc/hostapd/dh.pem'
option eap_server '1'
option eap_user_file '/etc/hostapd/eap_user'
option ca_cert '/etc/hostapd/ca.pem'
option server_cert '/etc/hostapd/server.crt'
option private_key '/etc/hostapd/server.key'
option radius_server_clients '/etc/hostapd/radius_clients'
option radius_server_auth_port 1812
config wifi-iface 'enterprise2'
option device 'radio2'
option mode 'ap'
option network 'lan'
option ssid 'openwrt'
option encryption 'wpa2'
option dh_file '/etc/hostapd/dh.pem'
option auth_server '127.0.0.1'
option auth_secret 'radius_secret'
option auth_cache '0'
Signed-off-by: Lev A. Melnikovsky <melnikovsky@gmail>
Link: https://github.com/openwrt/openwrt/pull/16112
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-09-22 23:25:14 +02:00
..
2024-04-06 11:24:18 +02:00
2024-05-21 08:59:13 +02:00
2021-03-13 20:58:55 +01:00
2022-01-19 20:57:59 +01:00
2024-05-31 11:30:06 +02:00
2024-08-31 19:40:21 +02:00
2024-08-31 19:40:21 +02:00
2024-09-21 18:28:40 +02:00
2023-05-18 11:35:29 +02:00
2024-09-20 23:17:43 +02:00
2020-06-11 01:49:24 +02:00
2023-06-11 02:42:31 +02:00
2021-11-03 20:34:43 +01:00
2020-12-31 11:53:21 +01:00
2024-09-22 23:25:14 +02:00
2024-08-19 18:49:49 +02:00