Home
last modified time | relevance | path

Searched refs:want_auth (Results 1 – 5 of 5) sorted by relevance

/external/libppp/src/
Dlcp.c317 lcp->want_auth = PROTO_CHAP; in lcp_Setup()
322 lcp->want_auth = PROTO_CHAP; in lcp_Setup()
325 lcp->want_auth = PROTO_CHAP; in lcp_Setup()
329 lcp->want_auth = PROTO_PAP; in lcp_Setup()
332 lcp->want_auth = 0; in lcp_Setup()
347 lcp->want_auth = 0; in lcp_Setup()
435 switch (lcp->want_auth) { in LcpSendConfigReq()
886 lcp->want_auth = PROTO_PAP; in LcpDecodeConfig()
895 lcp->want_auth = PROTO_CHAP; in LcpDecodeConfig()
900 lcp->want_auth = PROTO_CHAP; in LcpDecodeConfig()
[all …]
Dlcp.h69 u_short want_auth; /* We want this type of authentication */ member
Ddatalink.c578 lcp->auth_ineed = lcp->want_auth; in datalink_LayerUp()
580 if (lcp->his_auth || lcp->want_auth) { in datalink_LayerUp()
585 Auth2Nam(lcp->want_auth, lcp->want_authtype)); in datalink_LayerUp()
588 if (lcp->want_auth == PROTO_CHAP) in datalink_LayerUp()
Dmppe.c448 ok = (lcp->want_auth == PROTO_CHAP && lcp->want_authtype == 0x81) || in MPPEUsable()
Dradius.c947 switch (authp->physical->link.lcp.want_auth) { in radius_Authenticate()