Receiving Radius message
Sarah Thomas
sarah040.thomas
Tue Jan 27 00:54:01 PST 2015
Hi,
When will callback handler '*hostapd_acl_recv_radius*' be used to receive
authentication message from radius server and when will
*'ieee802_1x_receive_auth'* be used?
In hostapd_acl_init
#ifndef CONFIG_NO_RADIUS
if (radius_client_register(hapd->radius, RADIUS_AUTH,
*hostapd_acl_recv_radius*, hapd))
return -1;
eloop_register_timeout(10, 0, hostapd_acl_expire, hapd, NULL);
#endif /*
In i*eee802_1x_init*
#ifndef CONFIG_NO_RADIUS
if (radius_client_register(hapd->radius, RADIUS_AUTH,
ieee802_1x_receive_auth, hapd))
return -1;
#endif /*
Thanks,
Sarah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.shmoo.com/pipermail/hostap/attachments/20150127/88ea4f8b/attachment-0001.htm>
More information about the Hostap
mailing list