mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4c668ff3d3
The ppp_set_auth() is guard by #if PPP_AUTH_SUPPORT in lwIP, so make it consistent. This also simplify the code a bit because the code in #if PAP_SUPPORT guard and #if CHAP_SUPPORT guard are exactly the same. Once NETIF_PPP_AUTHTYPE_NONE added to esp_netif_auth_type_t, it also allows setting NETIF_PPP_AUTHTYPE_NONE with this change. Signed-off-by: Axel Lin <axel.lin@gmail.com> Merges https://github.com/espressif/esp-idf/pull/4639 |
||
---|---|---|
.. | ||
esp_netif_lwip_defaults.c | ||
esp_netif_lwip_internal.h | ||
esp_netif_lwip_ppp.c | ||
esp_netif_lwip_ppp.h | ||
esp_netif_lwip.c | ||
esp_netif_sta_list.c |