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 D | auth.c | 221 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 D | ppp.c | 227 pcb->settings.refuse_mschap_v2 = !(authtype & PPPAUTHTYPE_MSCHAP_V2); in ppp_set_auth()
|
H A D | lcp.c | 674 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 D | auth.c | 221 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 D | ppp.c | 226 pcb->settings.refuse_mschap_v2 = !(authtype & PPPAUTHTYPE_MSCHAP_V2); in ppp_set_auth()
|
H A D | lcp.c | 674 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 D | ppp.h | 214 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 D | ppp.h | 218 unsigned int refuse_mschap_v2 :1; /* Don't proceed auth. with MS-CHAPv2 */ member
|