Searched refs:ppp_set_auth (Results 1 – 5 of 5) sorted by relevance
| /lib/lwip/lwip/contrib/examples/ppp/ |
| A D | pppos_example.c | 210 ppp_set_auth(ppp, PPPAUTHTYPE_CHAP, "lwip", "mysecret"); in pppos_example_init()
|
| /lib/lwip/lwip/contrib/examples/example_app/ |
| A D | test.c | 339 ppp_set_auth(ppp, PPPAUTHTYPE_ANY, username, password); in test_netif_init() 410 ppp_set_auth(ppp, PPPAUTHTYPE_ANY, username, password); in test_netif_init()
|
| /lib/lwip/lwip/src/include/netif/ppp/ |
| A D | ppp.h | 466 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd);
|
| /lib/lwip/lwip/doc/ |
| A D | ppp.txt | 284 ppp_set_auth(ppp, PPPAUTHTYPE_ANY, "login", "password"); 325 ppp_set_auth(ppp, PPPAUTHTYPE_ANY, "login", "password");
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | ppp.c | 218 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd) { in ppp_set_auth() function
|
Completed in 22 milliseconds