Searched refs:eap_type (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sbin/iked/
H A Deap.c59 eap->eap_type = EAP_TYPE_IDENTITY;
205 eap->eap_type = sa->sa_policy->pol_auth.auth_eap;
224 sa->sa_eap.id_type = eap->eap_type;
231 print_map(eap->eap_type, eap_type_map));
292 resp->eap_type = EAP_TYPE_MSCHAP_V2;
327 resp->eap_type = EAP_TYPE_MSCHAP_V2;
361 if (eap->eap_type != EAP_TYPE_MSCHAP_V2) {
363 print_map(eap->eap_type, eap_type_map));
406 print_map(eap->eap_type, eap_type_map),
452 msg->msg_parent->msg_eap.eam_type = eap->eap_type;
[all...]
H A Deap.h32 uint8_t eap_type; member in struct:eap_message
H A Dradius.c81 if (eap->eap_type == EAP_TYPE_IDENTITY) {
H A Dikev2_pld.c2103 print_map(eap->eap_type, eap_type_map));
/openbsd-current/usr.sbin/radiusd/
H A Deap2mschap_local.h61 uint8_t eap_type; member in struct:eap_chap
67 uint8_t eap_type; member in struct:eap_mschap_challenge
81 uint8_t eap_type; member in struct:eap_mschap_response
H A Dradiusd_eap2mschap.c370 chall->eap_type = EAP_TYPE_MSCHAPV2;
677 eap.chap.eap_type = EAP_TYPE_MSCHAPV2;

Completed in 178 milliseconds