Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:radius

29 #include "radius/radius.h"
30 #include "radius/radius_client.h"
58 struct radius_client_data *radius;
179 wpa_printf(MSG_DEBUG, "Encapsulating EAP message into a RADIUS "
182 e->radius_identifier = radius_client_get_id(e->radius);
186 printf("Could not create net RADIUS packet\n");
276 wpa_printf(MSG_DEBUG, " Copied RADIUS State "
281 radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr);
297 wpa_hexdump(MSG_DEBUG, "TX EAP -> RADIUS", buf, len);
443 radius_client_deinit(e->radius);
546 /* draft-aboba-radius-rfc2869bis-20.txt, Chap. 2.6.3:
547 * RADIUS server SHOULD NOT send Access-Reject/no EAP-Message
550 "EAP-Message from RADIUS message");
594 "id=%d len=%d) from RADIUS server: %s",
665 /* Process the RADIUS frames from Authentication Server */
679 wpa_printf(MSG_DEBUG, "Allowing RADIUS "
684 printf("Incoming RADIUS packet did not have correct "
692 printf("Unknown RADIUS message code\n");
697 wpa_printf(MSG_DEBUG, "RADIUS packet matching with station");
779 e->radius = radius_client_init(wpa_s, e->radius_conf);
780 assert(e->radius != NULL);
782 res = radius_client_register(e->radius, RADIUS_AUTH,
987 "server, default 'radius'\n"
995 " -C<Connect-Info> = RADIUS Connect-Info (default: "
1021 char *as_secret = "radius";