Home
last modified time | relevance | path

Searched refs:neg_eap (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/netif/ppp/
H A Dlcp.c394 ao->neg_eap = 1; in lcp_init()
682 ao->neg_eap = 0; in lcp_resetci()
710 wo->neg_eap = 1; in lcp_resetci()
725 ao->neg_eap = 0; in lcp_resetci()
740 PPPDEBUG(LOG_DEBUG, (" EAP=%d", ao->neg_eap)); in lcp_resetci()
792 LENCISHORT(go->neg_eap) + in lcp_cilen()
796 LENCICHAP(!go->neg_eap && go->neg_chap) + in lcp_cilen()
804 LENCISHORT(!go->neg_eap && !go->neg_chap && go->neg_upap) + in lcp_cilen()
807 LENCISHORT(!go->neg_eap && go->neg_upap) + in lcp_cilen()
894 ADDCISHORT(CI_AUTHTYPE, go->neg_eap, PPP_EA in lcp_addci()
[all...]
H A Dauth.c349 { "require-eap", o_bool, &lcp_wantoptions[0].neg_eap,
773 || go->neg_eap in link_established()
809 if (go->neg_eap) { in link_established()
830 if (ho->neg_eap) { in link_established()
886 || go->neg_eap in network_phase()
1410 && !wo->neg_eap in auth_check_options()
1421 wo->neg_eap = 1; in auth_check_options()
1433 wo->neg_eap = 0; in auth_check_options()
1453 || wo->neg_eap in auth_check_options()
1465 && wo->neg_eap in auth_check_options()
[all...]
/third_party/lwip/src/include/netif/ppp/
H A Dlcp.h129 unsigned int neg_eap :1; /* Ask for EAP authentication? */ member

Completed in 5 milliseconds