Hi,

OpenWrt has been supporting hostapd's internal radius server for a few days. 
For several years there has been a line in the init-script that activates the 
internal radius server too. I think this is wrong (from hostapd.sh):

        [ -n "$wps_possible" -a -n "$config_methods" ] && {
                set_default ext_registrar 0
                set_default wps_device_type "6-0050F204-1"
                set_default wps_device_name "OpenWrt AP"
                set_default wps_manufacturer "www.openwrt.org"
                set_default wps_independent 1

                wps_state=2
                [ -n "$wps_not_configured" ] && wps_state=1

                [ "$ext_registrar" -gt 0 -a -n "$network_bridge" ] && append bss_conf 
"upnp_iface=$network_bridge" "$N"

===>         append bss_conf "eap_server=1" "$N"
                [ -n "$wps_pin" ] && append bss_conf "ap_pin=$wps_pin" "$N"


Regards,
Hartmut

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to