pppos_client: support for PPPAUTHTYPE_NONE

Closes https://github.com/espressif/esp-idf/issues/4616
Closes WIFI-1652
This commit is contained in:
David Cermak
2020-03-31 13:10:42 +02:00
parent 817c0e3019
commit 6aabfd50d5
4 changed files with 15 additions and 2 deletions

View File

@@ -661,6 +661,8 @@
#if PPP_DEBUG_ON
#define PPP_DEBUG LWIP_DBG_ON
#define PRINTPKT_SUPPORT 1
#define PPP_PROTOCOLNAME 1
#else
#define PPP_DEBUG LWIP_DBG_OFF
#endif