mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 17:10:28 +00:00

To allow setting auth_type to PPPAUTHTYPE_NONE, add NETIF_PPP_AUTHTYPE_NONE to esp_netif_auth_type_t. So even PAP/CHAP are enabled in lwIP, the application still can set auth_type to PPPAUTHTYPE_NONE. Signed-off-by: Axel Lin <axel.lin@gmail.com>