Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H 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,
1520 ao->neg_chap = (!refuse_chap || !refuse_mschap || !refuse_mschap_v2)
H A Dppp.c227 pcb->settings.refuse_mschap_v2 = !(authtype & PPPAUTHTYPE_MSCHAP_V2); in ppp_set_auth()
H A Dlcp.c674 if (pcb->settings.refuse_mschap_v2) { in lcp_resetci()
702 if (!pcb->settings.refuse_mschap_v2) { in lcp_resetci()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H 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,
1520 ao->neg_chap = (!refuse_chap || !refuse_mschap || !refuse_mschap_v2)
H A Dppp.c226 pcb->settings.refuse_mschap_v2 = !(authtype & PPPAUTHTYPE_MSCHAP_V2); in ppp_set_auth()
H A Dlcp.c674 if (pcb->settings.refuse_mschap_v2) { in lcp_resetci()
702 if (!pcb->settings.refuse_mschap_v2) { in lcp_resetci()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dppp.h214 unsigned int refuse_mschap_v2 :1; /* Don't proceed auth. with MS-CHAPv2 */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dppp.h218 unsigned int refuse_mschap_v2 :1; /* Don't proceed auth. with MS-CHAPv2 */ member