Lines Matching full:require
161 /* Set if we require authentication only because we have a default route. */
227 bool auth_required = 0; /* Always require authentication from peer */
278 "Require authentication from peer", OPT_PRIO | 1 },
280 "Don't require peer to authenticate", OPT_PRIOSUB | OPT_PRIV,
282 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
283 "Require PAP authentication from peer",
286 "Require PAP authentication from peer",
288 { "require-chap", o_bool, &auth_required,
289 "Require CHAP authentication from peer",
293 "Require CHAP authentication from peer",
297 { "require-mschap", o_bool, &auth_required,
298 "Require MS-CHAP authentication from peer",
302 "Require MS-CHAP authentication from peer",
305 { "require-mschap-v2", o_bool, &auth_required,
306 "Require MS-CHAPv2 authentication from peer",
310 "Require MS-CHAPv2 authentication from peer",
349 { "require-eap", o_bool, &lcp_wantoptions[0].neg_eap,
350 "Require EAP authentication from peer", OPT_PRIOSUB | 1,
1385 * If we have a default route, require the peer to authenticate in auth_check_options()