Home
last modified time | relevance | path

Searched refs:authtype (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c41 u8_t authtype; member
49 ppp_set_auth(msg->ppp, msg->authtype, msg->user, msg->passwd); in pppapi_do_ppp_set_auth()
53 static void pppapi_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd) in pppapi_set_auth() argument
55 set_auth_msg_t msg = { .ppp = pcb, .authtype = authtype, .user = user, .passwd = passwd}; in pppapi_set_auth()
202 esp_err_t esp_netif_ppp_set_auth(esp_netif_t *netif, esp_netif_auth_type_t authtype, const char *us… in esp_netif_ppp_set_auth() argument
210 pppapi_set_auth(ppp_ctx->ppp, authtype, user, passwd); in esp_netif_ppp_set_auth()
/hal_espressif-latest/components/esp_netif/include/
Desp_netif_ppp.h101 esp_err_t esp_netif_ppp_set_auth(esp_netif_t *netif, esp_netif_auth_type_t authtype, const char *us…