Lines Matching refs:wo
730 lcp_options *wo = &lcp_wantoptions[unit]; local
759 } else if (!wo->neg_upap || uselogin || !null_login(unit)) {
1223 lcp_options *wo = &lcp_wantoptions[0]; in auth_check_options() local
1245 if (wo->chap_mdtype) in auth_check_options()
1246 wo->neg_chap = 1; in auth_check_options()
1251 if (!wo->neg_chap && !wo->neg_upap && !wo->neg_eap) { in auth_check_options()
1252 wo->neg_chap = chap_mdtype_all != MDTYPE_NONE; in auth_check_options()
1253 wo->chap_mdtype = chap_mdtype_all; in auth_check_options()
1254 wo->neg_upap = 1; in auth_check_options()
1255 wo->neg_eap = 1; in auth_check_options()
1258 wo->neg_chap = 0; in auth_check_options()
1259 wo->chap_mdtype = MDTYPE_NONE; in auth_check_options()
1260 wo->neg_upap = 0; in auth_check_options()
1261 wo->neg_eap = 0; in auth_check_options()
1270 can_auth = wo->neg_upap && (uselogin || have_pap_secret(&lacks_ip)); 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()
1847 struct ipcp_options *wo = &ipcp_wantoptions[unit]; local
1975 && (wo->hisaddr == 0 || !auth_ip_addr(unit, wo->hisaddr))) {
1976 wo->hisaddr = suggested_ip;
1982 wo->accept_remote = 1;