Searched refs:neg_chap (Results 1 – 3 of 3) sorted by relevance
361 ao->neg_chap = 1;667 LENCICHAP(!go->neg_eap && go->neg_chap) +668 LENCISHORT(!go->neg_eap && !go->neg_chap && go->neg_upap) +743 ADDCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype);744 ADDCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->neg_upap,892 ACKCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype);893 ACKCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->neg_upap,1062 if ((go->neg_chap || go->neg_upap || go->neg_eap)1067 no.neg_chap = go->neg_chap;1078 else if (go->neg_chap)[all …]
725 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {749 } else if (go->neg_chap) {759 } else if (ho->neg_chap) {794 if (go->neg_chap || go->neg_upap || go->neg_eap) {1213 wo->neg_chap = 1; in auth_check_options()1218 if (!wo->neg_chap && !wo->neg_upap && !wo->neg_eap) { in auth_check_options()1219 wo->neg_chap = chap_mdtype_all != MDTYPE_NONE; in auth_check_options()1225 wo->neg_chap = 0; in auth_check_options()1238 if (!can_auth && (wo->neg_chap || wo->neg_eap)) { in auth_check_options()1293 ao->neg_chap = (!refuse_chap || !refuse_mschap || !refuse_mschap_v2)[all …]
79 bool neg_chap; /* Ask for CHAP authentication? */ member