Searched refs:chap05 (Results 1 – 4 of 4) sorted by relevance
94 unsigned chap05 : 2; /* Challenge Handshake Authentication proto */ member
210 command_ShowNegval(lcp->cfg.chap05)); in lcp_ReportStatus()270 lcp->cfg.chap05 = NEG_ACCEPTED; in lcp_Init()316 if (IsEnabled(lcp->cfg.chap05)) { in lcp_Setup()639 if (IsAccepted(lcp->cfg.chap05)) { in lcp_auth_nak()842 if ((chap_type == 0x05 && IsAccepted(lcp->cfg.chap05)) in LcpDecodeConfig()894 if (chap_type == 0x05 && IsEnabled(lcp->cfg.chap05)) { in LcpDecodeConfig()
107 is not required, you must ``deny chap05 chap80''.
2877 cx->physical->link.lcp.cfg.chap05 &= keep; in NegotiateSet()2878 cx->physical->link.lcp.cfg.chap05 |= add; in NegotiateSet()