Searched refs:eap_chap_status (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/radiusd/
H A Deap2mschap_local.h35 enum eap_chap_status { enum
114 enum eap_chap_status eap_chap_status; member in struct:access_req
204 *eap_chap_status_string(enum eap_chap_status);
H A Dradiusd_eap2mschap.c393 req->eap_chap_status = EAP_CHAP_CHALLENGE_SENT;
472 if (req->eap_chap_status != EAP_CHAP_CHALLENGE_SENT)
529 req->eap_chap_status = EAP_CHAP_CHALLENGE_SENT;
551 if (req->eap_chap_status == EAP_CHAP_SUCCESS_REQUEST_SENT)
553 else if (req->eap_chap_status != EAP_CHAP_SUCCESS)
556 req->eap_chap_status = EAP_CHAP_SUCCESS;
613 eap_chap_status_string(req->eap_chap_status));
696 req->eap_chap_status = EAP_CHAP_SUCCESS_REQUEST_SENT;
698 req->eap_chap_status = EAP_CHAP_FAILURE_REQUEST_SENT;
748 eap_chap_status_string(enum eap_chap_status statu
[all...]

Completed in 109 milliseconds