Lines Matching refs:neg_eap
351 { "require-eap", o_bool, &lcp_wantoptions[0].neg_eap,
725 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
746 if (go->neg_eap) {
756 if (ho->neg_eap) {
794 if (go->neg_chap || go->neg_upap || go->neg_eap) {
1218 if (!wo->neg_chap && !wo->neg_upap && !wo->neg_eap) { in auth_check_options()
1222 wo->neg_eap = 1; in auth_check_options()
1228 wo->neg_eap = 0; in auth_check_options()
1238 if (!can_auth && (wo->neg_chap || wo->neg_eap)) { in auth_check_options()
1242 if (!can_auth && wo->neg_eap) { in auth_check_options()
1297 ao->neg_eap = !refuse_eap && (
1311 if (go->neg_eap &&
1317 go->neg_eap = 0;