Searched refs:AUTH_DONE (Results 1 – 2 of 2) sorted by relevance
109 #define AUTH_DONE 4 macro266 ss->flags |= AUTH_DONE | AUTH_FAILED; in chap_timeout()355 } else if ((ss->flags & AUTH_DONE) == 0) in chap_handle_response()373 if (!(ss->flags & AUTH_DONE) && !(ss->flags & AUTH_FAILED)) { in chap_handle_response()392 if ((ss->flags & AUTH_DONE) == 0) in chap_handle_response()402 ss->flags |= AUTH_DONE; in chap_handle_response()496 if ((cs->flags & (AUTH_DONE|AUTH_STARTED|LOWERUP)) in chap_handle_status()499 cs->flags |= AUTH_DONE; in chap_handle_status()574 if ((cs->flags & (AUTH_STARTED|AUTH_DONE)) == AUTH_STARTED) { in chap_protrej()
126 AUTH_DONE enumerator