Home
last modified time | relevance | path

Searched refs:EAP_DEFALLOWREQ (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dppp_opts.h456 #ifndef EAP_DEFALLOWREQ
457 #define EAP_DEFALLOWREQ 10 macro
Deap.h155 #define EAP_DEFALLOWREQ 20 /* max # times to accept requests */
/third_party/lwip/src/netif/ppp/
Dppp.c686 pcb->settings.eap_allow_req = EAP_DEFALLOWREQ; in ppp_new()