Lines Matching full:radius
25 #include "radius/radius.h"
26 #include "radius/radius_client.h"
55 struct radius_client_data *radius;
177 wpa_printf(MSG_DEBUG, "Encapsulating EAP message into a RADIUS "
180 e->radius_identifier = radius_client_get_id(e->radius);
184 printf("Could not create net RADIUS packet\n");
275 wpa_printf(MSG_DEBUG, " Copied RADIUS State "
280 if (radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr)
296 wpa_hexdump(MSG_DEBUG, "TX EAP -> RADIUS", buf, len);
521 radius_client_deinit(e->radius);
625 /* draft-aboba-radius-rfc2869bis-20.txt, Chap. 2.6.3:
626 * RADIUS server SHOULD NOT send Access-Reject/no EAP-Message
629 "EAP-Message from RADIUS message");
672 "id=%d len=%d) from RADIUS server: %s",
744 /* Process the RADIUS frames from Authentication Server */
759 wpa_printf(MSG_DEBUG, "Allowing RADIUS "
764 printf("Incoming RADIUS packet did not have correct "
772 printf("Unknown RADIUS message code\n");
777 wpa_printf(MSG_DEBUG, "RADIUS packet matching with station");
855 e->radius = radius_client_init(wpa_s, e->radius_conf);
856 assert(e->radius != NULL);
858 res = radius_client_register(e->radius, RADIUS_AUTH,
1065 "server, default 'radius'\n"
1073 " -C<Connect-Info> = RADIUS Connect-Info (default: "
1101 char *as_secret = "radius";