Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/netif/ppp/
A Dauth.c277 { "auth", o_bool, &auth_required,
279 { "noauth", o_bool, &auth_required,
284 OPT_PRIOSUB | 1, &auth_required },
292 { "+chap", o_bool, &auth_required,
301 { "+mschap", o_bool, &auth_required,
309 { "+mschap-v2", o_bool, &auth_required,
351 &auth_required },
765 if (pcb->settings.auth_required && !(0 in link_established()
1391 auth_required = 1; in auth_check_options()
1402 if (auth_required) { in auth_check_options()
[all …]
A Dipcp.c1955 || (pcb->settings.auth_required && wo->hisaddr != ho->hisaddr) in ipcp_up()
A Dlcp.c688 if (pcb->settings.auth_required) { in lcp_resetci()
/lib/lwip/lwip/src/include/netif/ppp/
A Dppp.h204 unsigned int auth_required :1; /* Peer is required to authenticate */ member
473 #define ppp_set_auth_required(ppp, boolval) (ppp->settings.auth_required = boolval)

Completed in 22 milliseconds