user = _radiusd
group = _radiusd
-------------------------
default_eap_type = md5
-------------------------
default_eap_type = peap
-------------------------
dh_file = ${raddbdir}/certs/dh
random_file = ${raddbdir}/certs/random
-------------------------
#    default_eap_type = mschapv2
-------------------------
client 192.168.0.5 {
        secret = tajne_haso
        shortname = krtka_nazwa
}
-------------------------
andrew User-Password == "haso_wlan"
-------------------------
# chown _radiusd /usr/local/var/log/radius
# chown _radiusd /usr/local/var/run/radiusd
-------------------------
# /usr/local/sbin/radiusd
-------------------------
# nvram set wl0_akm="wpa wpa2"
# nvram set wl0_crypto="aes+tkip"
# nvram set wl0_radius_key="tajne_haso"
# nvram set wl0_radius_ipaddr=192.168.0.43
# nvram get wl0_radius_port=1812
# nvram commit
-------------------------
# nvram set wl0_akm="wpa"
# nvram set wl0_crypto="tkip"
-------------------------
# nvram set wl0_akm="wpa2"
# nvram set wl0_crypto="aes"
-------------------------
# ipkg install nas
