Lines Matching refs:neg_eap
350 { "require-eap", o_bool, &lcp_wantoptions[0].neg_eap,
749 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
769 if (go->neg_eap) {
779 if (ho->neg_eap) {
819 if (go->neg_chap || go->neg_upap || go->neg_eap) {
1251 if (!wo->neg_chap && !wo->neg_upap && !wo->neg_eap) { in auth_check_options()
1255 wo->neg_eap = 1; in auth_check_options()
1261 wo->neg_eap = 0; in auth_check_options()
1271 if (!can_auth && (wo->neg_chap || wo->neg_eap)) { in auth_check_options()
1275 if (!can_auth && wo->neg_eap) { in auth_check_options()
1330 ao->neg_eap = !refuse_eap && (
1344 if (go->neg_eap &&
1350 go->neg_eap = 0;