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

/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp.h218 unsigned int refuse_mschap_v2 :1; /* Don't proceed auth. with MS-CHAPv2 */ member in struct:ppp_settings_s
/seL4-camkes-master/projects/lwip/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);
H A Dlcp.c674 if (pcb->settings.refuse_mschap_v2) {
702 if (!pcb->settings.refuse_mschap_v2) {

Completed in 45 milliseconds