Home
last modified time | relevance | path

Searched refs:refuse_mschap_v2 (Results 1 – 4 of 4) sorted by relevance

/lib/lwip/lwip/src/netif/ppp/
A Dauth.c221 bool refuse_mschap_v2 = 0; /* Don't wanna auth. ourselves with MS-CHAPv2 */
224 bool refuse_mschap_v2 = 1; /* Don't wanna auth. ourselves with MS-CHAPv2 */
338 { "refuse-mschap-v2", o_bool, &refuse_mschap_v2,
342 { "-mschap-v2", o_bool, &refuse_mschap_v2,
1522 ao->neg_chap = (!refuse_chap || !refuse_mschap || !refuse_mschap_v2)
A Dppp.c228 pcb->settings.refuse_mschap_v2 = !(authtype & PPPAUTHTYPE_MSCHAP_V2); in ppp_set_auth()
A Dlcp.c674 if (pcb->settings.refuse_mschap_v2) { in lcp_resetci()
702 if (!pcb->settings.refuse_mschap_v2) { in lcp_resetci()
/lib/lwip/lwip/src/include/netif/ppp/
A Dppp.h218 unsigned int refuse_mschap_v2 :1; /* Don't proceed auth. with MS-CHAPv2 */ member

Completed in 17 milliseconds