Home
last modified time | relevance | path

Searched refs:refuse_chap (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dauth.c175 bool refuse_chap = 0; /* Don't wanna auth. ourselves with CHAP */
247 { "refuse-chap", o_bool, &refuse_chap,
249 { "-chap", o_bool, &refuse_chap,
837 …ao->neg_chap = !ppp_settings.refuse_chap && ppp_settings.passwd[0] != 0 /*have_chap_secret(ppp_set… in auth_reset()
Dppp_impl.h289 u_int refuse_chap : 1; /* Don't wanna auth. ourselves with CHAP */ member
Dppp.c472 ppp_settings.refuse_chap = 1; in pppSetAuth()
496 ppp_settings.refuse_chap = 0; in pppSetAuth()
501 ppp_settings.refuse_chap = 1; in pppSetAuth()
506 ppp_settings.refuse_chap = 0; in pppSetAuth()